Hi @gcusello , Thanks for answering. So, the requirement is that same index should not be present in both the indexers by that I meant that if I want to index the data in index1 in first indexer then the data must be in index2 in another indexer. We don't want same index name on both indexers. So, I guess (I am not sure) to override index we need to have the index first where the data would be ingested and then we override index so that it takes the metadata of the previous index. Requirement is to send logs to first indexer with index name index1 and send same logs to another indexer in index2 and we don't want index1 at all on the second indexer. Thanks
... View more