Splunk Search

Is it possible to use a report as a searchable data set?

andrewking1116
Engager

I have built a report that counts the number of times a user has gone to a particular website on an hourly basis and made into a panel on a dashboard.

Is it possible to search that report for a specific user/IP in a different panel and display the results?

0 Karma

arobbins_splunk
Splunk Employee
Splunk Employee

You can use the savedsearch command to integrate any report (saved search) into another search.

If your report is named mysearch,

| savedsearch mysearch | where user="arobbins" or ip="127.0.0.1"

0 Karma

somesoni2
Revered Legend

You can saved the result of your report as lookup table OR use summary indexing to save the result onto Splunk. Once you've done that, your report will be available to search via inputlookup command OR regular search over summary index used.

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...