Hi.
We have a bunch of nginx servers which we use for web serving and load balancing for our apps. We're storing logs from nginx to our elasticsearch using
vector.dev. We also would like to send these logs to our Wazuh cluster but also to avoid additional extensive configuration. Preferably we would like to have an option to somehow read directly from corresponding elastic index. We can, of course, configure nginx or vector to send logs to agent on local machine or remotely but that does not look very clean.
Is there any approach / experience to implement elasticsearch as a log source for Wazuh?