Hi @derchrischkya, lookups are only on Search Heads, infact usually KV-Store is disabled on Indexers. The only ways to replicate lookups are: have a Search Head Cluster, where Lookups are automatically replicated between Search Heads, don't use lookups but Summary Indexes, that are saved on Indexers. You can use a summary index as a lookup creating a scheduled search that saves in the summary index the same content of the lookup (e.g. every day). Ciao. Giuseppe
... View more