forked from wazuh/wazuh-docker
README format update
This commit is contained in:
@@ -50,73 +50,73 @@ SSL_KEY="" # Path of Filebeat SSL Key
|
|||||||
|
|
||||||
## Directory structure
|
## Directory structure
|
||||||
|
|
||||||
├── build-wazuh-images.yml
|
├── build-wazuh-images.yml
|
||||||
├── CHANGELOG.md
|
├── CHANGELOG.md
|
||||||
├── docker-compose.yml
|
├── docker-compose.yml
|
||||||
├── generate-indexer-certs.yml
|
├── generate-indexer-certs.yml
|
||||||
├── indexer_certs_creator
|
├── indexer_certs_creator
|
||||||
│ ├── config
|
│ ├── config
|
||||||
│ │ └── entrypoint.sh
|
│ │ └── entrypoint.sh
|
||||||
│ └── Dockerfile
|
│ └── Dockerfile
|
||||||
├── LICENSE
|
├── LICENSE
|
||||||
├── production_cluster
|
├── production_cluster
|
||||||
│ ├── nginx
|
│ ├── nginx
|
||||||
│ │ ├── nginx.conf
|
│ │ ├── nginx.conf
|
||||||
│ │ └── ssl
|
│ │ └── ssl
|
||||||
│ │ └── generate-self-signed-cert.sh
|
│ │ └── generate-self-signed-cert.sh
|
||||||
│ ├── wazuh_cluster
|
│ ├── wazuh_cluster
|
||||||
│ │ ├── wazuh_manager.conf
|
│ │ ├── wazuh_manager.conf
|
||||||
│ │ └── wazuh_worker.conf
|
│ │ └── wazuh_worker.conf
|
||||||
│ ├── wazuh_dashboard
|
│ ├── wazuh_dashboard
|
||||||
│ │ ├── opensearch_dashboards.yml
|
│ │ ├── opensearch_dashboards.yml
|
||||||
│ │ └── wazuh.yml
|
│ │ └── wazuh.yml
|
||||||
│ ├── wazuh-indexer
|
│ ├── wazuh-indexer
|
||||||
│ │ ├── internal_users.yml
|
│ │ ├── internal_users.yml
|
||||||
│ │ ├── wazuh1.indexer.yml
|
│ │ ├── wazuh1.indexer.yml
|
||||||
│ │ ├── wazuh2.indexer.yml
|
│ │ ├── wazuh2.indexer.yml
|
||||||
│ │ └── wazuh3.indexer.yml
|
│ │ └── wazuh3.indexer.yml
|
||||||
│ └── wazuh_indexer_ssl_certs
|
│ └── wazuh_indexer_ssl_certs
|
||||||
│ └── certs.yml
|
│ └── certs.yml
|
||||||
├── production-cluster.yml
|
├── production-cluster.yml
|
||||||
├── README.md
|
├── README.md
|
||||||
├── VERSION
|
├── VERSION
|
||||||
├── wazuh-dashboard
|
├── wazuh-dashboard
|
||||||
│ ├── config
|
│ ├── config
|
||||||
│ │ ├── entrypoint.sh
|
│ │ ├── entrypoint.sh
|
||||||
│ │ ├── opensearch_dashboards.yml
|
│ │ ├── opensearch_dashboards.yml
|
||||||
│ │ ├── wazuh_app_config.sh
|
│ │ ├── wazuh_app_config.sh
|
||||||
│ │ └── wazuh.yml
|
│ │ └── wazuh.yml
|
||||||
│ └── Dockerfile
|
│ └── Dockerfile
|
||||||
├── wazuh-indexer
|
├── wazuh-indexer
|
||||||
│ ├── config
|
│ ├── config
|
||||||
│ │ ├── config.sh
|
│ │ ├── config.sh
|
||||||
│ │ ├── config.yml
|
│ │ ├── config.yml
|
||||||
│ │ ├── entrypoint.sh
|
│ │ ├── entrypoint.sh
|
||||||
│ │ ├── internal_users.yml
|
│ │ ├── internal_users.yml
|
||||||
│ │ ├── opensearch.yml
|
│ │ ├── opensearch.yml
|
||||||
│ │ ├── roles_mapping.yml
|
│ │ ├── roles_mapping.yml
|
||||||
│ │ ├── roles.yml
|
│ │ ├── roles.yml
|
||||||
│ │ └── securityadmin.sh
|
│ │ └── securityadmin.sh
|
||||||
│ └── Dockerfile
|
│ └── Dockerfile
|
||||||
└── wazuh-manager
|
└── wazuh-manager
|
||||||
├── config
|
├── config
|
||||||
│ ├── create_user.py
|
│ ├── create_user.py
|
||||||
│ ├── etc
|
│ ├── etc
|
||||||
│ │ ├── cont-init.d
|
│ │ ├── cont-init.d
|
||||||
│ │ │ ├── 0-wazuh-init
|
│ │ │ ├── 0-wazuh-init
|
||||||
│ │ │ ├── 1-config-filebeat
|
│ │ │ ├── 1-config-filebeat
|
||||||
│ │ │ └── 2-manager
|
│ │ │ └── 2-manager
|
||||||
│ │ └── services.d
|
│ │ └── services.d
|
||||||
│ │ ├── filebeat
|
│ │ ├── filebeat
|
||||||
│ │ │ ├── finish
|
│ │ │ ├── finish
|
||||||
│ │ │ └── run
|
│ │ │ └── run
|
||||||
│ │ └── ossec-logs
|
│ │ └── ossec-logs
|
||||||
│ │ └── run
|
│ │ └── run
|
||||||
│ ├── filebeat.yml
|
│ ├── filebeat.yml
|
||||||
│ ├── permanent_data.env
|
│ ├── permanent_data.env
|
||||||
│ ├── permanent_data.sh
|
│ ├── permanent_data.sh
|
||||||
│ └── wazuh.repo
|
│ └── wazuh.repo
|
||||||
└── Dockerfile
|
└── Dockerfile
|
||||||
|
|
||||||
|
|
||||||
## Branches
|
## Branches
|
||||||
|
|||||||
Reference in New Issue
Block a user