Skip to content

Commit

Permalink
Upgrade third-party integrations to latest versions available (#519)
Browse files Browse the repository at this point in the history
* Update Elastic Stack and Wazuh versions

* Add 'build' block on logstash component definition

* Update README compatibility matrix

* Update OpenSearch integration version to 2.18.0

* Update README compatibility matrix with new OpenSearch version
  • Loading branch information
QU3B1M authored Nov 6, 2024
1 parent 0a4a840 commit 7f620b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ We host development environments to support the following integrations:
| | Wazuh | Logstash | OpenSearch | Elastic | Splunk |
| -------------- | ----- | -------- | ---------- | ------- | ------ |
| v1.0 | 4.8.1 | 8.9.0 | 2.14.0 | 8.14.3 | 9.1.4 |
| Latest version | 4.9.0 | 8.9.0 | 2.17.1 | 8.15.2 | 9.3.1 |
| Latest version | 4.9.2 | 8.9.0 | 2.18.0 | 8.15.3 | 9.3.1 |
6 changes: 3 additions & 3 deletions integrations/docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ KIBANA_PORT=5602
MEM_LIMIT=1073741824

# Wazuh version
WAZUH_VERSION=4.9.0
WAZUH_VERSION=4.9.2

# Wazuh Indexer version (Provisionally using OpenSearch)
WAZUH_INDEXER_VERSION=2.13.0
Expand All @@ -32,7 +32,7 @@ WAZUH_DASHBOARD_VERSION=2.13.0
WAZUH_CERTS_GENERATOR_VERSION=0.0.1

# OpenSearch destination cluster version
OS_VERSION=2.17.1
OS_VERSION=2.18.0

# Logstash version:
LOGSTASH_OSS_VERSION=8.9.0
Expand All @@ -41,4 +41,4 @@ LOGSTASH_OSS_VERSION=8.9.0
SPLUNK_VERSION=9.3.1

# Version of Elastic products
STACK_VERSION=8.15.2
STACK_VERSION=8.15.3
6 changes: 5 additions & 1 deletion integrations/docker/compose.indexer-splunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,14 @@ services:
SPLUNK_START_ARGS: --accept-license

logstash:
image: logstash-oss:${LOGSTASH_OSS_VERSION}
depends_on:
splunk:
condition: service_healthy
image: logstash-oss:${LOGSTASH_OSS_VERSION}
build:
context: ../logstash
args:
- LOGSTASH_OSS_VERSION=${LOGSTASH_OSS_VERSION}
environment:
LOGSTASH_OSS_VERSION: ${LOGSTASH_OSS_VERSION}
LOG_LEVEL: info
Expand Down

0 comments on commit 7f620b2

Please sign in to comment.