hi
I have a three host in indexer.
I'm only one host, send another splunk-server.
but, all host send another splunk-server.
where is bug?
thanks
-- inputs.conf --
[udp://514]
connection_host = ip
index = main
sourcetype = test_syslog
disabled = 0
-- props.conf --
[host::192.168.1.5]
TRANSFORMS-data1 = change-index1, change-source1, fw-forward
[host::192.168.1.4]
TRANSFORMS-data2 = change-index2, change-source2
[host::192.168.1.3]
TRANSFORMS-data3 = change-index3, change-source3
-- transforms.conf --
[change-index1]
DEST_KEY = _MetaData:Index
REGEX=.
FORMAT = IDX_1
[change-source1]
DEST_KEY = MetaData:Source
REGEX=.
FORMAT = source::firewall-1
[fw-forward]
REGEX=.
DEST_KEY = _TCP_ROUTING
FORMAT = a-output
-- outputs.conf --
[tcpout]
defaultGroup = a-output
indexAndForward = 1
[tcpout:a-output]
autoLB=true
server=192.168.1.5:9004
... View more