Sha256: 231b371fc816879cb3b722f3bcd7fdcebe1c1cacc837db9aaa9e89e2e2d57d5c
Contents?: true
Size: 898 Bytes
Versions: 7
Compression:
Stored size: 898 Bytes
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
7 entries across 7 versions & 1 rubygems