HTTP Log plugin

Hello !

I just want to know if it is possible to specify more than one endpoint for the HTTP log plugin ?
Somebody already tried ?

Thank you very much.

This is currently not implemented. And the way Kong is designed if you wanted to execute a plugin such as the HTTP log plugin globally you would not be able to instantiate the plugin multiple times and it execute each one since Kong plugins will run once per plugin name type. In the future they are looking to do a refactor that will likely allow the same plugin to execute multiple times which would also work for your use case.

Another option you have is to fork the plugin, make the http endpoint a list and iterate over a number of connections and send the traffic to multiple endpoints.