Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 3.61 KB

File metadata and controls

44 lines (34 loc) · 3.61 KB
navigation_title Observability
applies_to
stack serverless
preview 9.3, ga 9.4+
ga
description Use workflows to respond to anomaly detection alerts, correlate signals across data sources, and automate scheduled data operations in Elastic Observability.
products
id
kibana
id
cloud-serverless
id
cloud-hosted
id
cloud-enterprise
id
cloud-kubernetes
id
elastic-stack

Observability workflows [workflows-automate-observability]

Observability signals (infrastructure metrics, application logs, traces, and anomaly detection results) generate the same kind of "observe a problem, do something about it" loop that security does. Use workflows to close that loop: correlate signals across sources, route to the right team, and run scheduled maintenance or reporting tasks.

What you can automate [workflows-observability-patterns]

The following patterns use existing workflow capabilities:

  • Respond to anomaly detection alerts. Configure an alert trigger on an anomaly detection rule. The workflow runs with the alert's context, and can query log data in a window around the anomaly, enrich with host or service metadata, and open a case or post a notification.
  • Correlate signals across data sources. Use {{es}} search actions to query metrics, logs, and traces in the same workflow, then combine results with if steps to decide on next actions. Use data action steps to filter, group, and remove duplicate results before acting on them.
  • Automate scheduled data operations. Use a scheduled trigger to run periodic health checks, index rollover tasks, or data quality audits.
  • Analyze signals with AI. Use AI steps to summarize a multi-signal investigation with ai.summarize, classify anomaly shapes with ai.classify, or invoke an {{agent-builder}} agent with ai.agent before the workflow takes action.
  • Operate on Observability Streams. Use Streams action steps to list available streams and pull significant events into a workflow for further processing.

How-to guides [workflows-observability-how-tos]

Step-by-step guides for observability workflows:

Learn more