Hi there,
We want to create a custom webhook in order to stream Auth0 logs to an ingest node on Elasticsearch.
Unfortunately, the webhook is sending a POST request whereas the ES ingest request expects a PUT method. Any possibility to enrich the webhook creation with the choice of method to use?
Alternatively, a way to send logs to ES would be appreciated
Thank you Dan. I’ve submitted the request as you suggest.
We’d prefer to avoid Logstash as ES provides a pipeline feature that does exactly the same without the need to install logstash somewhere.