Github user cestella commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/276#discussion_r80917333
--- Diff: metron-deployment/roles/metron_kafka_topics/defaults/main.yml ---
@@ -21,6 +21,7 @@ topics_to_create:
- { topic: "bro", num_partitions: 1, replication_factor: 1,
retention_gb: 10 }
- { topic: "yaf", num_partitions: 1, replication_factor: 1,
retention_gb: 10 }
- { topic: "snort", num_partitions: 1, replication_factor: 1,
retention_gb: 10 }
+ - { topic: "asa", num_partitions: 1, replication_factor: 1,
retention_gb: 10 }
--- End diff --
should we create the kafka topic if we aren't starting the sensor as part
of the default set of sensors? Shouldn't we handle this like squid, where we
have the user create the topic if they set up the sensor?
---
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 [email protected] or file a JIRA ticket
with INFRA.
---