Which commands can run on both search heads and indexers?
Which commands can run on both search heads and indexers?
Distributable streaming commands can run on both search heads and indexers. These commands can operate on data wherever it is, whether on the search head or the indexers, and are able to distribute their operations across multiple search peers.
Correct, distriutable streaming commands are executed both on SH and IDX (It depends on the order of commands). If any of the preceding commands execute on the SH then the distributable streaming command als oexecutes on SH (i.e. if we have a centralized streaming command BEFORE)