Knowledge Management

Splunk AI Assistant

urvishah
Engager

Hi,

I had couple of questions related to Splunk AI Assistant

1. Do we need to install Splunk AI Assistant on each Splunk Server that we using?

2. Can Splunk AI Assistant be called using API calls?

3. Does Splunk AI Assistant provide SPL query or result of SPL query?

4. Based on users query, if there are multiple matches, will Splunk AI Assistant return all available SPL queries or the best match?

0 Karma
1 Solution

marnall
Motivator

I am not a developer of the app so I can only speak from my experience:

1. No, the Splunk AI Assistant App translates your input prompt to SPL and/or explains a SPL prompt. It needs only to be installed on one server, and it can even be a separate experimental server that is disconnected from your production environment.

2. The Splunk AI Assistant App implements a command "splgen" which is a search command. Thus it is possible to run this command through a Splunk search dispatched via API. See: https://docs.splunk.com/Documentation/Splunk/9.2.1/RESTTUT/RESTsearches

3. The Splunk AI Assistant App provides the SPL query and an explanation if desired. No results of running it.

4. The Splunk AI Assistant App provides a single "best guess" SQL query based on your prompt. Not a selection of alternatives.

 

View solution in original post

marnall
Motivator

I am not a developer of the app so I can only speak from my experience:

1. No, the Splunk AI Assistant App translates your input prompt to SPL and/or explains a SPL prompt. It needs only to be installed on one server, and it can even be a separate experimental server that is disconnected from your production environment.

2. The Splunk AI Assistant App implements a command "splgen" which is a search command. Thus it is possible to run this command through a Splunk search dispatched via API. See: https://docs.splunk.com/Documentation/Splunk/9.2.1/RESTTUT/RESTsearches

3. The Splunk AI Assistant App provides the SPL query and an explanation if desired. No results of running it.

4. The Splunk AI Assistant App provides a single "best guess" SQL query based on your prompt. Not a selection of alternatives.

 

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...