You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/15 19:50:25 UTC

[jira] [Commented] (METRON-83) Create 'Sensor Test Mode'

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

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

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

    https://github.com/apache/incubator-metron/pull/58#discussion_r59913115
  
    --- Diff: deployment/playbooks/metron_install.yml ---
    @@ -75,7 +75,8 @@
         - { role: flume,  when: install_snort | default(True) == True }
         - { role: snort , when: install_snort | default(True) == True }
         - { role: yaf, when: install_yaf | default(True) == True }
    -    - { role: pcap_replay , when: pcap_replay | default(False)  == True }
    +    - { role: pcap_replay , when: (pcap_replay | default(False)) or (sensor_test_mode | default(False)) == True }
    +    - { role: sensor-test-mode, when: sensor_test_mode | default(False) == True }
    --- End diff --
    
    @dlyle65535 I changed this so `pcap_replay` gets installed if `sensor_test_mode` is on.  Is that the concern you had?  Any other concerns?


> Create 'Sensor Test Mode'
> -------------------------
>
>                 Key: METRON-83
>                 URL: https://issues.apache.org/jira/browse/METRON-83
>             Project: Metron
>          Issue Type: Bug
>            Reporter: Nick Allen
>
> Create an easy way to automatically configure each of the Metron sensors to produce the maximum amount of Telemetry data.   It can be useful to support functional, performance, and load testing of Apache Metron.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)