Getting Data In

Multiple Sources on a single host

splunktp
Explorer

I have a Splunk 4.1.7, build 95063 instance and am trying to pull logs from Informix DB on Solaris 10. So I had set the inputs.conf of Lightweight forwarder on Informix as follows

[monitor:///usr/informix/mycertaindirectory]
disabled = false
source = Informix

On Splunkweb, I am able to see a lot of logs coming to "source=Informix".

My concern is that it also created some 3,000+ sources, most of which has the format of a common string of file name followed by a incrementing number.

How can I correct this multiple soucres coming from the same host?

Tags (1)
0 Karma

dwaddle
SplunkTrust
SplunkTrust

Source usually correlates to a specific filename. In /usr/informix/mycertaindirectory do you have 3,000+ distinct files?

And when you say 'logs from Informix DB' do you mean the database transaction logs (the Informix physical log and logical log) or do you mean textual log files created by the Informix server process?

A common question that comes up is feeding database transaction logs into Splunk. Because most database transaction logs are in an opaque binary format, and because most database vendors are unwilling to provide documentation about that format, Splunk cannot directly ingest database transaction logs and make sense of them.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...