Performing a routing POC with two Splunk 4.0.4 instances:
Ubuntu <--- VirtualBox[WinXP]
Trying to follow:
http://www.splunk.com/base/Documentation/4.0.4/Admin/Routedatatodifferentplacesbasedoncontent
to setup routing of a particular sourcetype.
I set up a TCP Data Input on port 9998 of the Ubuntu host.
Then on WinXP host I configured (props, transforms, and outputs) within
SPLUNK_HOME/etc/system/local as:
[WMI:FreeDiskSpace]
TRANSFORMS-routing=ROUTE2NIX-FD
[ROUTE2NIX-FD]
REGEX=.
DEST_KEY=_TCP_ROUTING
FORMAT=winSharedGroup
[tcpout:winSharedGroup]
server = 192.168.1.100:9998
disabled = false
Re-started both servers (several times now).
One odd thing is, although the Data Input (9998) on the Ubuntu host shows up in lsof -itcp:9998
It now longer appears through Splunk Manager >> Data Inputs. It says I have zero
TCP inputs.
On the Windows host I do see an established connection from Win --> Ubuntu:9998
Any thoughts? Steps I'm missing?