Hello Splunk Ninjas
I'm trying to convert my addcoltotals of MB to TB using the eval statement which does not work....
index=myindex sourcetype=mysourcetype | table Cluster, Capacity_MB | addcoltotals label=TOTALS labelfield=Cluster | eval TOTALS = round(TOTALS/1024,2)
Thanks!
↧