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!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...