Skip to content

Commit 3451bbc

Browse files
elastic-vault-github-plugin-prod[bot]elasticmachinepierrehilbert
authored
ff-release: update versions 9.2.0 (#46869)
* docs: update docs * [Release] update test environment * fix: make update changes --------- Co-authored-by: elasticmachine <[email protected]> Co-authored-by: Pierre HILBERT <[email protected]>
1 parent a43761e commit 3451bbc

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ By "lightweight", we mean that Beats have a small installation footprint, use
1313
limited system resources, and have no runtime dependencies.
1414

1515
This repository contains
16-
[libbeat](https://github.com/elastic/beats/tree/main/libbeat), our Go
16+
[libbeat](https://github.com/elastic/beats/tree/9.2/libbeat), our Go
1717
framework for creating Beats, and all the officially supported Beats:
1818

1919
Beat | Description
2020
--- | ---
21-
[Auditbeat](https://github.com/elastic/beats/tree/main/auditbeat) | Collect your Linux audit framework data and monitor the integrity of your files.
22-
[Filebeat](https://github.com/elastic/beats/tree/main/filebeat) | Tails and ships log files
23-
[Heartbeat](https://github.com/elastic/beats/tree/main/heartbeat) | Ping remote services for availability
24-
[Metricbeat](https://github.com/elastic/beats/tree/main/metricbeat) | Fetches sets of metrics from the operating system and services
25-
[Packetbeat](https://github.com/elastic/beats/tree/main/packetbeat) | Monitors the network and applications by sniffing packets
26-
[Winlogbeat](https://github.com/elastic/beats/tree/main/winlogbeat) | Fetches and ships Windows Event logs
27-
[Osquerybeat](https://github.com/elastic/beats/tree/main/x-pack/osquerybeat) | Runs Osquery and manages interraction with it.
21+
[Auditbeat](https://github.com/elastic/beats/tree/9.2/auditbeat) | Collect your Linux audit framework data and monitor the integrity of your files.
22+
[Filebeat](https://github.com/elastic/beats/tree/9.2/filebeat) | Tails and ships log files
23+
[Heartbeat](https://github.com/elastic/beats/tree/9.2/heartbeat) | Ping remote services for availability
24+
[Metricbeat](https://github.com/elastic/beats/tree/9.2/metricbeat) | Fetches sets of metrics from the operating system and services
25+
[Packetbeat](https://github.com/elastic/beats/tree/9.2/packetbeat) | Monitors the network and applications by sniffing packets
26+
[Winlogbeat](https://github.com/elastic/beats/tree/9.2/winlogbeat) | Fetches and ships Windows Event logs
27+
[Osquerybeat](https://github.com/elastic/beats/tree/9.2/x-pack/osquerybeat) | Runs Osquery and manages interraction with it.
2828

2929
In addition to the above Beats, which are officially supported by
3030
[Elastic](https://elastic.co), the community has created a set of other Beats

deploy/kubernetes/auditbeat-kubernetes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ spec:
209209
dnsPolicy: ClusterFirstWithHostNet
210210
containers:
211211
- name: auditbeat
212-
image: docker.elastic.co/beats/auditbeat-wolfi:9.1.0
212+
image: docker.elastic.co/beats/auditbeat-wolfi:9.2.0
213213
args: [
214214
"-c", "/etc/auditbeat.yml",
215215
"-e",

deploy/kubernetes/filebeat-kubernetes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ spec:
183183
dnsPolicy: ClusterFirstWithHostNet
184184
containers:
185185
- name: filebeat
186-
image: docker.elastic.co/beats/filebeat-wolfi:9.1.0
186+
image: docker.elastic.co/beats/filebeat-wolfi:9.2.0
187187
args: [
188188
"-c", "/etc/filebeat.yml",
189189
"-e",

deploy/kubernetes/heartbeat-kubernetes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ spec:
171171
dnsPolicy: ClusterFirstWithHostNet
172172
containers:
173173
- name: heartbeat
174-
image: docker.elastic.co/beats/heartbeat-wolfi:9.1.0
174+
image: docker.elastic.co/beats/heartbeat-wolfi:9.2.0
175175
args: [
176176
"-c", "/etc/heartbeat.yml",
177177
"-e",

deploy/kubernetes/metricbeat-kubernetes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ spec:
292292
dnsPolicy: ClusterFirstWithHostNet
293293
containers:
294294
- name: metricbeat
295-
image: docker.elastic.co/beats/metricbeat-wolfi:9.1.0
295+
image: docker.elastic.co/beats/metricbeat-wolfi:9.2.0
296296
args: [
297297
"-c", "/etc/metricbeat.yml",
298298
"-e",

libbeat/docs/version.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:stack-version: 9.1.0
1+
:stack-version: 9.2.0
22
:doc-branch: main
33
:go-version: 1.24.9
44
:release-state: unreleased

0 commit comments

Comments
 (0)