tree: 41c64e03d9442ee15d3b0b80bb5d43863f027084 [path history] [tgz]
  1. metron-elasticsearch-common/
  2. metron-elasticsearch-storm/
  3. pom.xml
  4. README.md
metron-platform/metron-elasticsearch/README.md

Elasticsearch

Introduction

The elasticsearch module is a module dedicated to indexing data into the Elasticsearch search engine.

Deployment Options

There is currently one option for indexing into Elasticsearch, which is the random_access_indexing Storm topology.

Submodules

  • metron-elasticsearch-common - this module contains common Elasticsearch code including Elasticsearch implementations of IndexDao related-classes.
  • metron-elasticsearch-storm - this module is home to Storm-specific code such as Flux property files, topology start script, and Storm indexing integration tests.