Skip to content

Instantly share code, notes, and snippets.

View allamiro's full-sized avatar

Tamir Suliman allamiro

View GitHub Profile
| 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 I
| 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 I
@allamiro
allamiro / siem_pipeline_1.md
Created July 11, 2024 20:04
SIEM PIPE LINE1
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 I