Getting Data In

Can I stream the splunk resultset back to splunk for indexing, without storing it in a file?

pramit46
Contributor

I want to index the splunk resultset for future use. Do I always have to store it in a file?

Tags (1)
1 Solution

jayannah
Builder

Use summary index. But it wont give u streaming, but without storing in file.

  1. Create search query & save it
  2. schedule it to run (goto settings -> Searches, reports, and alerts
  3. Edit the search
  4. Schedule it
  5. Enable summary index
  6. Select index name for storing the result set (you must create an index)

Since search is running on already indexed data, splunk license wont be used for re-indexing the result set on new index.

please let me know for any clarifications.

View solution in original post

jayannah
Builder

Use summary index. But it wont give u streaming, but without storing in file.

  1. Create search query & save it
  2. schedule it to run (goto settings -> Searches, reports, and alerts
  3. Edit the search
  4. Schedule it
  5. Enable summary index
  6. Select index name for storing the result set (you must create an index)

Since search is running on already indexed data, splunk license wont be used for re-indexing the result set on new index.

please let me know for any clarifications.

pramit46
Contributor

thanks @jayannah 🙂

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to January Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...

[Puzzles] Solve, Learn, Repeat: Reprocessing XML into Fixed-Length Events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

Data Management Digest – December 2025

Welcome to the December edition of Data Management Digest! As we continue our journey of data innovation, the ...