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!

Index This | When is October more than just the tenth month?

October 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What’s New & Next in Splunk SOAR

 Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us for an ...