You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**{{.}}** | [**{{.}}**]({{.}}.md) | Container class of the relevant properties. |
11
+
{{/oneOf}}
12
+
{{^oneOf}}
9
13
{{#isEnum}}
10
14
**value** | {{^arrayModelType}}**{{dataType}}**{{/arrayModelType}} | {{description}} | {{#defaultValue}}{{#hasRequired}} if omitted the server will use the default value of {{/hasRequired}}{{^hasRequired}}defaults to {{/hasRequired}}{{{.}}}{{/defaultValue}}{{#allowableValues}}{{#defaultValue}}, {{/defaultValue}} must be one of [{{#enumVars}}{{{value}}}, {{/enumVars}}]{{/allowableValues}}
11
15
{{/isEnum}}
@@ -31,6 +35,7 @@ Name | Type | Description | Notes
31
35
{{#additionalPropertiesType}}
32
36
**any string name** | **{{additionalPropertiesType}}** | any string name can be used but the value must be the correct type | [optional]
33
37
{{/additionalPropertiesType}}
38
+
{{/oneOf}}
34
39
35
40
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
**metric** | **str** | Process metric name. | [optional]
22
-
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
8
+
**FormulaAndFunctionEventQueryDefinition** | [**FormulaAndFunctionEventQueryDefinition**](FormulaAndFunctionEventQueryDefinition.md) | Container class of the relevant properties. |
9
+
**FormulaAndFunctionMetricQueryDefinition** | [**FormulaAndFunctionMetricQueryDefinition**](FormulaAndFunctionMetricQueryDefinition.md) | Container class of the relevant properties. |
10
+
**FormulaAndFunctionProcessQueryDefinition** | [**FormulaAndFunctionProcessQueryDefinition**](FormulaAndFunctionProcessQueryDefinition.md) | Container class of the relevant properties. |
23
11
24
12
[[Back to Model list]](README.md#documentation-for-models)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to README]](README.md)
**is_enabled** | **bool** | Whether or not the processor is enabled. | [optional] if omitted the server will use the default value of False
9
-
**name** | **str** | Name of the processor. | [optional]
10
-
**samples** | **[str]** | List of sample logs to test this grok parser. | [optional]
11
-
**override_on_conflict** | **bool** | Override or not the target element if already set, | [optional] if omitted the server will use the default value of False
12
-
**preserve_source** | **bool** | Remove or preserve the remapped source element. | [optional] if omitted the server will use the default value of False
13
-
**source_type** | **str** | Defines if the sources are from log `attribute` or `tag`. | [optional] if omitted the server will use the default value of "attribute"
**target_type** | **str** | Defines if the final attribute or tag name is from log `attribute` or `tag`. | [optional] if omitted the server will use the default value of "attribute"
16
-
**normalize_ending_slashes** | **bool, none_type** | Normalize the ending slashes or not. | [optional] if omitted the server will use the default value of False
17
-
**is_encoded** | **bool** | Define if the source attribute is URL encoded or not. | [optional] if omitted the server will use the default value of False
18
-
**is_replace_missing** | **bool** | If true, it replaces all missing attributes of `template` by an empty string. If `false` (default), skips the operation for missing attributes. | [optional] if omitted the server will use the default value of False
**sources** | **[str]** | Array of source attributes. | [optional] if omitted the server will use the default value of ["dd.trace_id"]
26
-
**target** | **str** | Name of the attribute that contains the corresponding value in the mapping list or the `default_lookup` if not found in the mapping list. | [optional]
27
-
**categories** | [**[LogsCategoryProcessorCategory]**](LogsCategoryProcessorCategory.md) | Array of filters to match or not a log and their corresponding `name`to assign a custom value to the log. | [optional]
28
-
**expression** | **str** | Arithmetic operation between one or more log attributes. | [optional]
29
-
**template** | **str** | A formula with one or more attributes and raw text. | [optional]
30
-
**lookup_table** | **[str]** | Mapping table of values for the source attribute and their associated target attribute values, formatted as `[\"source_key1,target_value1\", \"source_key2,target_value2\"]` | [optional]
31
-
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
8
+
**LogsArithmeticProcessor** | [**LogsArithmeticProcessor**](LogsArithmeticProcessor.md) | Container class of the relevant properties. |
9
+
**LogsAttributeRemapper** | [**LogsAttributeRemapper**](LogsAttributeRemapper.md) | Container class of the relevant properties. |
10
+
**LogsCategoryProcessor** | [**LogsCategoryProcessor**](LogsCategoryProcessor.md) | Container class of the relevant properties. |
11
+
**LogsDateRemapper** | [**LogsDateRemapper**](LogsDateRemapper.md) | Container class of the relevant properties. |
12
+
**LogsGeoIPParser** | [**LogsGeoIPParser**](LogsGeoIPParser.md) | Container class of the relevant properties. |
13
+
**LogsGrokParser** | [**LogsGrokParser**](LogsGrokParser.md) | Container class of the relevant properties. |
14
+
**LogsLookupProcessor** | [**LogsLookupProcessor**](LogsLookupProcessor.md) | Container class of the relevant properties. |
15
+
**LogsMessageRemapper** | [**LogsMessageRemapper**](LogsMessageRemapper.md) | Container class of the relevant properties. |
16
+
**LogsPipelineProcessor** | [**LogsPipelineProcessor**](LogsPipelineProcessor.md) | Container class of the relevant properties. |
17
+
**LogsServiceRemapper** | [**LogsServiceRemapper**](LogsServiceRemapper.md) | Container class of the relevant properties. |
18
+
**LogsStatusRemapper** | [**LogsStatusRemapper**](LogsStatusRemapper.md) | Container class of the relevant properties. |
19
+
**LogsStringBuilderProcessor** | [**LogsStringBuilderProcessor**](LogsStringBuilderProcessor.md) | Container class of the relevant properties. |
20
+
**LogsTraceRemapper** | [**LogsTraceRemapper**](LogsTraceRemapper.md) | Container class of the relevant properties. |
21
+
**LogsURLParser** | [**LogsURLParser**](LogsURLParser.md) | Container class of the relevant properties. |
22
+
**LogsUserAgentParser** | [**LogsUserAgentParser**](LogsUserAgentParser.md) | Container class of the relevant properties. |
32
23
33
24
[[Back to Model list]](README.md#documentation-for-models)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to README]](README.md)
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
8
+
**NotebookDistributionCellAttributes** | [**NotebookDistributionCellAttributes**](NotebookDistributionCellAttributes.md) | Container class of the relevant properties. |
9
+
**NotebookHeatMapCellAttributes** | [**NotebookHeatMapCellAttributes**](NotebookHeatMapCellAttributes.md) | Container class of the relevant properties. |
10
+
**NotebookLogStreamCellAttributes** | [**NotebookLogStreamCellAttributes**](NotebookLogStreamCellAttributes.md) | Container class of the relevant properties. |
11
+
**NotebookMarkdownCellAttributes** | [**NotebookMarkdownCellAttributes**](NotebookMarkdownCellAttributes.md) | Container class of the relevant properties. |
12
+
**NotebookTimeseriesCellAttributes** | [**NotebookTimeseriesCellAttributes**](NotebookTimeseriesCellAttributes.md) | Container class of the relevant properties. |
13
+
**NotebookToplistCellAttributes** | [**NotebookToplistCellAttributes**](NotebookToplistCellAttributes.md) | Container class of the relevant properties. |
13
14
14
15
[[Back to Model list]](README.md#documentation-for-models)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to README]](README.md)
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
8
+
**NotebookDistributionCellAttributes** | [**NotebookDistributionCellAttributes**](NotebookDistributionCellAttributes.md) | Container class of the relevant properties. |
9
+
**NotebookHeatMapCellAttributes** | [**NotebookHeatMapCellAttributes**](NotebookHeatMapCellAttributes.md) | Container class of the relevant properties. |
10
+
**NotebookLogStreamCellAttributes** | [**NotebookLogStreamCellAttributes**](NotebookLogStreamCellAttributes.md) | Container class of the relevant properties. |
11
+
**NotebookMarkdownCellAttributes** | [**NotebookMarkdownCellAttributes**](NotebookMarkdownCellAttributes.md) | Container class of the relevant properties. |
12
+
**NotebookTimeseriesCellAttributes** | [**NotebookTimeseriesCellAttributes**](NotebookTimeseriesCellAttributes.md) | Container class of the relevant properties. |
13
+
**NotebookToplistCellAttributes** | [**NotebookToplistCellAttributes**](NotebookToplistCellAttributes.md) | Container class of the relevant properties. |
13
14
14
15
[[Back to Model list]](README.md#documentation-for-models)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to README]](README.md)
**end** | **datetime** | The end time. | [optional]
11
-
**start** | **datetime** | The start time. | [optional]
12
-
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
8
+
**NotebookAbsoluteTime** | [**NotebookAbsoluteTime**](NotebookAbsoluteTime.md) | Container class of the relevant properties. |
9
+
**NotebookRelativeTime** | [**NotebookRelativeTime**](NotebookRelativeTime.md) | Container class of the relevant properties. |
13
10
14
11
[[Back to Model list]](README.md#documentation-for-models)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to README]](README.md)
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
8
+
**NotebookDistributionCellAttributes** | [**NotebookDistributionCellAttributes**](NotebookDistributionCellAttributes.md) | Container class of the relevant properties. |
9
+
**NotebookHeatMapCellAttributes** | [**NotebookHeatMapCellAttributes**](NotebookHeatMapCellAttributes.md) | Container class of the relevant properties. |
10
+
**NotebookLogStreamCellAttributes** | [**NotebookLogStreamCellAttributes**](NotebookLogStreamCellAttributes.md) | Container class of the relevant properties. |
11
+
**NotebookMarkdownCellAttributes** | [**NotebookMarkdownCellAttributes**](NotebookMarkdownCellAttributes.md) | Container class of the relevant properties. |
12
+
**NotebookTimeseriesCellAttributes** | [**NotebookTimeseriesCellAttributes**](NotebookTimeseriesCellAttributes.md) | Container class of the relevant properties. |
13
+
**NotebookToplistCellAttributes** | [**NotebookToplistCellAttributes**](NotebookToplistCellAttributes.md) | Container class of the relevant properties. |
13
14
14
15
[[Back to Model list]](README.md#documentation-for-models)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to README]](README.md)
**end** | **datetime** | The end time. | [optional]
11
-
**start** | **datetime** | The start time. | [optional]
12
-
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
8
+
**NotebookAbsoluteTime** | [**NotebookAbsoluteTime**](NotebookAbsoluteTime.md) | Container class of the relevant properties. |
9
+
**NotebookRelativeTime** | [**NotebookRelativeTime**](NotebookRelativeTime.md) | Container class of the relevant properties. |
13
10
14
11
[[Back to Model list]](README.md#documentation-for-models)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to README]](README.md)
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
8
+
**NotebookCellCreateRequest** | [**NotebookCellCreateRequest**](NotebookCellCreateRequest.md) | Container class of the relevant properties. |
9
+
**NotebookCellUpdateRequest** | [**NotebookCellUpdateRequest**](NotebookCellUpdateRequest.md) | Container class of the relevant properties. |
12
10
13
11
[[Back to Model list]](README.md#documentation-for-models)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to README]](README.md)
0 commit comments