Splunk Search

Timechart, how to display value of field without function?

Chaser
Explorer
index="redis" sourcetype="csv" total_commands_processed="*" | timechart span=5m total_commands_processed

In the search command above, I want to display value of field "total_commands_processed", anyone can help

Labels (2)
Tags (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

Try something like this

index="redis" sourcetype="csv" total_commands_processed="*" | timechart span=5m max(total_commands_processed) as total_commands_processed

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust

Try something like this

index="redis" sourcetype="csv" total_commands_processed="*" | timechart span=5m max(total_commands_processed) as total_commands_processed

Chaser
Explorer

Thank you so much, it helped me 

Tags (1)
0 Karma
Get Updates on the Splunk Community!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...