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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...