Dashboards & Visualizations

How to declare the timerange in a splunk report, which will be generate once a week?

ganinurceski
Engager

Hello there

There is a report, which shows some useful informations about some Application. Whatever.
Now I want to declare in the the report the timerange (last week, example 03.02.2020 00;00 until 10.02.2020 00:00). Or maybe there is possibility to declare the timerange in the description of the report, like a variable or something like that.

Here is my string, maybe i can build in something:

index=smsc tag=MPRO_PRODUCTION DATA="8000000400000000" OR "8000000400000058"
| dedup DATA
| chart count by SHORT_ID, command_status_code
| search NOT ESME_RTHROTTLED=0
| eval "THROTTLING %"=(ESME_RTHROTTLED/(ESME_RTHROTTLED + ESME_ROK)*100)
| sort - ESME_RTHROTTLED
| head 15

Thanks for your help!

0 Karma

to4kawa
Ultra Champion
| addinfo
| eval timerange = "(".strftime(info_min_time, "%d/%m/%Y %T")." - ".strftime(info_max_time, "%d/%m/%Y %T").")"

try $result.timerange$
cf. addinfo

0 Karma

manjunathmeti
Champion

You can use information tokens in the subject or message.

$job.earliestTime$ 
$job.latestTime$ 
0 Karma

manjunathmeti
Champion

Is this report scheduled? If yes, what is the alert action?

0 Karma

ganinurceski
Engager

Send an email

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Depending your definition of "last week", you could use

index=smsc tag=MPRO_PRODUCTION DATA="8000000400000000" OR "8000000400000058" earliest=-1w@w latest=@w

or

index=smsc tag=MPRO_PRODUCTION DATA="8000000400000000" OR "8000000400000058" earliest=-7d@d latest=@d
---
If this reply helps you, Karma would be appreciated.
0 Karma

ganinurceski
Engager

And where this information about the timerange appear? maybe in the filename?

0 Karma

ganinurceski
Engager

I've picked the right timerange with the picker. I just want to remark it in the report, so that we can see, when this events happend.

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 ...