I’m working on configuring BigFix to capture the contents of configuration files for the log aggregation application known as Splunk.
The overall goal would be:
- Look for all files in lines of file “C:\Program Files\SplunkUniversalForwarder\etc” that are named inputs.conf.
- Capture the contents of all of those files and make it available in BigFix, there would normally be only one or two inputs.conf files but they may be in a variety of folders.
I’ve tried a few things for accomplishing this, and had some varied results. Any advice would be appreciated.