Is API gateway implemented in graylog

is any Api gateway implemented in graylog if so which ?? how to use it ??

if not how to implement it

Thanks

No, there isn’t (for various meanings of API Gateway).

What are you trying to achieve?

i want to implement an api Gateway to manage all the request made to graylog

how can i do that ?? can you suggest ??

Thanks

What exactly do you want to achieve with that?

i want to monitor the response time of a request
mange authentication using a api key

things like this

You can either use an external API Gateway such as Kong for this or implement custom Jersey filters, see https://jersey.github.io/documentation/2.25.1/filters-and-interceptors.html for details.

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