Class: DatadogAPIClient::V1::LogsGrokParserRules
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::LogsGrokParserRules
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/logs_grok_parser_rules.rb
Overview
Set of rules for the grok parser.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#match_rules ⇒ Object
readonly
List of match rules for the grok parser, separated by a new line.
-
#support_rules ⇒ Object
List of support rules for the grok parser, separated by a new line.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/logs_grok_parser_rules.rb', line 30 def additional_properties @additional_properties end |
#match_rules ⇒ Object
List of match rules for the grok parser, separated by a new line.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/logs_grok_parser_rules.rb', line 25 def match_rules @match_rules end |
#support_rules ⇒ Object
List of support rules for the grok parser, separated by a new line.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/logs_grok_parser_rules.rb', line 28 def support_rules @support_rules end |