Yes, it is true. Add the port at the web interface like 10.10.10.10:3000 and the outputs.conf add the port also:
[tcpout:myown]
server = 10.10.10.10:3000
blockOnCloning = false
dropEventsOnQueueFull = 5
sendCookedData = false
... View more
Hi, the output format capability has been removed from DBX 2 -- http://docs.splunk.com/Documentation/DBX/2.0.4/DeployDBX/UpgradingfromDBConnect1.1.xtoDBConnect2.0.x for more detail. We would expect it to index in key-value and be easily worked with rex or eval -- if that isn't the case for your data type, please file a ticket so we can address.
... View more
Since your Index is default, I think that you have not provided any value in the index field while creating the database input. However, it should not create a problem while running the query, I suggest you should use source while running the query.
Try this:
source="dbmon-dump://TitalMaster106s/test_dump_2" | table jobrun_id
Whenever a database input is created it is stored as a source in splunk.
... View more