Splunk Search

Return command giving error for stats c(eval...) in splunk

snehalk
Communicator

Hello Everyone,

Am creating the dynamic query depending on condition and after that using return command to execute that search query string, below is my search query

   [ | search query which gives me dynamic string.... | return $myquery ]

where $myquery contain index=xyz | stats c(eval(eventtype="myeventtype1")) as "myeventtype1", c(eval(eventtype="myeventtype2")) as "myeventtype2"

but its giving me the error (actually its putting the each eventtype value while executing), is there any way where we can execute this query without any error?

Note: when i execute myquery string manually its perfectly working fine.

Can any on help me here?

Thank you

0 Karma

woodcock
Esteemed Legend

Why bother with the extra stuff; just do this ( search is a special field name returning from subsearches):

  [ | search query which gives me dynamic string.... | rename myquery AS search ]
0 Karma
Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Dynamic formatting from XML events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Stronger Security with Federated Search for S3, GCP SQL & Australian Threat ...

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