Splunk Search

How to create a search with dynamic changing host values

vrmandadi
Builder

index=wineventlog sourcetype=WinEventLog* earliest=-2d host=a OR host=b OR host=c OR host=d OR host=e OR host=f host=h _index_earliest=1533053889 _index_latest=1533053914
| sort 0 +_indextime
| eval message=_raw
| table _raw,_indextime,host

We have a lookup table which we update once every month which has the hosts .Can we write a write a query which will take the hosts data from the lookup table

0 Karma

solarboyz1
Builder

Use a subsearch to feed the list of hosts to the main search:

index=wineventlog sourcetype=WinEventLog* earliest=-2d  [ | inputlookup windows_server | fields host ]  | sort 0 +_indextime 
| eval message=_raw | table _raw,_indextime,host
0 Karma
Get Updates on the Splunk Community!

A Prelude to .conf25: Your Guide to Splunk University

Heading to Boston this September for .conf25? Get a jumpstart by arriving a few days early for Splunk ...

4 Ways the Splunk Community Helps You Prepare for .conf25

.conf25 is right around the corner, and whether you’re a first-time attendee or a seasoned Splunker, the ...

Enhance Your Splunk App Development: New Tools & Support

UCC FrameworkAdd-on Builder has been around for quite some time. It helps build Splunk apps faster, but it ...