All Apps and Add-ons

Obfuscating passwords with credentials.pl and Splunk for VMware

colinj
Path Finder

Howdy all,

As I work my way through the installation and configuration documentation for Splunk for VMware I've run in to a problem. I'm trying to follow the instructions for obfuscating the passwords but I'm running in to some problems.

The instructions talk about an engine.conf file which doesn't seem to exist in version 2.0. I have an engine.template file and then all of the files that are generated by enginebuilder.py based on that template file.

Do I need to create individual credential files for each configuration file I have and then concatenate them together? Is there some way I can use the engine.template file? I've tried this and credentials.pl doesn't seem to like it.

Thoughts and suggestions are welcome

0 Karma

roychen
Path Finder

Hi,

Guess this answer is a little late, but I ran into the same problem while setting up the the FAVM for the Splunk App for VMware 2.0.

I had 4 engine*.conf files generated by enginebuilder.py:

enginetaskeventlogs.conf
engineperf.conf
engineinvvc1.conf
enginehierarchy.conf

I managed to create a combined credentials.conf file by doing:

credentials.pl -f enginetaskeventlogs.conf engineperf.conf engineinvvc1.conf enginehierarchy.conf -c

If you run credentials.pl --help, you'll see that it accepts multiple inputs.

Don't forget to remove all username and password entries from each stanza in each engine*.conf file, then restart Splunk on the FAVM.

Hope this helps!

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...