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!

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...