Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade integrations to the last version #447

Merged
merged 5 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Dependencies

### Changed
- Upgrade third-party integrations to the latest versions ([#447](https://github.com/wazuh/wazuh-indexer/pull/447))

### Deprecated

Expand Down
7 changes: 7 additions & 0 deletions integrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ We host development environments to support the following integrations:
- [Splunk](./splunk/README.md).
- [Elasticsearch](./elastic/README.md).
- [OpenSearch](./opensearch/README.md).

**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.0 | 8.9.0 | 2.17.1 | 8.15.2 | 9.3.1 |
12 changes: 6 additions & 6 deletions integrations/docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@ KIBANA_PORT=5602
MEM_LIMIT=1073741824

# Wazuh version
WAZUH_VERSION=4.8.1
WAZUH_VERSION=4.9.0

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

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

# Wazuh certs generator version
WAZUH_CERTS_GENERATOR_VERSION=0.0.1

# OpenSearch destination cluster version
OS_VERSION=2.14.0
OS_VERSION=2.17.1

# Logstash version:
LOGSTASH_OSS_VERSION=8.9.0

# Splunk version:
SPLUNK_VERSION=9.1.4
SPLUNK_VERSION=9.3.1

# Version of Elastic products
STACK_VERSION=8.14.3
STACK_VERSION=8.15.2
6 changes: 1 addition & 5 deletions integrations/splunk/wazuh-amazon-aws
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,7 @@
"type": "input.timerange",
"options": {
"token": "global_time",
"defaultValue": "-60m@m,now",
"queryParameters": {
"latest": "$global_time.latest$",
"earliest": "$global_time.earliest$"
}
"defaultValue": "-60m@m,now"
},
"title": "Global Time Range"
}
Expand Down
6 changes: 1 addition & 5 deletions integrations/splunk/wazuh-incident-response
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@
"type": "input.timerange",
"options": {
"token": "global_time",
"defaultValue": "-60m@m,now",
"queryParameters": {
"latest": "$global_time.latest$",
"earliest": "$global_time.earliest$"
}
"defaultValue": "-60m@m,now"
},
"title": "Global Time Range"
}
Expand Down
6 changes: 1 addition & 5 deletions integrations/splunk/wazuh-malware-detection
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,7 @@
"type": "input.timerange",
"options": {
"token": "global_time",
"defaultValue": "-60m@m,now",
"queryParameters": {
"latest": "$global_time.latest$",
"earliest": "$global_time.earliest$"
}
"defaultValue": "-60m@m,now"
},
"title": "Global Time Range"
}
Expand Down
8 changes: 2 additions & 6 deletions integrations/splunk/wazuh-pci-dss
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,7 @@
"type": "input.timerange",
"options": {
"token": "global_time",
"defaultValue": "-60m@m,now",
"queryParameters": {
"latest": "$global_time.latest$",
"earliest": "$global_time.earliest$"
}
"defaultValue": "-60m@m,now"
},
"title": "Global Time Range"
}
Expand Down Expand Up @@ -133,4 +129,4 @@
},
"description": "",
"title": "wazuh-pci-dss-v1.0"
}
}
8 changes: 2 additions & 6 deletions integrations/splunk/wazuh-security-events
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,7 @@
"type": "input.timerange",
"options": {
"token": "global_time",
"defaultValue": "-60m@m,now",
"queryParameters": {
"latest": "$global_time.latest$",
"earliest": "$global_time.earliest$"
}
"defaultValue": "-60m@m,now"
},
"title": "Global Time Range"
}
Expand Down Expand Up @@ -293,4 +289,4 @@
},
"description": "",
"title": "wazuh-security-events-v1.0"
}
}
6 changes: 1 addition & 5 deletions integrations/splunk/wazuh-vulnerabilities
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,7 @@
"type": "input.timerange",
"options": {
"token": "global_time",
"defaultValue": "-60m@m,now",
"queryParameters": {
"latest": "$global_time.latest$",
"earliest": "$global_time.earliest$"
}
"defaultValue": "-60m@m,now"
},
"title": "Global Time Range"
}
Expand Down