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

You can use information tokens in the subject or message.

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

manjunathmeti
SplunkTrust
SplunkTrust

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!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...