Skip to content

Commit

Permalink
Update documentation and clean up files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Jun 12, 2024
1 parent f3d939b commit 9d55890
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
6 changes: 5 additions & 1 deletion integrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ Refer to these documents for more information about this integration:

### Other integrations

TBD
We host development environments to support the following integrations:

* [Splunk](./splunk/README.md).
* [Elasticsearch](./elastic/README.md).
* [OpenSearch](./opensearch/README.md).
3 changes: 0 additions & 3 deletions integrations/docker/manager-elastic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ services:

wazuh.manager:
image: wazuh/wazuh-manager:${WAZUH_VERSION}
#build:
# dockerfile: manager-logstash.Dockerfile
hostname: wazuh.manager
restart: always
ulimits:
Expand Down Expand Up @@ -50,7 +48,6 @@ services:
- ../elastic/logstash/pipeline:/usr/share/logstash/pipeline
- es_certs:/etc/certs/elastic
- alerts:/var/ossec/logs/alerts/
#command: logstash -f /usr/share/logstash/pipeline/manager-to-elastic.conf

wazuh.indexer:
image: opensearchproject/opensearch:2.12.0
Expand Down
12 changes: 0 additions & 12 deletions integrations/docker/manager-logstash.Dockerfile

This file was deleted.

9 changes: 9 additions & 0 deletions integrations/elastic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ This document describes how to prepare a Docker Compose environment to test the
```bash
docker compose -f ./docker/elastic.yml up -d
```
3. If you prefer, you can start the integration with the Wazuh Manager as data source:
```bash
docker compose -f ./docker/manager-elastic.yml up -d
```

The Docker Compose project will bring up the following services:

Expand All @@ -22,13 +26,18 @@ The Docker Compose project will bring up the following services:
- 1x Logstash
- 1x Elastic
- 1x Kibana
- 1x Wazuh Manager (optional).

For custom configurations, you may need to modify these files:

- [docker/elastic.yml](../docker/elastic.yml): Docker Compose file.
- [docker/.env](../docker/.env): Environment variables file.
- [elastic/logstash/pipeline/indexer-to-elastic.conf](./logstash/pipeline/indexer-to-elastic.conf): Logstash Pipeline configuration file.

If you opted to start the integration with the Wazuh Manager, you can modify the following files:
- [docker/manager-elastic.yml](../docker/manager-elastic.yml): Docker Compose file.
- [elastic/logstash/pipeline/manager-to-elastic.conf](./logstash/pipeline/manager-to-elastic.conf): Logstash Pipeline configuration file.

Check the files above for **credentials**, ports, and other configurations.

| Service | Address | Credentials |
Expand Down

0 comments on commit 9d55890

Please sign in to comment.