Getting Data In

Why am I getting "404 Not Found" for every REST API call?

nsshey
Explorer

I am using the following query as per documentation:

curl -k -u username:password http://myhosthere:8000/services/search/jobs/

(obviously I replaced username, password, and myhosthere)

And I get the following results:

404 Not Found
Return to Splunk home page
Page not found!

which is the same message I get when I use a regular browser.
So I understand that the URL is obviously wrong, so how do I get the right URL? Am I using incorrect documentation?

Tags (3)
0 Karma

nchaturvedi
Explorer

I'm also facing the same error.

0 Karma

rjthibod
Champion

Use port 8089, not 8000

 curl -k -u username:password http://myhosthere:8089/services/search/jobs/

nchaturvedi
Explorer

The app may be hosted on that particular port!

0 Karma

vishnu123sai
New Member

wherever the app app hosted the mgmt default port is 8089 so we need to use 8089 only for the rest, webui and rest api call ports are different

0 Karma
Get Updates on the Splunk Community!

Splunk Observability Cloud's AI Assistant in Action Series: Auditing Compliance and ...

This is the third post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

What You Read The Most: Splunk Lantern’s Most Popular Articles!

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...