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 below
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
Your post was truncated. Can you edit or re-post?
Hello!
I reposted it! Thank you.
please check below link.