[
https://issues.apache.org/jira/browse/METRON-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16623643#comment-16623643
]
ASF GitHub Bot commented on METRON-1695:
----------------------------------------
Github user MohanDV commented on a diff in the pull request:
https://github.com/apache/metron/pull/1207#discussion_r219503222
--- Diff:
metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/package/scripts/params/params_linux.py
---
@@ -387,18 +388,32 @@
bolt_hdfs_rotation_policy_units =
config['configurations']['metron-indexing-env']['bolt_hdfs_rotation_policy_units']
bolt_hdfs_rotation_policy_count =
config['configurations']['metron-indexing-env']['bolt_hdfs_rotation_policy_count']
-# Pcap
+# PCAP
metron_pcap_topology = 'pcap'
pcap_input_topic = 'pcap'
--- End diff --
pcap input topic is also hardcoded in [status_param.py
](https://github.com/MohanDV/metron/blob/a46fda45b46a9f317e2ef7c3755ce6f072ed893b/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/package/scripts/params/status_params.py#L123)
we should get the value from config tab here too.
> Expose pcap properties through Ambari
> -------------------------------------
>
> Key: METRON-1695
> URL: https://issues.apache.org/jira/browse/METRON-1695
> Project: Metron
> Issue Type: Bug
> Reporter: Anand Subramanian
> Assignee: Anand Subramanian
> Priority: Major
>
> Currently, the $METRON_HOME/config/pcap.properties file is hardcoded with the
> defaults. One has to hand edit the file before deploying the PCAP topology.
> These properties should be configurable via Ambari.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)