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. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to