Splunk Search

tstat and timechart

rizzo75
Path Finder

tscollect was leveraged to put data into time series index files. I am able to use tstat to calculate statistics. How would I go about leveraging timechart with tstat?

Here is what I want to work:
| tstats prestats=t field1, field2, field3 FROM my_ns | timechart avg(field1) by field2

What am I missing?

Thanks,
Joe

Tags (2)

Lamar
Splunk Employee
Splunk Employee

Joe,
Try using this:

| tstats prestats=t count as count FROM my_ns groupby field1,field2,field3,_time | timechart avg(field1) as field1_avg by field2
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...