Getting Data In

I'm able to log to the web UI but cannot access REST API

wheresvic
New Member

I have a Splunk Enterprise license and I have an admin user who can login via the web UI : http://localhost:8000/en-US/app/

This user also has the required user role which allows REST API access. I have also restarted the Splunk service a few times.

I still cannot login via the REST API

curl -k https://localhost:8089/services/auth/login --data-urlencode username=admin --data-urlencode password=splunklocal
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                             Dload  Upload   Total   Spent    Left  Speed
100   164  100   129  100    35    686    186 --:--:-- --:--:-- --:--:--   872<?xml version="1.0" encoding="UTF-8"?>
<response>
  <messages>
    <msg type="WARN">Login failed</msg>
  </messages>
</response>

Note that this is on windows 10 - my colleague installed splunk on windows 7 and everthing worked fine

Splunk Enterprise Version: 7.1.3
Build: 51d9cac7b837

Any help would be very much appreciated!

0 Karma

ssadanala1
Contributor

Change the password and give it a try . I believe you are using same password as GUI

0 Karma

wheresvic
New Member

I tried that as well - no luck 😞

curl -u admin:splunklocal -k https://localhost:8089/services/auth/login/ -d"username=admin&password=splunklocal" returns

<?xml version="1.0" encoding="UTF-8"?>
 <response>
  <messages>
    <msg type="WARN">Login failed</msg>
  </messages>
</response>
0 Karma

harsmarvania57
Ultra Champion

Try like this, curl -k -u admin:splunklocal https://localhost:8089/services/auth/login/ -d username=admin -d password=splunklocal

0 Karma

wheresvic
New Member

Tried as you suggested, also no luck...

0 Karma

harsmarvania57
Ultra Champion

Any error in $SPLUNK_HOME/var/log/splunk/splunkd.log ? I am able to run command which is given by me on Splunk 7.1.2 successfully.

0 Karma

wheresvic
New Member

Hi - no errors in splunkd.log either. I know it is supposed to work but it just doesn't - this is very weird 😞

0 Karma
Get Updates on the Splunk Community!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...