Update directory structure

This commit is contained in:
Manuel Gutierrez
2020-01-10 09:42:53 +01:00
parent 72d74ad013
commit 3318f4d7f6

View File

@@ -25,11 +25,22 @@ In addition, a docker-compose file is provided to launch the containers mentione
## Directory structure
wazuh-docker
├── CHANGELOG.md
├── docker-compose.yml
├── elasticsearch
│   ├── config
│   │   ├── config_cluster.sh
│   │   ├── configure_s3.sh
│   │   ├── entrypoint.sh
│   │   └── load_settings.sh
│   └── Dockerfile
├── kibana
│   ├── config
│   │   ├── entrypoint.sh
│   │   ── kibana.yml
│   │   ── kibana_settings.sh
│   │   ├── wazuh_app_config.sh
│   │   ├── welcome_wazuh.sh
│   │   └── xpack_config.sh
│   └── Dockerfile
├── LICENSE
├── nginx
@@ -37,22 +48,28 @@ In addition, a docker-compose file is provided to launch the containers mentione
│   │   └── entrypoint.sh
│   └── Dockerfile
├── README.md
├── CHANGELOG.md
├── VERSION
├── test.txt
└── wazuh
├── config
│   ├── data_dirs.env
│   ├── entrypoint.sh
│   ├── filebeat.runit.service
│   ├── filebeat.yml
│   ├── etc
│   │   ├── cont-init.d
│   │   │   ├── 0-wazuh-init
│   │   │   ├── 1-config-filebeat
│   │   │   └── 2-manager
│   │   └── services.d
│   │   ├── api
│   │   │   ├── finish
│   │   │   └── run
│   │   └── filebeat
│   │   ├── finish
│   │   └── run
│   ├── init.bash
│   ── postfix.runit.service
│   ├── wazuh-api.runit.service
│   └── wazuh.runit.service
│   ── wazuh.repo
└── Dockerfile
## Branches
* `stable` branch on correspond to the latest Wazuh-Docker stable version.