System events are used to store details about executed queries, auditing events, billing events and more. In order to query system events, you need the storage:system:read
permission.
Query system events.
fetch dt.system.events
The anomaly detector status events are used for Davis anomaly detection. They track errors and warnings during the execution of an anomaly detector. Examples:
Analyze anomaly detectors status events.
fetch dt.system.events| filter event.kind == "ANOMALY_DETECTOR_STATUS_EVENT"
client.application_context
local-dev-mode
; dynatrace.notebooks
; my.biz.carbon
client.internal_service_context
dt.davis.datadriver
davis.anomaly_detector.message
Maximum number of concurrent queries per tenant reached.
davis.anomaly_detector.status
ERROR
; WARNING
dt.settings.object_id
vu9U3hXa3q0AAAABACFidWlsdGluOnJ1bS51c2VyLWV4cGVyaWVuY2Utc2NvcmUABnRlbmFudAAGdGVuYW50ACRhMzZmYmYwMy00NDY1LTNlNTYtOTZiOS1kOWMzOGQ3MzU1NmO-71TeFdrerQ
event.kind
permission
ANOMALY_DETECTOR_STATUS_EVENT
timestamp
1649822520123123123
Model describing a billing usage event of function invocations. Billing usage events are stored in the dt.system.events
table.
Analyze billing usage events.
fetch dt.system.events| filter event.kind == "BILLING_USAGE_EVENT" and event.type == "AppEngine Functions - Small"
billed_invocations
8
caller.app.id
dynatrace.hub
caller.service.id
AUTOMATION_ENGINE
dt.app.id
dynatrace.notebooks
; my.awesome.app
dt.security_context
permission
BILLING_USAGE_EVENT
event.id
5547782627070661074_1647601320000
event.kind
permission
BILLING_USAGE_EVENT
event.provider
permission
LIMA_USAGE_STREAM
event.type
permission
AppEngine Functions - Small
event.version
1.0.0
function.duration_sec
60
function.execution_id
BILLING_USAGE_EVENT
s created for that execution, which will have the same value in this field. It can therefore be used to join BILLING_USAGE_EVENT
s for long running function invocations.1bfa32fa-679e-4ac9-b683-2d2cdd4b6314
function.id
myapp.test/path/myfunction
function.memory_mib
128
function.type
STANDARD
; ACTION
; AD_HOC
timestamp
1649822520123123123
event.kind
MUST be one of the following:
BILLING_USAGE_EVENT
event.provider
MUST be one of the following:
LIMA_USAGE_STREAM
event.type
MUST be one of the following:
AppEngine Functions - Small
dt.security_context
MUST be one of the following:
BILLING_USAGE_EVENT
function.type
MUST be one of the following:
AD_HOC
STANDARD
ACTION
For every API access, Dynatrace stores an audit event in the dt.system.events
table.
Additionally the Audit Event allows to attach an arbitrary key/value map with string keys and string values to the event. Keys are prefixed with "details." during serialization.
Analyze audit events.
fetch dt.system.events| filter event.kind == "AUDIT_EVENT"
app.id
dt.app.id
instead.easytravel
authentication.client.id
dt0s02.UZCK6ENL.2YQ2A3DZUEISRJSUU5544J3SC3TMPXSEEMNA5HK7RW54SJ6XKLYGMWJNKL7B2DNH
authentication.grant.type
AUTHORIZATION_CODE
; CLIENT_CREDENTIALS
authentication.token
dt0c01.AM4SEYKIBROBEJ2N3HAXZ4IX
authentication.type
OAUTH2
dt.app.id
dynatrace.notebooks
; my.awesome.app
dt.security_context
permission
event.id
5547782627070661074_1647601320000
event.kind
permission
AUDIT_EVENT
event.outcome
200
; success
; failure
event.provider
permission
API_GATEWAY
event.reason
user is missing permission "logs.read"
event.type
permission
POST
; PUT
; GET
event.version
1.0.0
origin.address
10.11.12.13
origin.session
node0hfznc
origin.type
REST
; LOCAL
Model describing a billing usage event of automation workflows. Billing usage events are stored in the dt.system.events
table.
Analyze billing usage events for AutomationEngine workflows.
fetch dt.system.events| filter event.kind == "BILLING_USAGE_EVENT" and event.type == "Automation Workflow"
dt.security_context
permission
BILLING_USAGE_EVENT
event.end
16481073970000
event.id
5547782627070661074_1647601320000
event.kind
permission
BILLING_USAGE_EVENT
event.provider
permission
LIMA_USAGE_STREAM
event.start
16481073970000
event.type
permission
Automation Workflow
event.version
1.0.0
timestamp
1649822520123123123
workflow.actor
b22a50a0-2540-4f29-9452-bc330322fb1e
workflow.created_at
1649822520123123123
workflow.description
This is a test workflow
workflow.id
26c0334e-a3e1-4585-8cd8-2d72742fe141
workflow.is_private
true
; false
workflow.owner
f1358516-8136-4634-9012-d2e3dfee38dc
event.kind
MUST be one of the following:
BILLING_USAGE_EVENT
event.provider
MUST be one of the following:
LIMA_USAGE_STREAM
event.type
MUST be one of the following:
Automation Workflow
dt.security_context
MUST be one of the following:
BILLING_USAGE_EVENT
Model describing an AutomationEngine action execution event. Action execution events are stored in the dt.system.events
table.
AutomationEngine action execution state change.
fetch dt.system.events| filter event.kind == "WORKFLOW_EVENT" and event.provider == "AUTOMATION_ENGINE" and event.type =="ACTION_EXECUTION"
dt.automation_engine.action.app
dynatrace.workflows
dt.automation_engine.action.function
task_1
dt.automation_engine.action_execution.id
23e7b55a-884f-4497-8ad6-8d49d52b4348
dt.automation_engine.action_execution.loop.index
dt.automation_engine.action_execution.retry.count
dt.automation_engine.state
RUNNING
; SUCCESS
; ERROR
dt.automation_engine.state.is_final
dt.automation_engine.state
is a final and immutable state or if further processing will happen.true
; false
dt.automation_engine.state_info
ERROR
dt.automation_engine.task.name
task_1
dt.automation_engine.task_execution.id
6580d4af-6b1f-4e54-92fa-f47e94507acd
dt.automation_engine.workflow.id
26c0334e-a3e1-4585-8cd8-2d72742fe141
dt.automation_engine.workflow.title
My Workflow
dt.automation_engine.workflow_execution.id
737a248b-d1cb-49a4-bf08-7d4c37dbfb1e
dt.openpipeline.pipelines
[[logs:default], [logs:pipeline_haproxy_2656, bizevents:default]]
dt.openpipeline.source
/platform/ingest/v1/events
; oneagent
duration
start_time
and end_time
in nanoseconds.42
end_time
start_time
.1649822520123123165
event.id
5547782627070661074_1647601320000
event.kind
permission
WORKFLOW_EVENT
event.provider
permission
AUTOMATION_ENGINE
event.kind
MUST be one of the following:
WORKFLOW_EVENT
event.provider
MUST be one of the following:
AUTOMATION_ENGINE
event.type
MUST be one of the following:
ACTION_EXECUTION
dt.automation_engine.state
MUST be one of the following:
RUNNING
SUCCESS
ERROR
Model describing an AutomationEngine task execution event. Task execution events are stored in the dt.system.events
table.
AutomationEngine task execution state change.
fetch dt.system.events| filter event.kind == "WORKFLOW_EVENT" and event.provider == "AUTOMATION_ENGINE" and event.type =="TASK_EXECUTION"
dt.automation_engine.state
RUNNING
; SUCCESS
; ERROR
dt.automation_engine.state.is_final
dt.automation_engine.state
is a final and immutable state or if further processing will happen.true
; false
dt.automation_engine.state_info
ERROR
dt.automation_engine.task.name
task_1
dt.automation_engine.task_execution.id
6580d4af-6b1f-4e54-92fa-f47e94507acd
dt.automation_engine.workflow.id
26c0334e-a3e1-4585-8cd8-2d72742fe141
dt.automation_engine.workflow.title
My Workflow
dt.automation_engine.workflow_execution.id
737a248b-d1cb-49a4-bf08-7d4c37dbfb1e
dt.openpipeline.pipelines
[[logs:default], [logs:pipeline_haproxy_2656, bizevents:default]]
dt.openpipeline.source
/platform/ingest/v1/events
; oneagent
duration
start_time
and end_time
in nanoseconds.42
end_time
start_time
.1649822520123123165
event.id
5547782627070661074_1647601320000
event.kind
permission
WORKFLOW_EVENT
event.provider
permission
AUTOMATION_ENGINE
event.type
permission
TASK_EXECUTION
start_time
end_time
.1649822520123123123
event.kind
MUST be one of the following:
WORKFLOW_EVENT
event.provider
MUST be one of the following:
AUTOMATION_ENGINE
event.type
MUST be one of the following:
TASK_EXECUTION
dt.automation_engine.state
MUST be one of the following:
SKIPPED
DISCARDED
WAITING
RUNNING
SUCCESS
CANCELLED
ERROR
Model describing an AutomationEngine workflow execution event. Workflow execution events are stored in the dt.system.events
table.
AutomationEngine workflow execution state change.
fetch dt.system.events| filter event.kind == "WORKFLOW_EVENT" and event.provider == "AUTOMATION_ENGINE" and event.type =="WORKFLOW_EXECUTION"
dt.automation_engine.state
RUNNING
; SUCCESS
; ERROR
dt.automation_engine.state.is_final
dt.automation_engine.state
is a final and immutable state or if further processing will happen.true
; false
dt.automation_engine.workflow.id
26c0334e-a3e1-4585-8cd8-2d72742fe141
dt.automation_engine.workflow.title
My Workflow
dt.automation_engine.workflow.type
SIMPLE
; STANDARD
dt.automation_engine.workflow_execution.id
737a248b-d1cb-49a4-bf08-7d4c37dbfb1e
dt.automation_engine.workflow_execution.trigger.type
Schedule
; Event
; Manual
dt.automation_engine.workflow_execution.trigger.user.id
dad18fa7-3c11-40a1-b760-1d8281bb5dcc
dt.openpipeline.pipelines
[[logs:default], [logs:pipeline_haproxy_2656, bizevents:default]]
dt.openpipeline.source
/platform/ingest/v1/events
; oneagent
duration
start_time
and end_time
in nanoseconds.42
end_time
start_time
.1649822520123123165
event.id
5547782627070661074_1647601320000
event.kind
permission
WORKFLOW_EVENT
event.provider
permission
AUTOMATION_ENGINE
event.type
permission
WORKFLOW_EXECUTION
start_time
end_time
.1649822520123123123
event.kind
MUST be one of the following:
WORKFLOW_EVENT
event.provider
MUST be one of the following:
AUTOMATION_ENGINE
event.type
MUST be one of the following:
WORKFLOW_EXECUTION
dt.automation_engine.state
MUST be one of the following:
RUNNING
SUCCESS
ERROR
CANCELLED
Dynatrace stores a data deletion event for each segment that got rewritten in the dt.system.events
table.
Analyze data deletion events.
fetch dt.system.events| filter event.kind == "DATA_DELETION_EVENT"
bucket
default_logs
; default_events
client.api_version
1
deletion_end
1649822520123123123
deletion_id
c454347c-0ba9-4bd3-870e-d06dc1657f71
deletion_start
1649822520123123123
dt.security_context
permission
environment
umsaywsjuo
event.kind
permission
DATA_DELETION_EVENT
failure_reason
QUEUE_TIMEOUT
; THROTTLED
query_string
fetch bizevents, from:-30m | limit 1
rewritten_bytes
1113359256
status
SUCCEEDED
task.id
03962cb6-aefc-4ca0-bad9-326099a977fe
timestamp
1649822520123123123
user.email
user@mail.com
user.id
35ba9499-f87c-4047-962c-14dc32e255e5
; system
version
SNMPv3
Events that are generated by Dynatrace components with self-monitoring information (health, status, unexpected situations)
content
No keepalive from datasource statsd. Restarting
dt.active_gate.group.name
GdanskLab
dt.entity.host
entity-id
HOST-E0D8F94D9065F24F
dt.event.key
extension.status
; extension.engine.eec_status
dt.extension.config.id
vu9U3hXa3q0AAAABAAtleHQ6ZXh0LTA0MAAIYWdfZ3JvdXAAA0FHMQAkMjY2YTIyM2YtZDgxYi0zNTNjLThlYzctYzk2YzliZjg4OGQ3vu9U3hXa3q0
dt.extension.ds
SNMPTrap
dt.extension.name
com.snmptrap.generic
dt.extension.status
AUTHENTICATION_ERROR
dt.source_entity
entity-id
HOST-E0D8F94D9065F24F
; PROCESS_GROUP_INSTANCE-E0D8F94D9065F24F
log.source
dsfm
; isfm
timestamp
1649822520123123123
Value of this attribute will be based on one of dt.entity.<type>
attributes value. That means that both attributes dt.source_entity and corresponding dt.entity.<type>
will be set to the same ID.
Can contain, for example, a file path, standard output, or an URI etc., depending on the log stream type. The value should be stable for one logical source (for example, not affected by log file rotation digits).
Model describing a billing usage event of ingest for events. Billing usage events are stored in the dt.system.events
table.
Analyze billing usage events for the "Events - Ingest & Process" capability.
fetch dt.system.events| filter event.kind == "BILLING_USAGE_EVENT" and event.type == "Events - Ingest & Process"| dedup event.id
billed_bytes
1113359256
dt.security_context
permission
BILLING_USAGE_EVENT
event.billing.category
Business events
; Custom Davis & Kubernetes events
; Kubernetes warning events
; Davis AI problems
; Security events
event.id
5547782627070661074_1647601320000
event.kind
permission
BILLING_USAGE_EVENT
event.provider
permission
LIMA_CLIENT
event.type
permission
Events - Ingest & Process
event.version
1.0.0
timestamp
2023-05-22T11:15:00.000000Z
usage.bucket
default_davis_custom_events
usage.end
2023-05-22T11:30:00.000000Z
usage.event_bucket
default_davis_custom_events
usage.start
2023-05-22T11:15:00.000000Z
event.kind
MUST be one of the following:
BILLING_USAGE_EVENT
event.provider
MUST be one of the following:
LIMA_CLIENT
event.type
MUST be one of the following:
Events - Ingest & Process
dt.security_context
MUST be one of the following:
BILLING_USAGE_EVENT
Model describing a billing usage event of a events query execution. Billing usage events are stored in the dt.system.events
table.
Analyze billing usage events.
fetch dt.system.events| filter event.kind == "BILLING_USAGE_EVENT" and event.type == "Events - Query"
action_type
QUERY
; DELETION
billed_bytes
1113359256
client.application_context
local-dev-mode
; dynatrace.notebooks
; my.biz.carbon
client.function_context
api/execute-dql-query
; my/function
client.source
https://tenant.apps.dynatracelabs.com/ui/notebook/a0321331-795c-43e7-87cd-890e4bfa8a09
dt.security_context
permission
BILLING_USAGE_EVENT
event.billing.category
Business events
; Custom Davis & Kubernetes events
; Kubernetes warning events
; Davis AI problems
; Security events
event.id
5547782627070661074_1647601320000
event.kind
permission
BILLING_USAGE_EVENT
event.provider
permission
LIMA_USAGE_STREAM
event.type
permission
Events - Query
event.version
1.0
; 2.0
query_id
e68e5cc8-c31e-4e57-90d7-c6dde20b19d5
query_start
1683012271413
timestamp
1649822520123123123
usage.bucket
default_bizevents
; default_davis_custom_events
event.kind
MUST be one of the following:
BILLING_USAGE_EVENT
event.provider
MUST be one of the following:
LIMA_USAGE_STREAM
event.type
MUST be one of the following:
Events - Query
dt.security_context
MUST be one of the following:
BILLING_USAGE_EVENT
Model describing the billing usage event for retention of events per Grail bucket. Billing usage events are stored in the dt.system.events
table.
Analyze billing usage events.
fetch dt.system.events| filter event.kind == "BILLING_USAGE_EVENT" and event.type == "Events - Retain"
billed_bytes
1113359256
dt.security_context
permission
BILLING_USAGE_EVENT
event.billing.category
Business events
; Custom Davis & Kubernetes events
; Kubernetes warning events
; Davis AI problems
; Security events
event.id
5547782627070661074_1647601320000
event.kind
permission
BILLING_USAGE_EVENT
event.provider
permission
LIMA_USAGE_STREAM
event.type
permission
Event - Retain
event.version
1.0.0
timestamp
1649822520123123123
usage.bucket
default_bizevents
; default_davis_custom_events
usage.event_bucket
default_bizevents
; default_davis_custom_events
event.kind
MUST be one of the following:
BILLING_USAGE_EVENT
event.provider
MUST be one of the following:
LIMA_USAGE_STREAM
event.type
MUST be one of the following:
Events - Retain
dt.security_context
MUST be one of the following:
BILLING_USAGE_EVENT
Model describing a billing usage event of a logs query execution. Billing usage events are stored in the dt.system.events
table.
Analyze billing usage events.
fetch dt.system.events| filter event.kind == "BILLING_USAGE_EVENT" and event.type == "Log Management & Analytics - Query"
action_type
QUERY
; DELETION
billed_bytes
1113359256
client.application_context
local-dev-mode
; dynatrace.notebooks
; my.biz.carbon
client.function_context
api/execute-dql-query
; my/function
client.source
https://tenant.apps.dynatracelabs.com/ui/notebook/a0321331-795c-43e7-87cd-890e4bfa8a09
dt.security_context
permission
BILLING_USAGE_EVENT
event.id
5547782627070661074_1647601320000
event.kind
permission
BILLING_USAGE_EVENT
event.provider
permission
LIMA_USAGE_STREAM
event.type
permission
Log Management & Analytics - Query
event.version
1.0
query_id
e68e5cc8-c31e-4e57-90d7-c6dde20b19d5
query_start
1683012271413
timestamp
1649822520123123123
user.email
user@mail.com
event.kind
MUST be one of the following:
BILLING_USAGE_EVENT
event.provider
MUST be one of the following:
LIMA_USAGE_STREAM
event.type
MUST be one of the following:
Log Management & Analytics - Query
dt.security_context
MUST be one of the following:
BILLING_USAGE_EVENT
Model describing the billing usage event for retention of events per Grail bucket. Billing usage events are stored in the dt.system.events
table.
Fetch Log Management & Analytics - Retain billing usage events.
fetch dt.system.events| filter event.kind == "BILLING_USAGE_EVENT" and event.type == "Log Management & Analytics - Retain"
billed_bytes
1113359256
dt.security_context
permission
BILLING_USAGE_EVENT
event.id
5547782627070661074_1647601320000
event.kind
permission
BILLING_USAGE_EVENT
event.provider
permission
LIMA_USAGE_STREAM
event.type
permission
Log Management & Analytics - Retain
event.version
1.0.0
timestamp
1649822520123123123
usage.bucket
default_logs
usage.event_bucket
default_logs
event.kind
MUST be one of the following:
BILLING_USAGE_EVENT
event.provider
MUST be one of the following:
LIMA_USAGE_STREAM
event.type
MUST be one of the following:
Log Management & Analytics - Retain
dt.security_context
MUST be one of the following:
BILLING_USAGE_EVENT
Model describing the billing usage event for retention of events per Grail bucket. Billing usage events are stored in the dt.system.events
table.
Fetch Log Management and Analytics - Retain with Included Queries usage events.
fetch dt.system.events| filter event.kind == "BILLING_USAGE_EVENT" and event.type == "Log Management and Analytics - Retain with Included Queries"
billed_bytes
1113359256
dt.security_context
permission
BILLING_USAGE_EVENT
event.id
5547782627070661074qi_1647601320000
event.kind
permission
BILLING_USAGE_EVENT
event.provider
permission
LIMA_USAGE_STREAM
event.type
permission
Log Management and Analytics - Retain with Included Queries
event.version
1.0.0
timestamp
1649822520123123123
usage.bucket
default_logs
event.kind
MUST be one of the following:
BILLING_USAGE_EVENT
event.provider
MUST be one of the following:
LIMA_USAGE_STREAM
event.type
MUST be one of the following:
Log Management and Analytics - Retain with Included Queries
dt.security_context
MUST be one of the following:
BILLING_USAGE_EVENT
Model describing a billing usage event of ingest & process for metrics. Billing usage events are stored in the dt.system.events
table.
Analyze billing usage events.
fetch dt.system.events| filter event.kind == "BILLING_USAGE_EVENT" and event.type == "Metrics - Ingest & Process"
data_points
1500
dt.security_context
permission
BILLING_USAGE_EVENT
event.id
5547782627070661074_1647601320000
event.kind
permission
BILLING_USAGE_EVENT
event.provider
permission
LIMA_USAGE_STREAM
event.type
permission
Metrics - Ingest & Process
event.version
1.0.0
metric.type
summary_stats
monitoring_source
fullstack_host
timestamp
1649822520123123123
usage.bucket
default_metrics
usage.end
2023-05-22T11:30:00.000000Z
usage.event_bucket
default_metrics
usage.start
2023-05-22T11:15:00.000000Z
event.kind
MUST be one of the following:
BILLING_USAGE_EVENT
event.provider
MUST be one of the following:
LIMA_USAGE_STREAM
event.type
MUST be one of the following:
Metrics - Ingest & Process
dt.security_context
MUST be one of the following:
BILLING_USAGE_EVENT
Model describing the billing usage event for retention of metrics per Grail bucket. Billing usage events are stored in the dt.system.events
table.
Fetch Metrics Retain billing usage events.
fetch dt.system.events| filter event.kind == "BILLING_USAGE_EVENT" and event.type == "Metrics - Retain"
billed_bytes
1113359256
dt.security_context
permission
BILLING_USAGE_EVENT
event.id
5547782627070661074_1647601320000
event.kind
permission
BILLING_USAGE_EVENT
event.provider
permission
LIMA_USAGE_STREAM
event.type
permission
Metrics - Retain
event.version
1.0.0
timestamp
1649822520123123123
usage.bucket
default_metrics
event.kind
MUST be one of the following:
BILLING_USAGE_EVENT
event.provider
MUST be one of the following:
LIMA_USAGE_STREAM
event.type
MUST be one of the following:
Metrics - Retain
dt.security_context
MUST be one of the following:
BILLING_USAGE_EVENT
Dynatrace stores a query execution event for each query that got executed in the dt.system.events
table.
Analyze query execution events.
fetch dt.system.events| filter event.kind == "QUERY_EXECUTION_EVENT"
The amount of succeeded queries.
fetch dt.system.events| filter event.kind == "QUERY_EXECUTION_EVENT"| filter status == "SUCCEEDED"| summarize countDistinct(query_id)
The amount of failed queries.
fetch dt.system.events| filter event.kind == "QUERY_EXECUTION_EVENT"| summarize sum(failed_count)
analysis_timeframe.end
2023-05-22T13:15:57.416654000
analysis_timeframe.start
2023-05-22T11:15:57.416654000
bucket
default_logs
; default_events
client.api_version
1
client.application_context
local-dev-mode
; dynatrace.notebooks
; my.biz.carbon
client.function_context
api/execute-dql-query
; my/function
client.internal_service_context
dt.davis.datadriver
client.source
https://tenant.apps.dynatracelabs.com/ui/notebook/a0321331-795c-43e7-87cd-890e4bfa8a09
delivered_records
1000
dt.security_context
permission
environment
umsaywsjuo
event.kind
permission
QUERY_EXECUTION_EVENT
execution_duration_ms
123
failed_count
failed_count > 1
represents cases like 'failure_reason=THROTTLED' with individual queries aggregated into a single record.1
; 321
failure_reason
QUEUE_TIMEOUT
; THROTTLED
query_end
1683012271413
query_id
e68e5cc8-c31e-4e57-90d7-c6dde20b19d5
query_pool
DASHBOARDS
query_queue_time_ms
456
query_start
1683012271413
query_string
fetch bizevents, from:-30m | limit 1
failure_reason
MUST be one of the following:
QUEUE_TIMEOUT
THROTTLED
INVALID_QUERY
PARSING_FAILED
EXECUTION_FAILED
INSUFFICIENT_PERMISSIONS
EXECUTION_TIMEOUT
FUNCTION_LIMIT
RECORD_SIZE_LIMIT
TABLE_SIZE_LIMIT
FAILIF_CONDITION
Model describing a billing usage event for Security Posture Management. Billing usage events are stored in the dt.system.events
table.
Analyze usage events for the "Security Posture Management" capability.
fetch dt.system.events| filter event.kind == "BILLING_USAGE_EVENT" and event.type == "Security Posture Management"| dedup event.id
dt.entity.kubernetes_cluster
entity-id
KUBERNETES_CLUSTER-E0D8F94D9065F24F
dt.entity.kubernetes_node
entity-id
KUBERNETES_NODE-874C66B68CE15070
dt.security_context
permission
BILLING_USAGE_EVENT
event.id
5547782627070661074_1647601320000
event.kind
permission
BILLING_USAGE_EVENT
event.provider
permission
LIMA_USAGE_STREAM
event.type
permission
Security Posture Management
event.version
1.0.0
timestamp
1649822520123123123
event.kind
MUST be one of the following:
BILLING_USAGE_EVENT
event.provider
MUST be one of the following:
LIMA_USAGE_STREAM
event.type
MUST be one of the following:
Security Posture Management
dt.security_context
MUST be one of the following:
BILLING_USAGE_EVENT
Model describing a billing usage event for ingest and process of traces. Billing usage events are stored in the dt.system.events
table.
Analyze billing usage events for the "Traces - Ingest & Process" capability.
fetch dt.system.events| filter event.kind == "BILLING_USAGE_EVENT" and event.type == "Traces - Ingest & Process"| dedup event.id
dt.security_context
permission
BILLING_USAGE_EVENT
event.id
5547782627070661074_1647601320000
event.kind
permission
BILLING_USAGE_EVENT
event.provider
permission
LIMA_CLIENT
event.type
permission
Traces - Ingest & Process
event.version
1.0.0
ingested_bytes
1113359256
ingested_spans
1113359256
licensing_type
fullstack-adaptive
timestamp
2023-05-22T11:15:00.000000Z
usage.end
2023-05-22T11:30:00.000000Z
usage.start
2023-05-22T11:15:00.000000Z
event.kind
MUST be one of the following:
BILLING_USAGE_EVENT
event.provider
MUST be one of the following:
LIMA_CLIENT
event.type
MUST be one of the following:
Traces - Ingest & Process
dt.security_context
MUST be one of the following:
BILLING_USAGE_EVENT
licensing_type
MUST be one of the following:
fullstack-adaptive
ingested_bytes
origins from an ATM aware fullstack source.fullstack-fixed-rate
ingested_bytes
origins from an ATM unaware fullstack source.otlp-trace-ingest
ingested_bytes
origins from the "OTLP Trace Ingest API".serverless
ingested_bytes
origins from a serverless source.Model describing a billing usage event of a traces query execution. Billing usage events are stored in the dt.system.events
table.
Analyze billing usage events.
fetch dt.system.events| filter event.kind == "BILLING_USAGE_EVENT" and event.type == "Traces - Query"
action_type
QUERY
; DELETION
billed_bytes
1113359256
client.application_context
local-dev-mode
; dynatrace.notebooks
; my.biz.carbon
client.function_context
api/execute-dql-query
; my/function
client.source
https://tenant.apps.dynatracelabs.com/ui/notebook/a0321331-795c-43e7-87cd-890e4bfa8a09
dt.security_context
permission
BILLING_USAGE_EVENT
event.id
5547782627070661074_1647601320000
event.kind
permission
BILLING_USAGE_EVENT
event.provider
permission
LIMA_USAGE_STREAM
event.type
permission
Traces - Query
event.version
1.0
query_id
e68e5cc8-c31e-4e57-90d7-c6dde20b19d5
query_start
1683012271413
timestamp
1649822520123123123
user.email
user@mail.com
event.kind
MUST be one of the following:
BILLING_USAGE_EVENT
event.provider
MUST be one of the following:
LIMA_USAGE_STREAM
event.type
MUST be one of the following:
Traces - Query
dt.security_context
MUST be one of the following:
BILLING_USAGE_EVENT
Model describing the billing usage event for retention of events per Grail bucket. Billing usage events are stored in the dt.system.events
table.
Analyze billing usage events.
fetch dt.system.events| filter event.kind == "BILLING_USAGE_EVENT" and event.type == "Traces - Retain"
billed_bytes
1113359256
dt.security_context
permission
BILLING_USAGE_EVENT
event.id
5547782627070661074_1647601320000
event.kind
permission
BILLING_USAGE_EVENT
event.provider
permission
LIMA_USAGE_STREAM
event.type
permission
Traces - Retain
event.version
1.0.0
timestamp
1649822520123123123
usage.bucket
default_spans
usage.event_bucket
default_spans
event.kind
MUST be one of the following:
BILLING_USAGE_EVENT
event.provider
MUST be one of the following:
LIMA_USAGE_STREAM
event.type
MUST be one of the following:
Traces - Retain
dt.security_context
MUST be one of the following:
BILLING_USAGE_EVENT