Getting Data In

oneshot POST message body

kevintelford
Path Finder

Is there a way to specify parameters in a POST to the oneshot endpoint? I can successfully add files -

curl -k -u admin:changeme -d
'name=/path/to/my/file'
https://localhost:8089/services/data/input/oneshot

But I am not able to add any other optional parameters such as host, index, etc. I've also tried doing a JSON POST with no luck. Anytime I add additional parameters it complains about not having a regular file.

Thanks,
Kevin

Tags (4)

ykys97
Explorer

Try this

(first create an index 'test_index')

curl -k -u admin:changeme -d "name=/path/to/myfile" -d "index=test_index" -d "sourcetype=test_source" https://localhost:8089/services/data/inputs/oneshot

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 ...