REST Resource: projects.locations.instances.logTypes

Resource: LogType

A Log type represents a data label for data customers send to Chronicle.

JSON representation
{
  "name": string,
  "display_name": string,
  "golden": boolean
}
Fields
name

string

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

display_name

string

Required. The display name of this log type.

golden

boolean

Output only. Whether a LogType is a 'Golden' log type or not. LogTypes that support rapid customer onboarding are considered 'Golden' log types.

Methods

create

Create LogType.

generateEventTypesSuggestions

GenerateEventTypesSuggestions generates event types suggestions that can be mapped by a lowcode parser.

get

Gets a LogType.

legacySubmitParserExtension

LegacySubmitParserExtension creates validates and then makes the extension live.

list

Lists all LogTypes.

patch

Update LogType.

runParser

RunParser runs the parser against a log and returns normalized events or any error that occurred during the normalization.