I want to be able to use the search GUI to create summary index searches, but i want the actual resulting summary index to live on my distributed indexers. how can i accomplish this?
All you need to do is configure the search head with an outputs.conf file that sends data to the appropriate target. Usually the same outputs.conf as you use on your other forwarders will work.
All you need to do is configure the search head with an outputs.conf file that sends data to the appropriate target. Usually the same outputs.conf as you use on your other forwarders will work.
Will a blanket tcpout forwarding rule send ALL data, or are there special local indexes for a search head?
I'm just concerned that there are a number of indexes created on the search head that are not present on the indexing cluster and I dont want to lose that data.
no, a server can forward to itself.
Hi , if one of the indexer is also the search head (run summary search), will outputs.conf be in conflict ?