1. Splunk Enterprise Documentation, Distributed Search Manual, "What gets replicated": This document explains the search bundle replication process and the use of blacklisting. It explicitly states, "If you blacklist a lookup table, you must run the lookup on the search head by adding local=true to the lookup command in your search."
Reference: Distributed Search Manual -> Chapter: "Configure distributed search" -> Section: "What gets replicated" -> Subsection: "Exclude files from the bundle".
2. Splunk Enterprise Documentation, Search Reference, "lookup": The official documentation for the lookup command details its parameters.
Reference: Search Reference -> Command: "lookup" -> Syntax section. It defines the local= argument: "If local=true, the lookup is run on the search head. The default is false, which runs the lookup on the indexer."
3. Splunk Enterprise Documentation, Admin Manual, "distsearch.conf": This configuration file reference describes the [replicationBlacklist] stanza.
Reference: Admin Manual -> File Reference: "distsearch.conf" -> Stanza: [replicationBlacklist]. This section confirms that the stanza is used to "prevent specific files or directories from being replicated to the search peers."