Skip to content

Commit f1f3ad1

Browse files
author
Manuel J. Bernal
authored
Merge pull request #40 from wazuh/3.9-issue-39
Added Wazuh elasticsearch images
2 parents 69e593c + 39aca59 commit f1f3ad1

6 files changed

Lines changed: 21 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
55

66
## [v3.9.0]
77

8-
- Update to Wazuh version 3.9.0 ([#38](https://github.com/wazuh/wazuh-kubernetes/pull/38))
8+
- Update to Wazuh version 3.9.0 ([#40](https://github.com/wazuh/wazuh-kubernetes/pull/38))
9+
10+
### Changed
11+
12+
- Use of Wazuh elasticsearch images ([manuasir](https://github.com/manuasir)) [#40](https://github.com/wazuh/wazuh-kubernetes/pull/40)
13+
14+
### Fixed
15+
916
- Fix broken links of instructions.md ([#34](https://github.com/wazuh/wazuh-kubernetes/pull/34))
1017

1118

elastic_stack/elasticsearch/cluster/elasticsearch-data-sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
privileged: true
5353
containers:
5454
- name: wazuh-elasticsearch
55-
image: 'docker.elastic.co/elasticsearch/elasticsearch:6.7.2'
55+
image: 'wazuh/wazuh-elasticsearch:3.9.0_6.7.2'
5656
resources:
5757
requests:
5858
cpu: 500m

elastic_stack/elasticsearch/cluster/elasticsearch-master-sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
privileged: true
5353
containers:
5454
- name: wazuh-elasticsearch
55-
image: 'docker.elastic.co/elasticsearch/elasticsearch:6.7.2'
55+
image: 'wazuh/wazuh-elasticsearch:3.9.0_6.7.2'
5656
resources:
5757
requests:
5858
cpu: 500m

elastic_stack/elasticsearch/single-node/elasticsearch-sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
privileged: true
5353
containers:
5454
- name: wazuh-elasticsearch
55-
image: 'docker.elastic.co/elasticsearch/elasticsearch:6.7.2'
55+
image: 'wazuh/wazuh-elasticsearch:3.9.0_6.7.2'
5656
resources:
5757
requests:
5858
cpu: 500m

instructions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ This pod contains the master node of the Wazuh cluster. The master node centrali
2929
The management is performed only in this node, so the agent registration service (authd) and the API are placed here.
3030

3131
Details:
32-
- Image: Docker Hub 'wazuh/wazuh:3.7.0_6.5.0'
32+
- Image: Docker Hub 'wazuh/wazuh:3.9.0_6.7.2'
3333
- Controller: StatefulSet
3434

3535
#### Wazuh worker 0 / 1
3636

3737
These pods contain a worker node of the Wazuh cluster. They will receive the agent events.
3838

3939
Details:
40-
- Image: Docker Hub 'wazuh/wazuh:3.7.0_6.5.0'
40+
- Image: Docker Hub 'wazuh/wazuh:3.9.0_6.7.2'
4141
- Controller: StatefulSet
4242

4343

@@ -46,7 +46,7 @@ Details:
4646
Elasticsearch pod. It receives and stores alerts received from Logstash. No Elasticsearch cluster is supported yet.
4747

4848
Details:
49-
- Image: docker.elastic.co/elasticsearch/elasticsearch:6.5.0
49+
- Image: wazuh/wazuh-elasticsearch:3.9.0_6.7.2
5050
- Controller: StatefulSet
5151

5252

@@ -55,7 +55,7 @@ Details:
5555
Logstash pod. It receives the alerts from each Filebeat located in every Wazuh manager. Then, the alerts are sent to Elasticsearch.
5656

5757
Details:
58-
- image: Docker Hub 'wazuh/logstash:3.7.0_6.5.0'
58+
- image: Docker Hub 'wazuh/logstash:3.9.0_6.7.2'
5959
- Controller: Deployment
6060

6161

@@ -64,15 +64,15 @@ Details:
6464
Kibana pod. It lets you visualize your Elasticsearch data, along with other features as the Wazuh app.
6565

6666
Details:
67-
- image: Docker Hub 'wazuh/kibana:3.7.0_6.5.0'
67+
- image: Docker Hub 'wazuh/kibana:3.9.0_6.7.2'
6868
- Controller: Deployment
6969

7070
#### Nginx
7171

7272
The nginx pod acts as a reverse proxy for a safer access to Kibana.
7373

7474
Details:
75-
- image: Docker Hub 'wazuh/nginx:3.7.0_6.5.0'
75+
- image: Docker Hub 'wazuh/nginx:3.9.0_6.7.2'
7676
- Controller: Deployment
7777

7878

upgrade.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ Any file that we modify referring to the files previously mentioned, will be cha
2727

2828
To better understand it, we will give an example:
2929

30-
We have our newly created Kubernetes environment following our instructions. In this example, the image of Wazuh used has been `wazuh/wazuh:3.6.1_6.4.0`.
30+
We have our newly created Kubernetes environment following our instructions. In this example, the image of Wazuh used has been `wazuh/wazuh:3.9.0_6.7.2`.
3131

3232
```
3333
containers:
3434
- name: wazuh-manager
35-
image: 'wazuh/wazuh:3.6.1_6.4.0'
35+
image: 'wazuh/wazuh:3.9.0_6.7.2'
3636
```
3737

3838
Let's proceed by creating a set of rules in our `local_rules.xml` file at location `/var/ossec/etc/rules` in our wazuh manager master pod.
@@ -179,15 +179,15 @@ For example we had this version before:
179179
```
180180
containers:
181181
- name: wazuh-manager
182-
image: 'wazuh/wazuh:3.6.1_6.4.0'
182+
image: 'wazuh/wazuh:3.8.2_6.5.4'
183183
```
184184

185185
And now we're going to upgrade to the next version:
186186

187187
```
188188
containers:
189189
- name: wazuh-manager
190-
image: 'wazuh/wazuh:3.7.0_6.5.0'
190+
image: 'wazuh/wazuh:3.9.0_6.7.2'
191191
```
192192

193193

0 commit comments

Comments
 (0)