Splunk Search

Automatic Lookup, matching on multivalue not working?

ejwade
Contributor

I'm trying to configure an automatic lookup and match multivalue field of IP addresses (in the lookup) on an IP field (in the SPL results). The lookup is a KV Store, and the definition targets that collection.

When I run the lookup definition manually, it works fine.

index=my_index eventtype=my_event_type
| lookup lookup_definition ip_mv AS ip OUTPUTNEW dns

However, when I create an automatic lookup using the same information, it doesn't work.

Any ideas?

Labels (1)
0 Karma
1 Solution

ejwade
Contributor

I discovered the issue. KV store collections need to be replicated to leverage automatic lookups.

https://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Makeyourlookupautomatic#Enable_replica...

View solution in original post

0 Karma

ejwade
Contributor

I discovered the issue. KV store collections need to be replicated to leverage automatic lookups.

https://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Makeyourlookupautomatic#Enable_replica...

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...