Dima Kovalyov created METRON-642:
------------------------------------
Summary: Fix ElasticSearch Mpack URL in Metron
Key: METRON-642
URL: https://issues.apache.org/jira/browse/METRON-642
Project: Metron
Issue Type: Bug
Affects Versions: 0.3.0
Reporter: Dima Kovalyov
Priority: Minor
Currently in Metron Mpack es.ip in Metron configuration is set to: es_url.
Which is incorrect and will fail, instead it should be replaced with:
"es.ip": "<elasticsearch_master_hostname>",
"es.port": "9300",
But I do not know how to get elasticsearch_master_hostname. Also, value of
es.port seems like can be defaulted to es_binary_port or even omitted as it is
already specified in es_binary_port.
This should be chanted in:
https://github.com/apache/incubator-metron/blob/master/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/configuration/metron-env.xml
On line 208.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)