LogTypeSetting

A Log type Setting represents a resource that contains log type setting.

JSON representation
{
  "name": string,
  "autonomous_parsing_dedupe_enabled": boolean,
  "autonomous_parsing_extraction_type": enum (ExtractionType),
  "autonomous_parsing_max_optin_fields": integer,
  "autonomous_parsing_max_array_elements": integer
}
Fields
name

string

Identifier. The resource name of this log type setting. Format: projects/{project}/locations/{region}/instances/{instance}/logTypes/{log_type}/logTypeSetting

autonomous_parsing_dedupe_enabled

boolean

Optional. Flag to determine whether to dedupe key-value pairs present in field extracted if already present in udm.

autonomous_parsing_extraction_type

enum (ExtractionType)

Output only. type of auto extraction. Eg: ALL_FIELDS, OPT_IN, DISABLED

autonomous_parsing_max_optin_fields

integer

Output only. max number of fields allowed to opt in

autonomous_parsing_max_array_elements

integer

Output only. max number of elements that will be extracted from an array field

ExtractionType

Extraction type of dynamic parsing.

Enums
EXTRACTION_TYPE_UNSPECIFIED Extraction type is unspecified.
DISABLED Extraction is disabled.
ALL_FIELDS Extract all fields.
OPT_IN Extract only opted in fields.