Can we consolidate or correlate simliar incidents

We are using open source ELK stack and we have different log sources enabled. Is there anyway we can have log correlation between different log sources.

For example if we search for one IP or user we can see all logs from different logs sources realated to that IP or source.

Another question :- is there any way we can consolidate similar alerts in single incident and correlate logs from different source on investigation.

For example - If we have alerts from one user from Firewall logs, and one alert from AD logs or endpoint logs, can we consolidate all those in single incident. So we dont have duplicates and reduce noise and same time can correlate different log sources for investigation.

Bump…

You can, you need to have a data view that will point to all those data sources, and you also need that the field has the same name/mapping in all of those data sources.

For example assuming that you want to check for a source ip address, you would need to have the field source.ip in all the data sources.

Thank you very much, does it works same for cross cluster (where we have multiple ELK clusters in different region ) can central ELK cluster still get correlate those logs from different clusters.?

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