Getting Data In

Monitoring multiple servers/paths with a single inputs.conf app

joesrepsolc
Communicator

Trying to setup an "intelligent" inputs.conf that uses the system name of the forwarder then uses the correct path for the monitor input line based on that system name. For instance, "testserver1" uses the inputs for the directory with "server1", and "testserver2" uses the inputs for the directory with "server2".

Otherwise I have to create many separate apps, and server classes to be deployed to each individual server. There are many. Would be great to deploy 1 ap/server class to all (70) servers, and have them detect which monitor lines to use.

Can an inputs.conf be aware of the forwarders hostname, and be written to look for just that match?

testserver1.domain.com
/opt/projects/teams/server1/*.log
/opt/projects/teams/server1/webapps/access*.log*

testserver2.domain.com
/opt/projects/teams/server2/*.log
/opt/projects/teams/server2/webapps/access*.log

testserver3.domain.com
/opt/projects/teams/server3/*.log
/opt/projects/teams/server3/webapps/access*.log
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi joesrepsolc,
did you tried a single stanza with with something like this:

[monitor:///opt/projects/teams/*/]
whitelist = \.log$|webapps\/access.\.log

Bye.
Giuseppe

0 Karma

woodcock
Esteemed Legend

The closest that you can do is this:

 /opt/projects/teams/*/*.log
 /opt/projects/teams/*/webapps/access*.log*
0 Karma
Get Updates on the Splunk Community!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...