Hi Splunk Gurus, I’m working on a script to programmatically check if logs from a specific host are available in Splunk. For this, I’m using token-based authentication. I’ve created a role and a user with the necessary permissions, and generated a token for that user. However, when I try to run the following curl command against my Splunk Cloud instance: curl -k -H "Authorization: Bearer <your_token>" \ https://<your_splunk_instance>.splunkcloud.com:443/services/server/info I receive a 303 status code, and I’m not sure what I might be doing wrong. I’ve checked multiple forums but haven’t been able to find a clear solution. Could you please help me understand what might be causing this and how I can resolve it? Thank you in advance!
... View more