Splunk Search

Eval variable1=variable2 is True or False?

starks951
Explorer

Folks... I am extracting two variables at search time and trying to report when the two variables are not the same. At this point the two variables are host (coming from the splunk LF running on the system) and os_hostname (coming from a script that calls hostname on a linux box). Basically I want to know when host!=os_hostname and report on that. We have some admins that are cloning servers and forgetting to re-install Splunk so all the cloned systems are reporting as if they were the original cloned system.

I assume there is a way to do this with the Eval command, but can't seem to find the right syntax. Can someone help me?

Tags (1)

carasso
Splunk Employee
Splunk Employee

If you really just want to know when host!=os_hostname, just use

       ... | where host!=os_hostname 
0 Karma

gkanapathy
Splunk Employee
Splunk Employee
... | eval state=if(host!=os_hostname,"bad","good")

gkanapathy
Splunk Employee
Splunk Employee

if(lower(host)!=lower(os_hostname),...)

0 Karma

starks951
Explorer

This works GREAT... any way to make it more fuzzy so it doesn't care about capital letters, IE host=computera and os_hostname=COMPUTERA ?

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...