Splunk Search

How to remove fields from appearing in my timechart panel?

vijaykumartcs
Explorer

i'm trying to remove field from the timechart panel

eg: index=os host=xyz | timechart avg(usedMB) as DiskUsed avg(freeMB) as DiskFree avg(sizeMB) as DiskTotal by host |evalDiskUsed = round(DiskUsed/DiskTotal*100) | fields - DiskFree, DiskTotal

when i execute the above search, i see visualization DiskFree, DiskTotal too towards right end of the panel.. i want to see only DiskUsed..

How do i remove DiskFree, DiskTotal values..

help with the search..

0 Karma

woodcock
Esteemed Legend

Like this:

index=os host=xyz | timechart avg(eval(round(100*usedMB/sizeMB))) AS DiskUsed

Or maybe:

index=os host=xyz | timechart max(eval(round(100*usedMB/sizeMB))) AS DiskUsed
0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...