From 06bfdde34e7a962a6c25c9258a2134c6b006f5d9 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Thu, 31 Mar 2022 09:12:20 -0300 Subject: [PATCH] Corrections in Readme --- README.md | 144 +++++++++++++++++++++++++++--------------------------- 1 file changed, 72 insertions(+), 72 deletions(-) diff --git a/README.md b/README.md index 31f98027..cf5f1ee3 100644 --- a/README.md +++ b/README.md @@ -87,78 +87,78 @@ ADMIN_PRIVILEGES=true # App privileges ## Directory structure -├── build-docker-images -│   ├── docker-compose.yml -│   ├── wazuh-dashboard -│   │   ├── config -│   │   │   ├── config.sh -│   │   │   ├── config.yml -│   │   │   ├── 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 -├── CHANGELOG.md -├── indexer_certs_creator -│   ├── config -│   │   └── entrypoint.sh -│   └── Dockerfile -├── LICENSE -├── multi-node -│   ├── docker-compose.yml -│   ├── generate-indexer-certs.yml -│   ├── Migration-to-Wazuh-4.3.md -│   ├── production_cluster -│   │   ├── nginx -│   │   │   └── nginx.conf -│   │   ├── 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 -│   └── volume-migrator.sh -├── README.md -├── single-node -│   └── docker-compose.yml -└── VERSION + ├── build-docker-images + │   ├── docker-compose.yml + │   ├── wazuh-dashboard + │   │   ├── config + │   │   │   ├── config.sh + │   │   │   ├── config.yml + │   │   │   ├── 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 + ├── CHANGELOG.md + ├── indexer_certs_creator + │   ├── config + │   │   └── entrypoint.sh + │   └── Dockerfile + ├── LICENSE + ├── multi-node + │   ├── docker-compose.yml + │   ├── generate-indexer-certs.yml + │   ├── Migration-to-Wazuh-4.3.md + │   ├── production_cluster + │   │   ├── nginx + │   │   │   └── nginx.conf + │   │   ├── 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 + │   └── volume-migrator.sh + ├── README.md + ├── single-node + │   └── docker-compose.yml + └── VERSION