[
https://issues.apache.org/jira/browse/METRON-671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15899474#comment-15899474
]
ASF GitHub Bot commented on METRON-671:
---------------------------------------
Github user justinleet commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/436#discussion_r104671925
--- Diff: metron-deployment/roles/ambari_config/vars/single_node_vm.yml ---
@@ -80,10 +88,32 @@ configurations:
- kafka-broker:
log.dirs: '{{ kafka_log_dirs }}'
delete.topic.enable: "true"
+ - metron-env:
+ parsers: "bro,snort"
+ - elastic-site:
+ index_number_of_shards: 1
+ index_number_of_replicas: 0
+ zen_discovery_ping_unicast_hosts: "{{ groups.search | join(',') }}"
+ gateway_recover_after_data_nodes: 1
+ network_host: "_lo_,_eth0_,_eth1_"
+ masters_also_are_datanodes: "1"
--- End diff --
I'm fine with whatever works. It's ES configuration, so if it wants to
accept "1", it can be my guest.
> Refactor existing Ansible deployment to use Ambari MPack
> --------------------------------------------------------
>
> Key: METRON-671
> URL: https://issues.apache.org/jira/browse/METRON-671
> Project: Metron
> Issue Type: Bug
> Reporter: David M. Lyle
> Assignee: David M. Lyle
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)