[
https://issues.apache.org/jira/browse/METRON-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16164016#comment-16164016
]
ASF GitHub Bot commented on METRON-1161:
----------------------------------------
Github user ottobackwards commented on a diff in the pull request:
https://github.com/apache/metron/pull/737#discussion_r138506984
--- Diff:
metron-interface/metron-config/src/app/sensors/sensor-parser-config/sensor-parser-config.component.ts
---
@@ -409,12 +403,17 @@ export class SensorParserConfigComponent implements
OnInit {
this.showFieldSchema = (pane === Pane.FIELDSCHEMA) ? visibilty : false;
this.showRawJson = (pane === Pane.RAWJSON) ? visibilty : false;
this.showThreatTriage = (pane === Pane.THREATTRIAGE) ? visibilty :
false;
+ this.showStormSettings = (pane === Pane.STORMSETTINGS) ? visibilty :
false;
}
onRawJsonChanged(): void {
this.sensorFieldSchema.createFieldSchemaRows();
}
+ onStormSettingsChanged(): void {
--- End diff --
Is this a debug artifact?
> Add ability to edit parser command line options in the management UI
> --------------------------------------------------------------------
>
> Key: METRON-1161
> URL: https://issues.apache.org/jira/browse/METRON-1161
> Project: Metron
> Issue Type: New Feature
> Reporter: Ryan Merriman
> Assignee: Ryan Merriman
>
> This is a follow on to https://issues.apache.org/jira/browse/METRON-1134 that
> exposes the new zookeeper parser command line options in the Management UI.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)