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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...