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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...