NEXT TAG: 21 General information associated with a UDM event.
JSON representation |
---|
{ "id": string, "product_log_id": string, "event_timestamp": string, "collected_timestamp": string, "ingested_timestamp": string, "event_type": enum ( |
Fields | |
---|---|
id |
ID of the UDM event. Can be used for raw and normalized event retrieval. A base64-encoded string. |
product_ |
A vendor-specific event identifier to uniquely identify the event (e.g. a GUID). |
event_ |
The GMT timestamp when the event was generated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |
collected_ |
The GMT timestamp when the event was collected by the vendor's local collection infrastructure. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |
ingested_ |
The GMT timestamp when the event was ingested (received) by Chronicle. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |
event_ |
The event type. If an event has multiple possible types, this specifies the most specific type. |
vendor_ |
The name of the product vendor. |
product_ |
The name of the product. |
product_ |
The version of the product. |
product_ |
A short, descriptive, human-readable, product-specific event name or type (e.g. "Scanned X", "User account created", "process_start"). |
product_ |
The deployment identifier assigned by the vendor for a product deployment. |
description |
A human-readable unparsable description of the event. |
url_ |
A URL that takes the user to the source product console for this event. |
ingestion_ |
User-configured ingestion metadata labels. |
tags |
Tags added by Chronicle after an event is parsed. It is an error to populate this field from within a parser. |
enrichment_ |
The enrichment state. |
log_ |
The string value of log type. |
base_ |
Data access labels on the base event. |
enrichment_ |
Data access labels from all the contextual events used to enrich the base event. |
structured_fields |
Flattened fields extracted from the log. |
Tags
Tags are event metadata which is set by examining event contents post-parsing. For example, a UDM event may be assigned a tenant_id based on certain customer-defined parameters.
JSON representation |
---|
{ "tenant_id": [ string ], "data_tap_config_name": [ string ] } |
Fields | |
---|---|
tenant_ |
A list of subtenant ids that this event belongs to. A base64-encoded string. |
data_ |
A list of sink name values defined in DataTap configurations. |
EnrichmentState
An enrichment state.
Enums | |
---|---|
ENRICHMENT_STATE_UNSPECIFIED |
Unspecified. |
ENRICHED |
The event has been enriched by Chronicle. |
UNENRICHED |
The event has not been enriched by Chronicle. |
DataAccessLabels
JSON representation |
---|
{
"log_types": [
string
],
"ingestion_labels": [
string
],
"namespaces": [
string
],
"custom_labels": [
string
],
"ingestion_kv_labels": [
{
object ( |
Fields | |
---|---|
log_ |
All the LogType labels. |
ingestion_labels[] |
All the ingestion labels. |
namespaces[] |
All the namespaces. |
custom_ |
All the complex labels (UDM search syntax based). |
ingestion_ |
All the ingestion labels (key/value pairs). |
allow_ |
Are the labels ready for scoped access |
DataAccessIngestionLabel
JSON representation |
---|
{ "key": string, "value": string } |
Fields | |
---|---|
key |
The key. |
value |
The value. |