Created
July 11, 2024 20:03
-
-
Save allamiro/fdb64c196027f140e8621f2f383b9c9c to your computer and use it in GitHub Desktop.
SIEM Pipeline 1.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Component | Description | | |
|-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------| | |
| Sources (Windowsdevices, Syslog, Linux , network devices, apps | Various data sources such as network devices, servers, applications, etc., send log data. | | |
| Logstash (1st Instance)| Collects and processes the raw log data from various sources and outputs it to Redis for buffering. | | |
| Redis | Acts as a buffering layer to handle high-throughput log data efficiently and ensure data persistence in case of Logstash or Elasticsearch downtimes. | | |
| Logstash (2nd Instance)| Pulls data from Redis, performs any additional processing or enrichment, and forwards the data to Elasticsearch. | | |
| Elasticsearch | Stores the processed log data and provides powerful search and analysis capabilities. | | |
| Kibana | Front-end visualization tool for Elasticsearch, allowing users to interact with and analyze the data. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment