Corrections in Readme

This commit is contained in:
vcerenu
2022-03-31 09:12:20 -03:00
parent 7b6a6afee2
commit 06bfdde34e
+72 -72
View File
@@ -87,78 +87,78 @@ ADMIN_PRIVILEGES=true # App privileges
## Directory structure ## Directory structure
├── build-docker-images ├── build-docker-images
│   ├── docker-compose.yml │   ├── docker-compose.yml
│   ├── wazuh-dashboard │   ├── wazuh-dashboard
│   │   ├── config │   │   ├── config
│   │   │   ├── config.sh │   │   │   ├── config.sh
│   │   │   ├── config.yml │   │   │   ├── config.yml
│   │   │   ├── entrypoint.sh │   │   │   ├── entrypoint.sh
│   │   │   ├── opensearch_dashboards.yml │   │   │   ├── opensearch_dashboards.yml
│   │   │   ├── wazuh_app_config.sh │   │   │   ├── wazuh_app_config.sh
│   │   │   └── wazuh.yml │   │   │   └── wazuh.yml
│   │   └── Dockerfile │   │   └── Dockerfile
│   ├── wazuh-indexer │   ├── wazuh-indexer
│   │   ├── config │   │   ├── config
│   │   │   ├── config.sh │   │   │   ├── config.sh
│   │   │   ├── config.yml │   │   │   ├── config.yml
│   │   │   ├── entrypoint.sh │   │   │   ├── entrypoint.sh
│   │   │   ├── internal_users.yml │   │   │   ├── internal_users.yml
│   │   │   ├── opensearch.yml │   │   │   ├── opensearch.yml
│   │   │   ├── roles_mapping.yml │   │   │   ├── roles_mapping.yml
│   │   │   ├── roles.yml │   │   │   ├── roles.yml
│   │   │   └── securityadmin.sh │   │   │   └── securityadmin.sh
│   │   └── Dockerfile │   │   └── Dockerfile
│   └── wazuh-manager │   └── wazuh-manager
│   ├── config │   ├── config
│   │   ├── create_user.py │   │   ├── create_user.py
│   │   ├── etc │   │   ├── etc
│   │   │   ├── cont-init.d │   │   │   ├── cont-init.d
│   │   │   │   ├── 0-wazuh-init │   │   │   │   ├── 0-wazuh-init
│   │   │   │   ├── 1-config-filebeat │   │   │   │   ├── 1-config-filebeat
│   │   │   │   └── 2-manager │   │   │   │   └── 2-manager
│   │   │   └── services.d │   │   │   └── services.d
│   │   │   ├── filebeat │   │   │   ├── filebeat
│   │   │   │   ├── finish │   │   │   │   ├── finish
│   │   │   │   └── run │   │   │   │   └── run
│   │   │   └── ossec-logs │   │   │   └── ossec-logs
│   │   │   └── run │   │   │   └── run
│   │   ├── filebeat.yml │   │   ├── filebeat.yml
│   │   ├── permanent_data.env │   │   ├── permanent_data.env
│   │   ├── permanent_data.sh │   │   ├── permanent_data.sh
│   │   └── wazuh.repo │   │   └── wazuh.repo
│   └── Dockerfile │   └── Dockerfile
├── CHANGELOG.md ├── CHANGELOG.md
├── indexer_certs_creator ├── indexer_certs_creator
│   ├── config │   ├── config
│   │   └── entrypoint.sh │   │   └── entrypoint.sh
│   └── Dockerfile │   └── Dockerfile
├── LICENSE ├── LICENSE
├── multi-node ├── multi-node
│   ├── docker-compose.yml │   ├── docker-compose.yml
│   ├── generate-indexer-certs.yml │   ├── generate-indexer-certs.yml
│   ├── Migration-to-Wazuh-4.3.md │   ├── Migration-to-Wazuh-4.3.md
│   ├── production_cluster │   ├── production_cluster
│   │   ├── nginx │   │   ├── nginx
│   │   │   └── nginx.conf │   │   │   └── nginx.conf
│   │   ├── wazuh_cluster │   │   ├── wazuh_cluster
│   │   │   ├── wazuh_manager.conf │   │   │   ├── wazuh_manager.conf
│   │   │   └── wazuh_worker.conf │   │   │   └── wazuh_worker.conf
│   │   ├── wazuh_dashboard │   │   ├── wazuh_dashboard
│   │   │   ├── opensearch_dashboards.yml │   │   │   ├── opensearch_dashboards.yml
│   │   │   └── wazuh.yml │   │   │   └── wazuh.yml
│   │   ├── wazuh-indexer │   │   ├── wazuh-indexer
│   │   │   ├── internal_users.yml │   │   │   ├── internal_users.yml
│   │   │   ├── wazuh1.indexer.yml │   │   │   ├── wazuh1.indexer.yml
│   │   │   ├── wazuh2.indexer.yml │   │   │   ├── wazuh2.indexer.yml
│   │   │   └── wazuh3.indexer.yml │   │   │   └── wazuh3.indexer.yml
│   │   └── wazuh_indexer_ssl_certs │   │   └── wazuh_indexer_ssl_certs
│   │   └── certs.yml │   │   └── certs.yml
│   └── volume-migrator.sh │   └── volume-migrator.sh
├── README.md ├── README.md
├── single-node ├── single-node
│   └── docker-compose.yml │   └── docker-compose.yml
└── VERSION └── VERSION