Getting Data In

Curl fails with XML error.

Face_it
New Member

I have been trying to grab results from a macro that i created. I think the problem is the backticks, even when i escape them i still recieve and error. Could someone give me a hand with my syntax.

curl -k -u admin:changeme --data-urlencode search="search \nov\_adname\_info(iqbaln)\\" -d earliest_time=-2d -d latest_time=now -d output_mode=csv https://specialserver.example.com:8089/servicesNS/#admin/search/search/jobs/export

<?xml version="1.0" encoding="UTF-8"?>


Not Found

Tags (1)
0 Karma

tfletcher_splun
Splunk Employee
Splunk Employee

Couple of things could be wrong.

In your URI string your user name has a # in front of it. That should not be there.

In addition you are using the default username and password. By default splunk disallows remote access by the default username and password, so if trying this from a remote machine you will need to change the property allowRemoteLogin in server.conf in $SPLUNKHOME/etc/system/local/server.conf to always.

0 Karma

Face_it
New Member

Thanks i didn't not see that one. Good catch

0 Karma
Get Updates on the Splunk Community!

Security Professional: Sharpen Your Defenses with These .conf25 Sessions

Sooooooooooo, guess what. .conf25 is almost here, and if you're on the Security Learning Path, this is your ...

First Steps with Splunk SOAR

Our first step was to gather a list of the playbooks we wanted and to sort them by priority.  Once this list ...

How To Build a Self-Service Observability Practice with Splunk Observability Cloud

If you’ve read our previous post on self-service observability, you already know what it is and why it ...