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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...