Github user dlyle65535 commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/66#discussion_r58855860
--- Diff: deployment/roles/metron_streaming/tasks/main.yml ---
@@ -109,8 +111,10 @@
- { regexp: "bolt.hbase.table.name=", line: "bolt.hbase.table.name={{
pcap_hbase_table }}" }
- { regexp: "threat.intel.tracker.table=", line:
"threat.intel.tracker.table={{ tracker_hbase_table }}" }
- { regexp: "threat.intel.tracker.cf=", line:
"threat.intel.tracker.cf=t" }
- - { regexp: "threat.intel.ip.table=", line: "threat.intel.ip.table={{
threatintel_ip_hbase_table }}" }
- - { regexp: "threat.intel.ip.cf=", line: "threat.intel.ip.cf=t" }
+ - { regexp: "threat.intel.simple.hbase.table=", line:
"threat.intel.simple.hbase.table={{ threatintel_hbase_table }}" }
+ - { regexp: "threat.intel.simple.hbase.cf=", line:
"threat.intel.simple.hbase.cf=t" }
+ - { regexp: "enrichment.simple.hbase.table=", line:
"enrichment.simple.hbase.table={{ enrichment_hbase_table }}" }
+ - { regexp: "enrichment.simple.hbase.cf=", line:
"enrichment.simple.hbase.cf=t" }
- { regexp: "mysql.ip=", line: "mysql.ip={{ groups.mysql[0] }}" }
- { regexp: "mysql.password=", line: "mysql.password={{
mysql_root_password }}" }
- { regexp: "index.hdfs.output=", line: "index.hdfs.output={{
metron_hdfs_output_dir }}/enrichment/indexed" }
--- End diff --
Sorry for the late comment- I just noticed. Outside of being duplicate
files outside of the name, I think there needs to be a spout.kafka.topic.yaf
and spout.kafka.topic.snort in the above. Right now it defaults okay, but it
cannot be overridden.
---
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.
---