Sha256: 7122fa057c6b6f3a440f52939b3210b785407f6cefcc4daedbca5929519f2147

Contents?: true

Size: 1.78 KB

Versions: 2

Compression:

Stored size: 1.78 KB

Contents

# DatadogAPIClient::V1::LogsGeoIPParser

## Properties

| Name           | Type                                              | Description                                                                                        | Notes                                       |
| -------------- | ------------------------------------------------- | -------------------------------------------------------------------------------------------------- | ------------------------------------------- |
| **is_enabled** | **Boolean**                                       | Whether or not the processor is enabled.                                                           | [optional][default to false]                |
| **name**       | **String**                                        | Name of the processor.                                                                             | [optional]                                  |
| **sources**    | **Array<String>**                           | Array of source attributes.                                                                        |                                             |
| **target**     | **String**                                        | Name of the parent attribute that contains all the extracted details from the `sources`. | [default to 'network.client.geoip'] |
| **type**       | [**LogsGeoIPParserType**](LogsGeoIPParserType.md) |                                                                                                    | [default to 'geo-ip-parser']        |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::LogsGeoIPParser.new(
  is_enabled: null,
  name: null,
  sources: ["network.client.ip"],
  target: network.client.geoip,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/LogsGeoIPParser.md
datadog_api_client-1.5.0 docs/v1/LogsGeoIPParser.md