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!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...