forked from wazuh/wazuh-docker
Update directory structure
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user