Splunk Search

How to display latest value of CSV file?

geetanjali
Path Finder

Hello,

I want to display last value of CSV file.
i am displaying max power usage with query:

index="test" sourcetype="power_test" | chart max(Power_consumption) as Max over host | sort 10 -max(Power_consumption)

This query will display two columns host and max(Power_consumption). i want to display one more column of latest power consumption by host.

What i need to add in my query?

Thanks in advance.

Geetanjali

Tags (1)
0 Karma

ziegfried
Influencer
index="test" sourcetype="power_test" | stats max(Power_consumption) as Max first(Power_consumption) as Recent by host
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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