Security

Splunk server responds with No User exit - Rest APIs

garyngai
New Member

I use the following command try to talk to the Splunk search service - 

curl -k -u myUser/myPassword  https://xxx.xxx.xx.xxx:8089/services/search/jobs -d search="search *"

It returns the xml

<?xml version='1.0' encoding='UTF-8'?>
<response>
  <messages>
      <msg type="ERROR">No users exist. Please set up a user. </msg>
<messages> </response>

 and the myUser/myPassword  is correctly in the system with Admin access right.

Do you have any suggestion about the error?

Thanks,

Gary Ngai

General Dynamics

Labels (1)
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

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

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...