README format update

This commit is contained in:
Gonzalo Acuña
2022-03-18 09:55:16 -03:00
parent 2c2c32e8b7
commit 9ba1692e98

134
README.md
View File

@@ -50,73 +50,73 @@ SSL_KEY="" # Path of Filebeat SSL Key
## Directory structure
├── build-wazuh-images.yml
├── CHANGELOG.md
├── docker-compose.yml
├── generate-indexer-certs.yml
├── indexer_certs_creator
│ ├── config
│ │ └── entrypoint.sh
│ └── Dockerfile
├── LICENSE
├── production_cluster
│ ├── nginx
│ │ ├── nginx.conf
│ │ └── ssl
│ │ └── generate-self-signed-cert.sh
│ ├── wazuh_cluster
│ │ ├── wazuh_manager.conf
│ │ └── wazuh_worker.conf
│ ├── wazuh_dashboard
│ │ ├── opensearch_dashboards.yml
│ │ └── wazuh.yml
│ ├── wazuh-indexer
│ │ ├── internal_users.yml
│ │ ├── wazuh1.indexer.yml
│ │ ├── wazuh2.indexer.yml
│ │ └── wazuh3.indexer.yml
│ └── wazuh_indexer_ssl_certs
│ └── certs.yml
├── production-cluster.yml
├── README.md
├── VERSION
├── wazuh-dashboard
│ ├── config
│ │ ├── entrypoint.sh
│ │ ├── opensearch_dashboards.yml
│ │ ├── wazuh_app_config.sh
│ │ └── wazuh.yml
│ └── Dockerfile
├── wazuh-indexer
│ ├── config
│ │ ├── config.sh
│ │ ├── config.yml
│ │ ├── entrypoint.sh
│ │ ├── internal_users.yml
│ │ ├── opensearch.yml
│ │ ├── roles_mapping.yml
│ │ ├── roles.yml
│ │ └── securityadmin.sh
│ └── Dockerfile
└── wazuh-manager
├── config
│ ├── create_user.py
│ ├── etc
│ │ ├── cont-init.d
│ │ │ ├── 0-wazuh-init
│ │ │ ├── 1-config-filebeat
│ │ │ └── 2-manager
│ │ └── services.d
│ │ ├── filebeat
│ │ │ ├── finish
│ │ │ └── run
│ │ └── ossec-logs
│ │ └── run
│ ├── filebeat.yml
│ ├── permanent_data.env
│ ├── permanent_data.sh
│ └── wazuh.repo
└── Dockerfile
├── build-wazuh-images.yml
├── CHANGELOG.md
├── docker-compose.yml
├── generate-indexer-certs.yml
├── indexer_certs_creator
│ ├── config
│ │ └── entrypoint.sh
│ └── Dockerfile
├── LICENSE
├── production_cluster
│ ├── nginx
│ │ ├── nginx.conf
│ │ └── ssl
│ │ └── generate-self-signed-cert.sh
│ ├── wazuh_cluster
│ │ ├── wazuh_manager.conf
│ │ └── wazuh_worker.conf
│ ├── wazuh_dashboard
│ │ ├── opensearch_dashboards.yml
│ │ └── wazuh.yml
│ ├── wazuh-indexer
│ │ ├── internal_users.yml
│ │ ├── wazuh1.indexer.yml
│ │ ├── wazuh2.indexer.yml
│ │ └── wazuh3.indexer.yml
│ └── wazuh_indexer_ssl_certs
│ └── certs.yml
├── production-cluster.yml
├── README.md
├── VERSION
├── wazuh-dashboard
│ ├── config
│ │ ├── entrypoint.sh
│ │ ├── opensearch_dashboards.yml
│ │ ├── wazuh_app_config.sh
│ │ └── wazuh.yml
│ └── Dockerfile
├── wazuh-indexer
│ ├── config
│ │ ├── config.sh
│ │ ├── config.yml
│ │ ├── entrypoint.sh
│ │ ├── internal_users.yml
│ │ ├── opensearch.yml
│ │ ├── roles_mapping.yml
│ │ ├── roles.yml
│ │ └── securityadmin.sh
│ └── Dockerfile
└── wazuh-manager
├── config
│ ├── create_user.py
│ ├── etc
│ │ ├── cont-init.d
│ │ │ ├── 0-wazuh-init
│ │ │ ├── 1-config-filebeat
│ │ │ └── 2-manager
│ │ └── services.d
│ │ ├── filebeat
│ │ │ ├── finish
│ │ │ └── run
│ │ └── ossec-logs
│ │ └── run
│ ├── filebeat.yml
│ ├── permanent_data.env
│ ├── permanent_data.sh
│ └── wazuh.repo
└── Dockerfile
## Branches