Thanks for your help. I receive the events via an HTTP entrypoint, and it is json. An simplified equivalent of the requests that are sent is :
curl -k "splunk:8088/services/collector" \
-H "Authorization: Splunk 1c0afd4d-d802-gg2c-9fc2-0f428217adf7" \
-d '{"event": {"Owner": "Toto", "Title": "Hello", "Date":"2018-02-02 11:45:23"}, "sourcetype": "sales", "time":"2018-02-02 11:45:23"}'
I will use dedup if it is my last option, but I feel like it will be redundant to write this for every request
... View more