Dashboards & Visualizations

How to keep the results for each day from a daily scheduled search on dashboard for the last 1 month?

chandra61446
New Member

How to keep everyday search result on dashboard?
e.g. I need a search to run daily on 00:01 Hours everyday and display it on dashboard, but when it runs on the next day, it should produce a column with the current date and keep the column of the previous date result as well. I would like this dashboard to maintain the search result history for the last 1 month.

Any Ideas, how to do that?

0 Karma
1 Solution

renjith_nair
Legend

Try summary indexing. Run your search everyday and store only the results you want in summary index. Use the summary index in dashboard. This will speed up your dashboard especially if you have to search for one month data

http://docs.splunk.com/Documentation/Splunk/6.3.1511/Knowledge/Usesummaryindexing

---
What goes around comes around. If it helps, hit it with Karma 🙂

View solution in original post

0 Karma

ctaf
Contributor

You could use the Timewrap command: https://splunkbase.splunk.com/app/1645/

| timechart count span=1h | timewrap d |

It allows you to compare days to days or weeks to weeks very easily

0 Karma

renjith_nair
Legend

Try summary indexing. Run your search everyday and store only the results you want in summary index. Use the summary index in dashboard. This will speed up your dashboard especially if you have to search for one month data

http://docs.splunk.com/Documentation/Splunk/6.3.1511/Knowledge/Usesummaryindexing

---
What goes around comes around. If it helps, hit it with Karma 🙂
0 Karma

thirumalreddyb
Communicator

If your number of results are less then,

your search query.... | append [|inputlookup RESULTS.csv | eval epoch_date=strptime(date,"%Y-%m-%d") (or whatever the format) | where epoch_date>=now-(30*86400) ]outputlookup RESULTS.csv

Now schedule this search to run at 00:01 hours everyday and use the RESULTS.csv to power your dashboard.

P.S: Accept the answer if it is useful.

Get Updates on the Splunk Community!

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Building Momentum: Splunk Developer Program at .conf25

At Splunk, developers are at the heart of innovation. That’s why this year at .conf25, we officially launched ...