Class: DatadogAPIClient::V1::LogsGeoIPParser
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::LogsGeoIPParser
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/logs_geo_ip_parser.rb
Overview
The GeoIP parser takes an IP address attribute and extracts if available the Continent, Country, Subdivision, and City information in the target attribute path.
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.
-
#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 GeoIP parser.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/logs_geo_ip_parser.rb', line 40 def additional_properties @additional_properties end |
#is_enabled ⇒ Object
Whether or not the processor is enabled.
26 27 28 |
# File 'lib/datadog_api_client/v1/models/logs_geo_ip_parser.rb', line 26 def is_enabled @is_enabled end |
#name ⇒ Object
Name of the processor.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/logs_geo_ip_parser.rb', line 29 def name @name end |
#sources ⇒ Object
Array of source attributes.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/logs_geo_ip_parser.rb', line 32 def sources @sources end |
#target ⇒ Object
Name of the parent attribute that contains all the extracted details from the ‘sources`.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/logs_geo_ip_parser.rb', line 35 def target @target end |
#type ⇒ Object
Type of GeoIP parser.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/logs_geo_ip_parser.rb', line 38 def type @type end |