Skip to content
Snippets Groups Projects
Commit 82bc2e79 authored by Cernivec, Ales's avatar Cernivec, Ales
Browse files

Added arch diagram

parent bb921929
No related branches found
No related tags found
No related merge requests found
security-monitoring-architecture.png

40.9 KiB

@startuml
skinparam nodesep 5
package "Wazuh Server" {
[Kibana server]
[Kibana server] --> [ElasticSearch]: KQL
[Wazuh cluster] --> [ElasticSearch]: Filebeat
}
interface "Log collector" as LC
interface "File integrity monitoring" as FIM
interface "Command execution" as CE
interface "Security configuration assessment" as SCA
interface "Malware detection" as MD
interface "System inventory" as SI
interface "Cloud security monitoring" as SCM
interface "Container security monitoring" as CSM
LC -down- [Wazuh agent]
CE -down- [Wazuh agent]
FIM -down- [Wazuh agent]
SCA -down- [Wazuh agent]
MD -down- [Wazuh agent]
SI -down- [Wazuh agent]
SCM -down- [Wazuh agent]
CSM -down- [Wazuh agent]
[Wazuh agent] --> [Wazuh cluster]: TCP or UDP (encrypted)
@enduml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment