Getting Data In

When running a curl command, why I am getting that "401 unauthorized" error despite of having all the REST API capabilities?

kteng2024
Path Finder

Hi there,

I am trying the run curl -k -u james:james@123 https://localhost:8089/services/search/jobs -d search="search *" on the search head but i am getting the error 401 Unauthorized. But the user has "rest_properties_set, rest_properties_get","rest_apps_view". Can i please know why i am still getting that 401 unauthorized error despite of having all the REST API capabilities ?

0 Karma

rodrigorsilva
Communicator

Hi,

Could you try the command with double quotes:

$curl -k -u "user:password" https://localhost:8089/services/search/jobs -d search="search "

What version of curl you use?

Rodrigo Ribeiro

0 Karma

cgaete
Explorer

Can I use CURL to retrieve saved search?

0 Karma
Get Updates on the Splunk Community!

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...

Splunk Up Your Game: Why It's Time to Embrace Python 3.9+ and OpenSSL 3.0

Did you know that for Splunk Enterprise 9.4, Python 3.9 is the default interpreter? This shift is not just a ...