Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wazuh-deploy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MEDINA
Public
wazuh-deploy
Commits
82bc2e79
Commit
82bc2e79
authored
May 20, 2021
by
Cernivec, Ales
Browse files
Options
Downloads
Patches
Plain Diff
Added arch diagram
parent
bb921929
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
security-monitoring-architecture.png
+0
-0
0 additions, 0 deletions
security-monitoring-architecture.png
security-monitoring-architecture.puml
+31
-0
31 additions, 0 deletions
security-monitoring-architecture.puml
with
31 additions
and
0 deletions
security-monitoring-architecture.png
0 → 100644
+
0
−
0
View file @
82bc2e79
40.9 KiB
This diff is collapsed.
Click to expand it.
security-monitoring-architecture.puml
0 → 100644
+
31
−
0
View file @
82bc2e79
@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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment