All,
Is there a way to selectively send data to differnt indexer groups? In my case I have a search head reading from local indexers and I need to send certain metrics and summary logs to a Cloud instance?
thanks
-Daniel
Looking to direct the data to certain indexers. Certain set of values should end up on my splunk cooud install, while everything else ends up onprem. Basically adjust the TCP out for a collect?
Just build 2 different scheduled searches: one that ends with | collect
and the other with | mcollect
.