Class: DatadogAPIClient::V1::LogsURLParser
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::LogsURLParser
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/logs_url_parser.rb
Overview
This processor extracts query parameters and other important parameters from a URL.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#is_enabled ⇒ Object
Whether or not the processor is enabled.
-
#name ⇒ Object
Name of the processor.
-
#normalize_ending_slashes ⇒ Object
Normalize the ending slashes or not.
-
#sources ⇒ Object
readonly
Array of source attributes.
-
#target ⇒ Object
readonly
Name of the parent attribute that contains all the extracted details from the ‘sources`.
-
#type ⇒ Object
readonly
Type of logs URL parser.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v1/models/logs_url_parser.rb', line 42 def additional_properties @additional_properties end |
#is_enabled ⇒ Object
Whether or not the processor is enabled.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/logs_url_parser.rb', line 25 def is_enabled @is_enabled end |
#name ⇒ Object
Name of the processor.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/logs_url_parser.rb', line 28 def name @name end |
#normalize_ending_slashes ⇒ Object
Normalize the ending slashes or not.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/logs_url_parser.rb', line 31 def normalize_ending_slashes @normalize_ending_slashes end |
#sources ⇒ Object
Array of source attributes.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/logs_url_parser.rb', line 34 def sources @sources end |
#target ⇒ Object
Name of the parent attribute that contains all the extracted details from the ‘sources`.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/logs_url_parser.rb', line 37 def target @target end |
#type ⇒ Object
Type of logs URL parser.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/logs_url_parser.rb', line 40 def type @type end |