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

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

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

    https://github.com/apache/metron/pull/737#discussion_r139815871
  
    --- 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 --
    
    Yes this was a mistake.  I think we should leave this function in the event 
we need it in the future but I will definitely remove this logging.


> 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)

Reply via email to