Skip to content

Commit

Permalink
Maintenance of third-party integrations (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasas993 authored Dec 23, 2024
1 parent 991c04a commit 45b4cc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions integrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ We host development environments to support the following integrations:
**Compatibility matrix**

| | 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.2 | 8.9.0 | 2.18.0 | 8.15.3 | 9.3.1 |
| Latest version | 4.9.2 | 8.9.0 | 2.18.0 | 8.17.0 | 9.3.2 |
8 changes: 4 additions & 4 deletions integrations/docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ MEM_LIMIT=1073741824
WAZUH_VERSION=4.9.2

# Wazuh Indexer version (Provisionally using OpenSearch)
WAZUH_INDEXER_VERSION=2.13.0
WAZUH_INDEXER_VERSION=2.18.0

# Wazuh Dashboard version (Provisionally using OpenSearch Dashboards)
WAZUH_DASHBOARD_VERSION=2.13.0
WAZUH_DASHBOARD_VERSION=2.18.0

# Wazuh certs generator version
WAZUH_CERTS_GENERATOR_VERSION=0.0.1
Expand All @@ -38,7 +38,7 @@ OS_VERSION=2.18.0
LOGSTASH_OSS_VERSION=8.9.0

# Splunk version:
SPLUNK_VERSION=9.3.1
SPLUNK_VERSION=9.3.2

# Version of Elastic products
STACK_VERSION=8.15.3
STACK_VERSION=8.17.0

0 comments on commit 45b4cc5

Please sign in to comment.