From f56657cdb0a4cfe525c112bdaa9d8c4ab1caeddd Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Fri, 23 Oct 2020 18:14:13 +0200 Subject: [PATCH] Update dir structure --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f829146..d184c144 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ ADMIN_PRIVILEGES=true # App privileges ├── elastic_conf │   └── elasticsearch.yml ├── generate-opendistro-certs.yml - ├── kibana-opendistro + ├── kibana-odfe │   ├── config │   │   ├── custom_welcome │   │   │   ├── light_theme.style.css @@ -126,7 +126,7 @@ ADMIN_PRIVILEGES=true # App privileges ├── production-cluster.yml ├── README.md ├── VERSION - └── wazuh-opendistro + └── wazuh-odfe ├── config │   ├── create_user.py │   ├── etc @@ -145,6 +145,7 @@ ADMIN_PRIVILEGES=true # App privileges └── Dockerfile + ## Branches * `4.0` branch on correspond to the latest Wazuh-Docker stable version.