Logs stream custom webhook method

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 :slight_smile:

Thanks in advance,

Hi @alain.bodiguel,

You can submit an official feature request for this here! :smile:

Also, are you using logstash? If so, there is an extension:

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.

1 Like

Thank you very much!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.