Hey dmarling, I spotted your feedback searching in google how to upload files to Splunk using curl command. In my case, I'd like to upload a json formatted file but I have no idea how the curl command has too look like. So the normal usage of sending a single event I found in Splunk documentation looks as follows: curl -k "https://mysplunkserver.example.com:8088/services/collector" \
-H "Authorization: Splunk CF179AE4-3C99-45F5-A7CC-3284AA91CF67" \
-d '{"event": "Hello, world!", "sourcetype": "manual"}' Are you able to help modifying this to allow me the upload of a json file? regard Ralf
... View more