Update directory structure

This commit is contained in:
Manuel Gutierrez
2020-01-10 09:42:53 +01:00
parent 72d74ad013
commit 3318f4d7f6
+44 -27
View File
@@ -24,33 +24,50 @@ In addition, a docker-compose file is provided to launch the containers mentione
## Directory structure ## Directory structure
wazuh-docker wazuh-docker
├── docker-compose.yml ├── CHANGELOG.md
├── kibana ├── docker-compose.yml
│   ├── config ├── elasticsearch
│   │   ├── entrypoint.sh │   ├── config
│   │   └── kibana.yml │   │   ├── config_cluster.sh
│   └── Dockerfile │   │   ├── configure_s3.sh
├── LICENSE │   │   ├── entrypoint.sh
├── nginx │   │   └── load_settings.sh
│   ├── config │   └── Dockerfile
│   │   └── entrypoint.sh ├── kibana
│   └── Dockerfile │   ├── config
├── README.md │   │   ├── entrypoint.sh
├── CHANGELOG.md │   │   ├── kibana_settings.sh
├── VERSION │   │   ├── wazuh_app_config.sh
├── test.txt │   │   ├── welcome_wazuh.sh
└── wazuh │   │   └── xpack_config.sh
├── config │   └── Dockerfile
│   ├── data_dirs.env ├── LICENSE
│   ├── entrypoint.sh ├── nginx
│   ├── filebeat.runit.service │   ├── config
│   ├── filebeat.yml │   │   └── entrypoint.sh
│   ├── init.bash │   └── Dockerfile
│   ├── postfix.runit.service ├── README.md
│   ├── wazuh-api.runit.service ├── VERSION
│   └── wazuh.runit.service └── wazuh
└── Dockerfile ├── config
│   ├── data_dirs.env
│   ├── etc
│   │   ├── cont-init.d
│   │   │   ├── 0-wazuh-init
│   │   │   ├── 1-config-filebeat
│   │   │   └── 2-manager
│   │   └── services.d
│   │   ├── api
│   │   │   ├── finish
│   │   │   └── run
│   │   └── filebeat
│   │   ├── finish
│   │   └── run
│   ├── init.bash
│   └── wazuh.repo
└── Dockerfile
## Branches ## Branches