Getting Data In

Problem with monitor configuration in inputs.conf

C_Sparn
Communicator

Hello,
I want to monitor rolling logfiles with extension x.log0 to x.log9.
The problem is, that I only can monitor the files when I monitor the parent directory of the log files. If I try to set the stanza like this: [monitor://tmp/logs/x.log*] nothing happens!
How can I monitor every single file from x.log0 to x.log9 without using the parent directory?
Thanks

1 Solution

grijhwani
Motivator

Your example stanza is missing a slash.

[monitor:///tmp/logs/x.log*]

You could try monitoring the directory, and only whitelisting the desired files, although I'm not sure whether that is a deprecated mechanism:

[monitor:///tmp/logs/]
whitelist = \.log[0-9]

(No guarantees this is exactly correct, but you get the idea. We use a similar mechanism which is the inverse - i.e. we blacklist what we don't want.)

blacklist = (\.gz$|sa/sar\d+|sa/sa\d+|tmp$|\.gz\.\d+$|\.tgz$|\.bz$|\.bz2$|\.old)

View solution in original post

grijhwani
Motivator

Your example stanza is missing a slash.

[monitor:///tmp/logs/x.log*]

You could try monitoring the directory, and only whitelisting the desired files, although I'm not sure whether that is a deprecated mechanism:

[monitor:///tmp/logs/]
whitelist = \.log[0-9]

(No guarantees this is exactly correct, but you get the idea. We use a similar mechanism which is the inverse - i.e. we blacklist what we don't want.)

blacklist = (\.gz$|sa/sar\d+|sa/sa\d+|tmp$|\.gz\.\d+$|\.tgz$|\.bz$|\.bz2$|\.old)

C_Sparn
Communicator

Hello,

the * in my stanza didnt show any effect in my case, but with whitelist everything is fine. Thanks!
Greetings

0 Karma
Get Updates on the Splunk Community!

Pro Tips for First-Time .conf Attendees: Advice from SplunkTrust

Heading to your first .Conf? You’re in for an unforgettable ride — learning, networking, swag collecting, ...

Raise Your Skills at the .conf25 Builder Bar: Your Splunk Developer Destination

Calling all Splunk developers, custom SPL builders, dashboarders, and Splunkbase app creators – the Builder ...

Hunt Smarter, Not Harder: Discover New SPL “Recipes” in Our Threat Hunting Webinar

Are you ready to take your threat hunting skills to the next level? As Splunk community members, you know the ...