Splunk Search

subsearch error

myli12
Path Finder

I tried to use subsearch to find the 2nd last synchronization event by using the following:

synchronization [search synchronization | head 1 | eval earliest=relative_time(_time,"-1H") | eval latest=_time | fields earliest, latest]

but I received the error message

Error in 'search' command: Unable to parse the search: 'AND' operator is missing a clause on the left hand side.

What is wrong here and what is the fix? Thanks.

Tags (1)

gkanapathy
Splunk Employee
Splunk Employee

It would be a lot easier and fast to get the second last one with:

synchronization | head 2 | tail 1

But the explanation for your error is http://splunk-base.splunk.com/answers/8271/error-in-unifiedsearch-unable-to-parse-the-missing-lhs-fo...

so:

synchronization [search synchronization | head 1 | eval earliest=relative_time(_time,"-1H") | eval latest=_time | fields earliest, latest | format "(" "(" " " ")" "OR" ")" ]
0 Karma
Get Updates on the Splunk Community!

Observability | How to Think About Instrumentation Overhead (White Paper)

Novice observability practitioners are often overly obsessed with performance. They might approach ...

Cloud Platform | Get Resiliency in the Cloud Event (Register Now!)

IDC Report: Enterprises Gain Higher Efficiency and Resiliency With Migration to Cloud  Today many enterprises ...

The Great Resilience Quest: 10th Leaderboard Update

The tenth leaderboard update (11.23-12.05) for The Great Resilience Quest is out >> As our brave ...