Welcome to the new Splunkbase! To return to the old Splunkbase, click here.
OpenAI Connector app icon

OpenAI Connector

An application that calls OpenAI using the result of a Splunk search command and sends a prompt

Built by
splunk product badge

Latest Version 1.0.2
July 11, 2025
Compatibility
Not Available
Platform Version: 9.4
Rating

0

(0)

Log in to rate this app
Support
OpenAI Connector support icon
Not Supported
Ranking

#22

in Artificial Intelligence
An application that calls OpenAI using the result of a Splunk search command and sends a prompt # Pre-work - install python-dotenv $SPLUNK_HOME/bin/splunk cmd python3 -m pip install python-dotenv - update splunk_app_for_openai/bin/.env update env file ``` OPENAI_API_KEY= OPENAI_MODEL=gpt-4o-mini #select prefer model OPENAI_API_BASE=https://api.openai.com/v1 ``` # how to use | makeresults | eval question="What is MITRE ATT&CK?" | callopenai prompt="{question}" # other if you have any question, please feel to free below repo. https://github.com/saeoshi/splunk_app_for_openai

Categories

Created By

Satoshi Udagawa

Type

app

Downloads

33

Resources

Log in to report this app listing