Class: DatadogAPIClient::V1::LogsURLParser

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_enabledObject

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

#nameObject

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_slashesObject

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

#sourcesObject

Array of source attributes.



34
35
36
# File 'lib/datadog_api_client/v1/models/logs_url_parser.rb', line 34

def sources
  @sources
end

#targetObject

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

#typeObject

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