Splunk Search

how to calculate fields total size and size used to get %used

nathanluke86
Communicator

I have two fields total_size and size_used

How can I calculate %used and output as a new field %used

TIA

0 Karma
1 Solution

nickhills
Ultra Champion

Hi @nathanluke86

Try this:
<your search>|eval used_perc=round((total_used/total_size)*100,2)

If my comment helps, please give it a thumbs up!

View solution in original post

nickhills
Ultra Champion

Hi @nathanluke86

Try this:
<your search>|eval used_perc=round((total_used/total_size)*100,2)

If my comment helps, please give it a thumbs up!

nathanluke86
Communicator

Great Thanks

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...