Splunk Search

Using variable

jimjohn
Path Finder

My search string is
(host=ABC AND "Emp Code"=inputString) OR (host=joinHost AND "EMPLOYER_CODE"=inputString)
Can I have a common varible in place of inputString.

I tried using using eval like below.
eval inupt=inputString|(host=ABC AND "Emp Code"=inputString) OR (host=joinHost AND "EMPLOYER_CODE"=inputString)
But not getting result.

Any help

0 Karma

kristian_kolb
Ultra Champion

No, not the way you describe it.

You cannot start with an eval that way. You might get away with something like;

host=ABC OR host=joinHost inputString | blah blah blah

Which will search through the events for inputString, regardless of whether it appears in a field or not. But since inputString is treated as a literal string, rather than a field value, your search may return results where inputString is present in other parts of the event.

/k

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...