Splunk Search

Intermitettent Failures of search using timechart

desi-indian
Path Finder

I have a splunk 4.2.2 installation where I am doing the following search and plotting the results . Search works some times and other times I get the following error .

Query:
index="emc_stats" | timechart span=5m avg(read_IO),avg(WIO),avg(RKB),avg(WKB),avg(RH_pct),avg(WH_pct),avg(RS_pct),avg(WS_pct),avg(WPT) by sid_dg

Error
PARSER: Applying intentions failed plot: Cannot split when specifying more than one field.

Any help is appriciated!

Tags (2)
0 Karma
1 Solution

desi-indian
Path Finder

I got this to work the way I wanted by renaming the sid_dg field and then doing timechart..The working query is

index="emc_stats" | eval groupby=sid_dg|timechart span=5m avg(read_IO),avg(WIO),avg(RKB),avg(WKB),avg(RH_pct),avg(WH_pct),avg(RS_pct),avg(WS_pct),avg(WPT) by groupby

View solution in original post

desi-indian
Path Finder

I got this to work the way I wanted by renaming the sid_dg field and then doing timechart..The working query is

index="emc_stats" | eval groupby=sid_dg|timechart span=5m avg(read_IO),avg(WIO),avg(RKB),avg(WKB),avg(RH_pct),avg(WH_pct),avg(RS_pct),avg(WS_pct),avg(WPT) by groupby

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 ...