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

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

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

    https://github.com/apache/metron/pull/619#discussion_r122715328
  
    --- Diff: 
metron-platform/metron-elasticsearch/src/test/java/org/apache/metron/elasticsearch/integration/components/ElasticSearchComponent.java
 ---
    @@ -102,40 +103,57 @@ public void start() throws UnableToStartException {
                 throw new UnableToStartException("Unable to clean log or data 
directories", e);
             }
     
    -        Settings.Builder settingsBuilder = Settings.settingsBuilder()
    -                .put("node.http.enabled", true)
    -                .put("http.port", httpPort)
    +        Settings.Builder settingsBuilder = Settings.builder()
    +                .put("cluster.name", "metron")
                     .put("path.logs",logDir.getAbsolutePath())
                     .put("path.data",dataDir.getAbsolutePath())
                     .put("path.home", indexDir.getAbsoluteFile())
    -                .put("index.number_of_shards", 1)
    -                .put("node.mode", "network")
    -                .put("index.number_of_replicas", 1);
    +                .put("transport.type", "netty4");
    --- End diff --
    
    Can we parameterize this?


> Upgrade ElasticSearch and Kibana
> --------------------------------
>
>                 Key: METRON-939
>                 URL: https://issues.apache.org/jira/browse/METRON-939
>             Project: Metron
>          Issue Type: Improvement
>            Reporter: Jon Zeolla
>
> 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