wazuh / wazuh-dashboard-plugins

Plugins for Wazuh Dashboard
https://wazuh.com/
GNU General Public License v2.0
437 stars 182 forks source link

Search events that has not been indexed by wazuh #5368

Closed maaneeel closed 1 year ago

maaneeel commented 1 year ago

Hello,

First of all, sorry if it's not the place to ask about it.

I would like to start using wazuh with elasticsearch database at the same time than other SIEM, to receive logs on both environments, I'm planning to distribute a copy of the events from cribl to both environments, mention that these logs are a mix of CEF and JSON.

Then, in cribl I'm able to forward events directly to elasticsearch because it is one of the output options that cribl offers.

It is possible to do it and search for this events from wazuh? or should it be transformed and indexed by wazuh to be searchable by wazuh?

Thanks

Desvelao commented 1 year ago

HI @maaneeel ,

I am not sure if you want to cribl data will be analyzed for Wazuh or only want this to be searchable through Elasticsearch or Kibana.

The ingested data by Wazuh into Elasticseach adds some useful data as a source of logs, regulatory compliance information, security level, and more. If you plan to use the Wazuh plugin for Kibana to explore this data, then you should send the cribl data to be analyzed by the Wazuh manager.

Ingest the data through Wazuh

If you want to explore through Wazuh plugin for Kibana the data coming from cribl, then you need the cribl logs to be analyzed by Wazuh.

You will need:

Desvelao commented 1 year ago

I will close the issue due to inactivity. Feel free to open it again if necessary.