Security

Password field for Modular Input using Python SDK

stephenho
Path Finder

Hi All,

I'm trying to write a python app that requires a username and a password. I've written most of it up using the Python SDK and now that I'm getting into the nitty gritty, I want to encrypt and hide the password value for security purposes.

http://dev.splunk.com/view/SP-CAAAER3

I've used the above URL as a guide, but when I did a search on password fields, I found this article instead.

http://docs.splunk.com/Documentation/Splunk/6.0/AdvancedDev/ModInputsExample

In the second link, it creates a password field using the XML scheme, but I can't find an equivalent for the python code.

I took a look in the (I'm not at my devel pc at the moment) splunklib/modularinput folder and I believe in the arguments module, there is only templates for string, number and float, eg data_type_number, data_type_string, etc.

Is there a way I can code this in Python in a way Splunk will understand or will I need to change my scheme to incorporate the xml?

Thanks in advance.

shaskell_splunk
Splunk Employee
Splunk Employee

You need to create a custom Splunk manager page for your modular input to hide the password and add a password confirmation field.

http://docs.splunk.com/Documentation/Splunk/6.2.1/AdvancedDev/ModInputsCustomizeUI

When you create an element for your password field, use type="password". Make sure that you only set this for 'edit' and 'create' views, not 'list', so the password isn't displayed when the modular input is listed.

Get Updates on the Splunk Community!

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...

Splunk Up Your Game: Why It's Time to Embrace Python 3.9+ and OpenSSL 3.0

Did you know that for Splunk Enterprise 9.4, Python 3.9 is the default interpreter? This shift is not just a ...