Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo environment research: Design and components #2831

Closed
Tracked by #2830
juliamagan opened this issue Apr 27, 2022 · 4 comments
Closed
Tracked by #2830

Demo environment research: Design and components #2831

juliamagan opened this issue Apr 27, 2022 · 4 comments
Assignees

Comments

@juliamagan
Copy link
Member

juliamagan commented Apr 27, 2022

We want to know what the demo environment consists of, how it is deployed, what its components are, and what it is intended to be used for.

With the information obtained we will be able to know the requirements for the implementation of the tests for this environment.

Conclusion

Instances Wazuh cluster AWS characteristics Characteristics
Master node Env 1 t3a.medium CPU: 2 - RAM: 4 GB - Amazon Linux release 2 (Karoo)
Worker node Env 1 t3a.medium CPU: 2 - RAM: 4 GB - Amazon Linux release 2 (Karoo)
Debian Agent Env 1 t3a.micro CPU: 2 - RAM: 1 GB - Debian GNU/Linux 9
RHEL7 Agent Env 1 t3a.medium CPU: 2 - RAM: 4 GB - Red Hat Enterprise Linux Server 7.5
Centos Agent Env 1 t3a.micro CPU: 2 - RAM: 1 GB - Centos Linux 7.6
Windows Env 1 t3a.medium CPU: 2 - RAM: 4 GB - Windows Server 2019
Master node Env 2 t3a.medium CPU: 2 - RAM: 4 GB - Amazon Linux release 2 (Karoo)
Amazon agent Env 2 t3a.micro CPU: 2 - RAM: 1 GB - Amazon Linux 2
Ubuntu Env 2 t3a.micro CPU: 2 - RAM: 1 GB - Ubuntu 18.04.2 LTS
Splunk ----- t3a.medium CPU: 2 - RAM: 4 GB - Amazon Linux release 2 (Karoo)
Dashboard ----- t3a.large CPU: 2 - RAM: 8 GB - Amazon Linux release 2 (Karoo)
Indexer Bootstrap ----- t3a.large CPU: 2 - RAM: 8 GB - Amazon Linux release 2 (Karoo)
Indexer MasterB ----- t3a.large CPU: 2 - RAM: 8 GB - Amazon Linux release 2 (Karoo)
Indexer MasterC ----- t3a.large CPU: 2 - RAM: 8 GB - Amazon Linux release 2 (Karoo)

Architecture: #2831 (comment)

@BelenValdivia
Copy link
Contributor

BelenValdivia commented Apr 27, 2022

Wazuh Cluster Env1:

  • Master node

  • Worker node

  • Endpoints:

  1. Debian:

      OS: Debian GNU/Linux 9
      cluster node: worker_01
    
  2. RHEL7:

     OS: Red Hat Enterprise Linux Server 7.9
     cluster node: master
    
  3. Centos:

      OS: Centos Linux 7.6
      cluster node: worker_01
    
  4. Windows:

       OS: Windows Server 2019
       cluster node: master
    

Wazuh Cluster Env2:

  • Master node

  • Endpoints:

  1. Amazon:

     OS: Amazon Linux 2
     cluster node: master
    
  2. Ubuntu:

     OS: Ubuntu 18.04.2 LTS
     cluster node: master 
    
  • Splunk

  • Dashboard

  • Indexer cluster:

    • indexer node 1
    • indexer node 2
    • indexer node 3

@BelenValdivia
Copy link
Contributor

@BelenValdivia
Copy link
Contributor

Architecture diagram:
arquitectura demo

@BelenValdivia
Copy link
Contributor

BelenValdivia commented Apr 28, 2022

Instances characteristics:

Agents:

  • Amazon: t3a.micro
  • RHEL: t3a.medium
  • Ubuntu: t3a.micro
  • Debian: t3a.micro
  • Centos: t3a.micro
  • Windows: t3a.medium

Managers:

  • Master-env1: t3a.medium
  • Worker-env1: t3a.medium
  • Master-env2: t3a.medium

Indexer:

  • Bootstrap: t3a.large
  • MasterB: t3a.large
  • MasterC: t3a.large

UI:

  • Dashboard: t3a.large
  • Splunk: t3a.medium

Types:

  • t3a.large:
    • CPU: 2
    • RAM: 8 GB
  • t3a.medium:
    • CPU: 2
    • RAM: 4 GB
  • t3a.micro:
    • CPU: 2
    • RAM: 1 GB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants