Splunk Enterprise

Search with lookup

bosseres
Contributor

Hello

I have a lookup, which contains hostnames, how can I make search over indexes (for example index=*) only by hostnames which in lookup? thank you.

Labels (1)
Tags (1)
0 Karma
1 Solution

scelikok
SplunkTrust
SplunkTrust

Hi @bosseres,

You can try below; I assume your lookup and indexed logs have "hostname" field. Otherwise you may need to rename fields.

index=* [|inputlookup hostname.csv | fields hostname]

 

If this reply helps you an upvote and "Accept as Solution" is appreciated.

View solution in original post

scelikok
SplunkTrust
SplunkTrust

Hi @bosseres,

You can try below; I assume your lookup and indexed logs have "hostname" field. Otherwise you may need to rename fields.

index=* [|inputlookup hostname.csv | fields hostname]

 

If this reply helps you an upvote and "Accept as Solution" is appreciated.

bosseres
Contributor

thank you!

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
index=* [| inputlookup hosts.csv | table host]
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...