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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...