You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Justin Leet (JIRA)" <ji...@apache.org> on 2016/11/10 21:02:58 UTC

[jira] [Created] (METRON-563) Ambari Metron service uses incorrect port for installing Elasticsearch templates

Justin Leet created METRON-563:
----------------------------------

             Summary: Ambari Metron service uses incorrect port for installing Elasticsearch templates
                 Key: METRON-563
                 URL: https://issues.apache.org/jira/browse/METRON-563
             Project: Metron
          Issue Type: Bug
    Affects Versions: 0.2.1BETA
            Reporter: Justin Leet


The port entered by the user at install time should be the binary port (typically 9300), which is used by the indexing bolt.  The installation of templates expects the HTTP port for Elasticsearch (typically 9200).

There are (probably) two options for  fixes here:
1) Split the ES url and have something like ES Server, ES HTTP port, ES Binary port
2) Have the template loading go through the binary port.  I assume this can be done, but I don't know enough about it to say for sure.

This can be worked around by setting the ES url to <server>:9200, installing the templates, and swapping back to <server>:9300.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)