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!

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

New Release | Splunk Cloud Platform 10.1.2507

Hello Splunk Community!We are thrilled to announce the General Availability of Splunk Cloud Platform 10.1.2507 ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

🗣 You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...