Hi Splunkers, I have some HF configured to send data over SSL to one indexer; As I am about to configure a second indexer, I was wondering if it is possible to load-balance data from HF to: IDX1 over SSL IDX2 without SSL And have outputs.conf configured such as: [tcpout] defaultGroup = default-autolb-group [tcpout:default-autolb-group] server = idx1:1234,idx2:5678 where 1234 is the SSL port, and 5678 the standard one, without SSL. and on indexer side, we would have for inputs.conf IDX1 [splunktcp-ssl://1234] connection_host = dns IDX2 [splunktcp://5678] connection_host = dns Do you think this could work? Thanks !
... View more