Hello,
i have created a new index DAP in cluster master and shared the configuration of this new indexes.conf with all peers.
i put the file in cluster master folder ../_cluster/local/ then distribute the bundle to all peer.
i have CM1 , IDX1,IDX2,IDX3 and IDX4.
Now from Heavy forwarder i am forwarding the data to IDX2 index name DAP. In search i am able to search the data,
My question here is - 1) why DAP index is not replicating? all the time in search head, i am getting my data from IDX2 DAP index, why not from other IDXs
2) Can i directly forward heavy forwarder data to cluster master index DAP? will it work?
My conf in HF is -
inputs.conf
[monitor:///tmp/Gov.csv]
disabled = false
index = dap
_TCP_ROUTING = DAP
outputs.conf-
[tcpout:DAP]
server = IDX2:9997
useACK = true
[tcpout-server://IDX2:9997]
... View more