icon/x Created with Sketch.

Splunk Cookie Policy

We use our own and third-party cookies to provide you with a great online experience. We also use these cookies to improve our products and services, support our marketing campaigns, and advertise to you on our website and other websites. Some cookies may continue to collect information after you have left our website. Learn more (including how to update your settings) here.
Accept Cookie Policy

We are working on something new...

A Fresh New Splunkbase
We are designing a New Splunkbase to improve search and discoverability of apps. Check out our new and improved features like Categories and Collections. New Splunkbase is currently in preview mode, as it is under active development. We welcome you to navigate New Splunkbase and give us feedback.

Accept License Agreements

This app is provided by a third party and your right to use the app is in accordance with the license provided by that third-party licensor. Splunk is not responsible for any third-party apps and does not provide any warranty or support. If you have any questions, complaints or claims with respect to this app, please contact the licensor directly.

Thank You

Downloading Large Language Model for Splunk
SHA256 checksum (large-language-model-for-splunk_100.tgz) a1ec1f9323a1bb971d013d96911d40d6efc713f58b622223a1cc34a74f383ad6
To install your download
To install apps and add-ons from within Splunk Enterprise
  1. Log into Splunk Enterprise.
  2. On the Apps menu, click Manage Apps.
  3. Click Install app from file.
  4. In the Upload app window, click Choose File.
  5. Locate the .tar.gz file you just downloaded, and then click Open or Choose.
  6. Click Upload.
  7. Click Restart Splunk, and then confirm that you want to restart.
To install apps and add-ons directly into Splunk Enterprise
  1. Put the downloaded file in the $SPLUNK_HOME/etc/apps directory.
  2. Untar and ungzip your app or add-on, using a tool like tar -xvf (on *nix) or WinZip (on Windows).
  3. Restart Splunk.
After you install a Splunk app, you will find it on Splunk Home. If you have questions or need more information, see Manage app and add-on objects.

Flag As Inappropriate

splunk

Large Language Model for Splunk

This app is NOT supported by Splunk. Please read about what that means for you here.
Overview
Title: Large Language Model for Splunk Version 1.0.0
Description: This app allows users to pipe Splunk logs into a designated Large Language Model (LLM), allowing users to perform natural language queries using the LLM on the logs (piped to the LLM). This pipeline is based on the Retrieval Augmented Generation (RAG) technique which allows the LLM to reply based only on the given context.

Possible Use cases:
1. Get the LLM to monitor your network logs and give you a summary of what is happening in your network.
2. Get the LLM to help with troubleshooting when you are facing error logs.
** Given the large amount and variety of logs in Splunk, there are endless possibilities that you can use with the LLM.

Important: Before installing this app, you need to have a pipeline of containers setup.
1. An Ollama Container with nomic-embed-text model and llama3 model(at least, we support llama3, mistral and llama3.1).
2. A Milvus Vector Database container.
3. Our Embed&Retriever; Container.

Our Embed&Retriever; Container is a proprietary app developed to interface with Milvus Database and Ollama. Future versions of it will allow it to interface with a larger variety of open source LLM projects like HuggingFace or even OpenAI.

Steps:
Install Milvus using docker compose file
https://milvus.io/docs/install_standalone-docker-compose.md
Install Ollama
docker pull ollama/ollama
Install nomic-embed-text within the ollama container (ollama pull nomic-embed-text)
Install llama3 within the ollama container (ollama run llama3)
Install Splunk LLM
docker pull bendenzer98/splunk_llm:latest
To run this container, the container port is 5555, and the environment variables to be set are:
llm_URL: "https://:"
Milvus_URL: "https://:"
Local_Or_NAI: "Local" - Always set Local.
Embeddings_URL: "https://:"

Release Notes

Version 1.0.0
Oct. 30, 2024

Subscribe Share

Are you a developer?

As a Splunkbase app developer, you will have access to all Splunk development resources and receive a 10GB license to build an app that will help solve use cases for customers all over the world. Splunkbase has 1000+ apps from Splunk, our partners and our community. Find an app for most any data source and user need, or simply create your own with help from our developer portal.

Follow Us:
Splunk, Splunk>,Turn Data Into Doing, Data-to-Everything, and D2E are trademarks or registered trademarks of Splunk LLC in the United States and other countries. All other brand names,product names,or trademarks belong to their respective owners.