This seems like it should be really simple but I am having trouble wrapping my head around the different types of authentication available in the REST modular TA. Basically I am working with a N...
Our network uses a PKI (client and server certificate) authentication system. The Splunk administrators are not allowed to open the management port (8089) to allow API queries, so I have been t...
Hello,
I'm working on showing a panel if the $env:user$ is a match based on a search.
The search that I'm using works for this use case:
| rest /services/authentication/current-c...
Hi, I want to get back Token id from the Curl command below : curl -k -u UserName:Password -X POST https://0.0.0.0:8089/services/authorization/tokens But , I am getting back : <?xml v...
...We are hoping that there is a way to prompt the user for New PIN, next token and inform them their token is locked via the Splunk login page. I know that the existing Radius authentication s...
...ttribute query requests (AQR) nor scripted auth are supported."
I am an admin but still I couldn't able to create the token and moreover the user authentication is happening via SAML and the S...
Hello the Splunk community
I'm trying to use the tokenauthentication between an indexer and a universal forwarder. All seems to be good on my indexer, but the UF doesn't seem to understand the c...
Hello all,
This is my query to save the value of sipname to a token
`| rest /services/authentication/current-context `
`| where username!="splunk-system-user" `
`| fields realname,email`
`| e...
Hi,
I'm writing a custom command that is supposed to do some actions on Splunk through its REST interface so I wanted to use the SDK.
However, I'm having problems authenticating with the s...
Hello all,
I have been tasked with using RSA tokens to login to our Splunk environment. I have been asking around, including the vendor, and still don't have good documentation on how to set t...