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!

Data Management Digest – December 2025

Welcome to the December edition of Data Management Digest! As we continue our journey of data innovation, the ...

Index This | What is broken 80% of the time by February?

December 2025 Edition   Hayyy Splunk Education Enthusiasts and the Eternally Curious!    We’re back with this ...

Unlock Faster Time-to-Value on Edge and Ingest Processor with New SPL2 Pipeline ...

Hello Splunk Community,   We're thrilled to share an exciting update that will help you manage your data more ...