Dashboards & Visualizations

Question with time chart and Round

arieffel
New Member

host="ESX" NOT (host="GA*" OR host="WA*") | timechart span=1m eval(round(avg(Temperatures{}.CurrentReading),2)) by host

Trying to get just 2 decimal places on the "Temperatures{}.CurrentReading" but getting expression is malformed.

Sorry, I'm a Splunk newbie and I"m trying to read on the webs and piece together what makes sense.

Tags (2)
0 Karma

somesoni2
Revered Legend

Try this

host="ESX" NOT (host="GA*" OR host="WA*") | timechart span=1m avg(Temperatures{}.CurrentReading) by host
| foreach * [| eval "<<FIELD>>"=round('<<FIELD>>',2)]
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...