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/11 15:12:58 UTC

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

     [ https://issues.apache.org/jira/browse/METRON-563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Leet updated METRON-563:
-------------------------------
    Affects Version/s:     (was: 0.2.1BETA)
                       0.3.0

> 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.3.0
>            Reporter: Justin Leet
>            Assignee: 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)