Skip to content

caeops > logs

disable-parsing-rule

Description


This command disables an active parsing rule filter for the given logs source

Synopsis


  disable-parsing-rule
--name [value]
--service-name [value]

Options


--name (string)

Name of parsing rule

--service-name (string)

Name of the logs source to create this rule for

Examples


The following logs disable-parsing-rule example disables the parsing rule for the given logs source

caeops logs disable-parsing-rule --name access-pattern --service-name dev-logs

Output


Parsing Rule Details -> (Structure)

  • name -> (string) Name of the parsing rule created
  • serviceName -> (string) Name of the logs source that applies this rule
  • pluginName -> (string) Name of the plugin(logstash) used for parsing logs
  • rule -> (structure)
    • pattern -> (string) Filter pattern defined for this rule
    • target -> (string) Name of the target field, that should contain the parsed information
Back to top