Sha256: 9dbd5df9e32d4353b7869efc1c2195558124c67b92e905f5f90da295432fbdd2

Contents?: true

Size: 1021 Bytes

Versions: 7

Compression:

Stored size: 1021 Bytes

Contents

# DatadogAPIClient::V1::LogsURLParser

## 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] |
| **normalize_ending_slashes** | **Boolean** | Normalize the ending slashes or not. | [optional][default to false] |
| **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 'http.url_details'] |
| **type** | [**LogsURLParserType**](LogsURLParserType.md) |  | [default to 'url-parser'] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::LogsURLParser.new(
  is_enabled: null,
  name: null,
  normalize_ending_slashes: null,
  sources: ["http.url"],
  target: http.url_details,
  type: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/LogsURLParser.md
datadog_api_client-1.3.0 docs/v1/LogsURLParser.md
datadog_api_client-1.2.0 docs/v1/LogsURLParser.md
datadog_api_client-1.1.0 docs/v1/LogsURLParser.md
datadog_api_client-1.0.0 docs/v1/LogsURLParser.md
datadog_api_client-1.0.0.beta.3 docs/v1/LogsURLParser.md
datadog_api_client-1.0.0.beta.2 docs/v1/LogsURLParser.md