-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Usage Collection] [schema] alerts
#78933
Changes from 4 commits
2a45f05
9d42206
7c87fbf
f019859
1eecce7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,197 @@ | ||
{ | ||
"properties": { | ||
"alerts": { | ||
"properties": { | ||
"count_total": { | ||
"type": "long" | ||
}, | ||
"count_active_total": { | ||
"type": "long" | ||
}, | ||
"count_disabled_total": { | ||
"type": "long" | ||
}, | ||
"throttle_time": { | ||
"properties": { | ||
"min": { | ||
"type": "long" | ||
}, | ||
"avg": { | ||
"type": "float" | ||
}, | ||
"max": { | ||
"type": "long" | ||
} | ||
} | ||
}, | ||
"schedule_time": { | ||
"properties": { | ||
"min": { | ||
"type": "long" | ||
}, | ||
"avg": { | ||
"type": "float" | ||
}, | ||
"max": { | ||
"type": "long" | ||
} | ||
} | ||
}, | ||
"connectors_per_alert": { | ||
"properties": { | ||
"min": { | ||
"type": "long" | ||
}, | ||
"avg": { | ||
"type": "float" | ||
}, | ||
"max": { | ||
"type": "long" | ||
} | ||
} | ||
}, | ||
"count_active_by_type": { | ||
"properties": { | ||
"DYNAMIC_KEY": { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as comment #78832 (comment) |
||
"type": "long" | ||
}, | ||
"__index-threshold": { | ||
"type": "long" | ||
}, | ||
"apm__error_rate": { | ||
"type": "long" | ||
}, | ||
"apm__transaction_error_rate": { | ||
"type": "long" | ||
}, | ||
"apm__transaction_duration": { | ||
"type": "long" | ||
}, | ||
"apm__transaction_duration_anomaly": { | ||
"type": "long" | ||
}, | ||
"metrics__alert__threshold": { | ||
"type": "long" | ||
}, | ||
"metrics__alert__inventory__threshold": { | ||
"type": "long" | ||
}, | ||
"logs__alert__document__count": { | ||
"type": "long" | ||
}, | ||
"monitoring_alert_cluster_health": { | ||
"type": "long" | ||
}, | ||
"monitoring_alert_cpu_usage": { | ||
"type": "long" | ||
}, | ||
"monitoring_alert_disk_usage": { | ||
"type": "long" | ||
}, | ||
"monitoring_alert_elasticsearch_version_mismatch": { | ||
"type": "long" | ||
}, | ||
"monitoring_alert_kibana_version_mismatch": { | ||
"type": "long" | ||
}, | ||
"monitoring_alert_license_expiration": { | ||
"type": "long" | ||
}, | ||
"monitoring_alert_logstash_version_mismatch": { | ||
"type": "long" | ||
}, | ||
"monitoring_alert_nodes_changed": { | ||
"type": "long" | ||
}, | ||
"siem__signals": { | ||
"type": "long" | ||
}, | ||
"siem__notifications": { | ||
"type": "long" | ||
}, | ||
"xpack__uptime__alerts__monitorStatus": { | ||
"type": "long" | ||
}, | ||
"xpack__uptime__alerts__tls": { | ||
"type": "long" | ||
}, | ||
"xpack__uptime__alerts__durationAnomaly": { | ||
"type": "long" | ||
} | ||
} | ||
}, | ||
"count_by_type": { | ||
"properties": { | ||
"DYNAMIC_KEY": { | ||
"type": "long" | ||
}, | ||
"__index-threshold": { | ||
"type": "long" | ||
}, | ||
"apm__error_rate": { | ||
"type": "long" | ||
}, | ||
"apm__transaction_error_rate": { | ||
"type": "long" | ||
}, | ||
"apm__transaction_duration": { | ||
"type": "long" | ||
}, | ||
"apm__transaction_duration_anomaly": { | ||
"type": "long" | ||
}, | ||
"metrics__alert__threshold": { | ||
"type": "long" | ||
}, | ||
"metrics__alert__inventory__threshold": { | ||
"type": "long" | ||
}, | ||
"logs__alert__document__count": { | ||
"type": "long" | ||
}, | ||
"monitoring_alert_cluster_health": { | ||
"type": "long" | ||
}, | ||
"monitoring_alert_cpu_usage": { | ||
"type": "long" | ||
}, | ||
"monitoring_alert_disk_usage": { | ||
"type": "long" | ||
}, | ||
"monitoring_alert_elasticsearch_version_mismatch": { | ||
"type": "long" | ||
}, | ||
"monitoring_alert_kibana_version_mismatch": { | ||
"type": "long" | ||
}, | ||
"monitoring_alert_license_expiration": { | ||
"type": "long" | ||
}, | ||
"monitoring_alert_logstash_version_mismatch": { | ||
"type": "long" | ||
}, | ||
"monitoring_alert_nodes_changed": { | ||
"type": "long" | ||
}, | ||
"siem__signals": { | ||
"type": "long" | ||
}, | ||
"siem__notifications": { | ||
"type": "long" | ||
}, | ||
"xpack__uptime__alerts__monitorStatus": { | ||
"type": "long" | ||
}, | ||
"xpack__uptime__alerts__tls": { | ||
"type": "long" | ||
}, | ||
"xpack__uptime__alerts__durationAnomaly": { | ||
"type": "long" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"canvas": { | ||
"properties": { | ||
"workpads": { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mindbat same question as #78832 (comment).