Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored and ycombinator committed Oct 16, 2024
1 parent 27a6078 commit 29c4aab
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/auditbeat-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: auditbeat
image: docker.elastic.co/beats/auditbeat-wolfi:8.16.0
image: docker.elastic.co/beats/auditbeat-wolfi:8.17.0
args: [
"-c", "/etc/auditbeat.yml",
"-e",
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/filebeat-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: filebeat
image: docker.elastic.co/beats/filebeat-wolfi:8.16.0
image: docker.elastic.co/beats/filebeat-wolfi:8.17.0
args: [
"-c", "/etc/filebeat.yml",
"-e",
Expand Down
8 changes: 4 additions & 4 deletions deploy/kubernetes/heartbeat-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: heartbeat
image: docker.elastic.co/beats/heartbeat-wolfi:8.16.0
image: docker.elastic.co/beats/heartbeat-wolfi:8.17.0
args: [
"-c", "/etc/heartbeat.yml",
"-e",
Expand Down Expand Up @@ -201,10 +201,10 @@ spec:
requests:
# for synthetics, 2 full cores is a good starting point for relatively consistent perform of a single concurrent check
# For lightweight checks as low as 100m is fine
cpu: 2000m
# A high value like this is encouraged for browser based monitors.
cpu: 2000m
# A high value like this is encouraged for browser based monitors.
# Lightweight checks use substantially less, even 128Mi is fine for those.
memory: 1536Mi
memory: 1536Mi
volumeMounts:
- name: config
mountPath: /etc/heartbeat.yml
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/metricbeat-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: metricbeat
image: docker.elastic.co/beats/metricbeat-wolfi:8.16.0
image: docker.elastic.co/beats/metricbeat-wolfi:8.17.0
args: [
"-c", "/etc/metricbeat.yml",
"-e",
Expand Down
2 changes: 1 addition & 1 deletion libbeat/docs/version.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:stack-version: 8.16.0
:stack-version: 8.17.0
:doc-branch: main
:go-version: 1.22.8
:release-state: unreleased
Expand Down

0 comments on commit 29c4aab

Please sign in to comment.