Splunk Search

Splunk dashboard single value trendinterval time as dynamic

splunkkid
Path Finder

Hello,

 

I' m currently working on how to make dashboard with our Server's VM Count logs.

Our logs are being collected as daily basis, I'm trying to show the count trend using trellis by data center.

 

The command are like below.

host=[HOST] index=[INDEX] sourcetype=[SRC_TYPE] source=[SRC]
| timechart limit=0 span=1d sum(vm.count) as VM by center

 

If I make single value trellis viz with above command, I found the difference of VM count is only shown as daily basis. Like the pic attached.

 

I want to make trendinterval option value to dynamically change if I click time picker to change time range.

Like, If I change time range to Last 90days, then showing me the difference between today and 90days ago.

 

How could I make it so?

 

Thank you.

Labels (1)
Tags (1)
0 Karma

tscroggins
Influencer

@splunkkid 

Here's an example that works for me:

 

index=_internal sourcetype=splunkd source=*/splunkd.log* earliest=-90d
| timechart limit=0 span=1d useother=f count by component

 

 

splunkkid_single_item_format.png

 

splunkkid_single_item_trellis.png

 

splunkkid_single_item_trellis_output.png

 

 

By default, it compares the two most recent values (today and yesterday). Is your "Compared to" option set correctly?

splunkkid_single_item_format_90days.png

 

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

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

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...