mirror of
https://github.com/apache/druid.git
synced 2025-02-06 10:08:26 +00:00
* Docusaurus build framework + ingestion doc refresh. * stick to npm instead of yarn * fix typos * restore some _bin * Adjustments. * detect and fix redirect anchors * update anchor lint * Web-console: remove specific column filters (#8343) * add clear filter * update tool kit * remove usless check * auto run * add % * Fix resource leak (#8337) * Fix resource leak * Patch comments * Enable Spotbugs NP_NONNULL_RETURN_VIOLATION (#8234) * Fixes from PR review. * Fix more anchors. * Preamble nix. * Fix more anchors, headers * clean up placeholder page * add to website lint to travis config * better broken link checking * travis fix * Fixed more broken links * better redirects * unfancy catch * fix LGTM error * link fixes * fix md issues * Addl fixes
1.5 KiB
1.5 KiB
id | title |
---|---|
alerts | Alerts |
Druid generates alerts on getting into unexpected situations.
Alerts are emitted as JSON objects to a runtime log file or over HTTP (to a service such as Apache Kafka). Alert emission is disabled by default.
All Druid alerts share a common set of fields:
timestamp
- the time the alert was createdservice
- the service name that emitted the alerthost
- the host name that emitted the alertseverity
- severity of the alert e.g. anomaly, component-failure, service-failure etc.description
- a description of the alertdata
- if there was an exception then a JSON object with fieldsexceptionType
,exceptionMessage
andexceptionStackTrace