Dashboards & Visualizations

what are the ways of auto uploading a splunk result as a lookup to a dashboard in splunk?

pavanae
Builder

I have a splunk dashboard in which I have to upload a lookup file to all the dashboard panels queries

And the lookup I upload is a result of a splunk query.

Now, Instead of running the query regularly and uploading the lookup file to the dashboard manually are there any other alternative ways in splunk that I can avoid the manual process and make it an auto upload everyday?

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi pavanae,
did you tried to use a summary?
you can use your splunk query to populate a summary and then use it for your searches.
In other words

my search
| table field1 field2 field3 ...
| collect index=my_summary_index

Then use to search

index=my_summary_index
| table field1 field2 field3 ...

Bye.
Giuseppe

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...