Installation
Also available as:
PDF
loading table of contents...

Setting Up Indexing

  1. Modify the $METRON_HOME/config/elasticsearch.properties file to reflect your configuration:

    vi $METRON_HOME/config/elasticsearch.properties
  2. Modify the number of Storm workers if needed.

    indexing.workers={{ defaults to 1 start with number of ES hosts }}
    indexing.executors=0
    
  3. Modify the Kafka text to reflect your configuration:

    kafka.zk={{zookeeper_quorum}}
    kafka.broker={{kafka_brokers}}
    kafka.start=UNCOMMITTED_EARLIEST
    
  4. Modify the Elasticsearch text to reflect your configuration:

    {{es_master_host}}={{es_host}}
    es.port=9300
    es.clustername=metron