Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit d8f6296

Browse files
Merge pull request #2166 from splunk/tcarter-OD-6352-AIpublic
tcarter-OD-6352-AIpublic
2 parents 6662f81 + ab7ec1c commit d8f6296

File tree

5 files changed

+100
-0
lines changed

5 files changed

+100
-0
lines changed

_images/ai/ai1.png

568 KB
Loading

_images/ai/ai2.png

82.9 KB
Loading

_images/ai/ai3.png

170 KB
Loading

get-started/o11y-ai.rst

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
.. _o11y-ai:
2+
3+
**********************************************************************************
4+
AI Assistant in Observability Cloud
5+
**********************************************************************************
6+
7+
.. meta::
8+
:description: Learn to use the AI Assistant in Observability Cloud.
9+
10+
The AI Assistant in Observability Cloud provides fast, deep insights that leverage observability data (metrics, traces, logs, and alerts). Users can access these insights in an intuitive chat interface within their existing workflow in Splunk Observability Cloud.
11+
12+
You can use the AI Assistant to do the following:
13+
14+
* Get quick insights into your metrics, charts, traces, incident alerts, dashboards, services, and errors
15+
16+
* Troubleshoot faster in Splunk APM and Splunk Infrastructure Monitoring
17+
18+
* Search metrics, charts, and alerts
19+
20+
* Generate SignalFlow based on your question in natural language
21+
22+
The AI Assistant provides an intelligent chatbot experience to empower users to craft complex SignalFlow by simply writing plain English prompts.
23+
24+
The AI Assistant has access only to data from Splunk APM and Splunk Infrastructure Monitoring. While you can access the assistant throughout Splunk Observability Cloud, responses are geared toward use cases for APM, Infrastructure Monitoring, and Log Observer Connect.
25+
26+
What is supported
27+
==================================================================================
28+
The AI Assistant understands and supports natural language. The assistant responds in natural language with a summary of insights synthesized from multiple sources. Currently, the assistant supports only English.
29+
30+
How to access the AI Assistant in Observability Cloud
31+
==================================================================================
32+
To access the AI Assistant in Observability Cloud, select the AI Assistant icon from the toolbar on the right side.
33+
34+
.. image:: /_images/ai/ai1.png
35+
:width: 100%
36+
:alt: This image shows the location of the AI Assistant for Observability.
37+
38+
39+
Enter your prompt in plain English in the text box. Ask about anything in your environment.
40+
41+
Alternatively, you can select from the two suggested prompts:
42+
43+
* List active incidents
44+
* List services experiencing high error rates
45+
46+
.. image:: /_images/ai/ai2.png
47+
:width: 40%
48+
:alt: This image shows the location of the AI Assistant for Observability.
49+
50+
Context limitations
51+
==================================================================================
52+
Context length is the amount of text that the AI assistant can process in a single conversation due to LLM limitations. Think of it as the short-term memory of the AI assistant. Each interaction with the assistant is limited to the context set from the beginning of that conversation. The AI Assistant tells you when you exceed the chat limit and prompts you to copy the information that you want to save and start a new chat to continue. Select the New chat button in the upper right corner of the assistant to create a new chat with a new context.
53+
54+
Chat history
55+
----------------------------------------------------------------------------------
56+
You can only access the most recent chat interaction within the last thirty days.
57+
58+
ChatId
59+
----------------------------------------------------------------------------------
60+
Chatid is the unique identifier for each AI Assistant in Observability Cloud conversation. Use ChatId when you want to report something about a particular conversation. Find it near the top of the chat below AI Assistant.
61+
62+
.. image:: /_images/ai/ai3.png
63+
:width: 40%
64+
:alt: This image shows the location of the chatId.
65+
66+
Data sharing and use
67+
==================================================================================
68+
When you interact with AI Assistant in Observability, Splunk collects and might use inputs, outputs, grounding data, feedback, and usage data to provide and maintain the the AI Assistant in Observability, comply with applicable law, enforce our policies, and develop and improve the AI Assistant in Observability, including to train AI models. If you do not want your data used for these purposes, do not click on the button and do not install, download, access, or otherwise use AI Assistant in Observability. The following table explains the categories of data the assistant collects:
69+
70+
.. list-table::
71+
:header-rows: 1
72+
:widths: 15, 50
73+
74+
* - :strong:`Category`
75+
- :strong:`Description`
76+
* - User prompts or inputs
77+
- Refers to a question or an input by a user to the AI Assistant. Examples are “Show me all K8 nodes with more than 90% memory utilization”, and “What is wrong with my payment service?”
78+
* - Grounding observability data
79+
- Refers to observability metrics, traces, and logs data. Not every user prompt may require grounding observability data. For environment-specific questions like “What is wrong with my payment service?”, the assistant leverages payment service-related observability data to answer the question.
80+
* - Assistant responses
81+
- Refer to the output generated by the AI assistant. This might contain observability data in a summarized text chart form.
82+
* - Feedback
83+
- Refers to any user-entered feedback.
84+
* - Usage data
85+
- Usage data is more fully described in the Splunk Privacy Statement. Examples include “thumbs up”, “thumbs down”, “chat id”, “copy”, “tokens used”, and “response length”
86+
87+
Service limitations
88+
==================================================================================
89+
A Splunk Observability Cloud organization has a limit of 3,000 prompts per month and no more than 10 prompts per minute.
90+
91+
92+
93+
94+
95+

index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,11 @@ View a list of all supported integrations :ref:`supported-data-sources`
277277

278278
Service description <get-started/service-description>
279279

280+
.. toctree::
281+
:maxdepth: 3
282+
283+
AI Assistant in Observability Cloud <get-started/o11y-ai>
284+
280285
.. toctree::
281286
:maxdepth: 3
282287

0 commit comments

Comments
 (0)