Using Any Html Page As Login Page In Splunk

The configuration options in Splunk to customize the login page are not sufficient? You want to use an arbitrary HTML page? This static login page can be used to customize the login experience for Splunk (Tested with Enterprise 8.2.3): To activate it, you have to copy this file to $SPLUNK_HOME/share/splunk/search_mrsparkle/exposed/login.html (it will be served by Splunk Web as a static file) and add the following entry to the settings stanza in the web....

February 23, 2022 · 1 min · Marcus Schiesser

Using username or token authentication in Splunk from Python

For either using username or token authentication in Splunk, I wrote a small wrapper for the connect function. The advantage compared to the existing connect function is that you can use the same line of code for both authentication methods depending on the parameters that you pass (here shown by using ENV variables):

February 10, 2022 · 1 min · Marcus Schiesser