Menu

Post image 1
Post image 2
Post image 3
Post image 4
Post image 5
Post image 6
Post image 7
Post image 8
Post image 9
Post image 10
Post image 11
Post image 12
Post image 13
Post image 14
Post image 15
1 / 15
0

Integrating ServiceNow Incidents with Elastic AI Agents for Observability Analysis

DEV Community·Nobuhiko Sekiya·about 1 month ago
#E6ljdeRl
#servicenow#script#elastic#flow#inputs#error
Reading 0:00
15s threshold

Introduction This is an example of calling an Elastic AI Agent from a ServiceNow incident. Based on the details recorded in the incident, you can have the AI Agent perform observability analysis as needed. I am not very familiar with ServiceNow, so I implemented this while consulting with Gemini. Please note that this may not be the most optimal implementation. The ServiceNow version used is Zurich . Component Flow The workflow involves having the Elastic AI Agent investigate the incident details and recording the returned results back into the incident. [ServiceNow Incident] │ ▼ [UI Action (Manual Trigger)] │ ▼ [ServiceNow Flow Designer (Subflow)] │ ▼ [ServiceNow Action (Integration Step)] │ ▼ [Elastic Workflow (Orchestration)] │ ▼ [Elastic AI Agent (Agent Builder)] │ ▼ [Elasticsearch Observability Data] Enter fullscreen mode Exit fullscreen mode Elastic Side Configuration Elastic Workflow Save a Workflow with the following definition.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More