[ 
https://issues.apache.org/jira/browse/METRON-939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247672#comment-16247672
 ] 

ASF GitHub Bot commented on METRON-939:
---------------------------------------

Github user ottobackwards commented on a diff in the pull request:

    https://github.com/apache/metron/pull/840#discussion_r150262722
  
    --- Diff: 
metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/ELASTICSEARCH/5.6.2/package/scripts/slave.py
 ---
    @@ -48,19 +51,30 @@ def slave():
              content=InlineTemplate(params.elastic_env_sh_template)
              )
     
    -    configurations = params.config['configurations']['elastic-site']
    -
    -    File("{0}/elasticsearch.yml".format(params.conf_dir),
    +    elastic_site = params.config['configurations']['elastic-site']
    +    path = "{0}/elasticsearch.yml".format(params.conf_dir)
    +    Logger.info("Cre")
    --- End diff --
    
    I don't think "Cre" is what you wanted here, typo?


> Upgrade ElasticSearch and Kibana
> --------------------------------
>
>                 Key: METRON-939
>                 URL: https://issues.apache.org/jira/browse/METRON-939
>             Project: Metron
>          Issue Type: Improvement
>            Reporter: Jon Zeolla
>            Assignee: Michael Miklavcic
>
> Upgrade ElasticSearch and Kibana (latest is 5.4 as of writing this).  Among 
> other benefits, this allows us to use periods in field names 
> (https://github.com/elastic/elasticsearch/pull/19937/files), which has been 
> available as of 5.0 and 2.4, and the ability to index an IPv6 address 
> properly 
> (https://www.elastic.co/blog/indexing-ipv6-addresses-in-elasticsearch).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to