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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...