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 |
Output only. The resource name of this log type. Format: projects/{project}/locations/{region}/instances/{instance}/logTypes/{log_type} |
display_name |
Required. The display name of this log type. |
golden |
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 LogType. |
|
GenerateEventTypesSuggestions generates event types suggestions that can be mapped by a lowcode parser. |
|
Gets a LogType. |
|
LegacySubmitParserExtension creates validates and then makes the extension live. |
|
Lists all LogTypes. |
|
Update LogType. |
|
RunParser runs the parser against a log and returns normalized events or any error that occurred during the normalization. |