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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...