[
https://issues.apache.org/jira/browse/METRON-671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15899449#comment-15899449
]
ASF GitHub Bot commented on METRON-671:
---------------------------------------
Github user dlyle65535 commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/436#discussion_r104666299
--- 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 --
Scratch the scratch. It needs to be "1" or ""true"" for now. It's the same
ES problem we talked about above. If you want me to look at move the "translate
True to ""true"" " test to params, I can do that, but it's going to need to
exist somewhere.
> 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)