Skip to content

Commit

Permalink
Merge branch '8.10' into updatecli_bump-elastic-stack-snapshot-8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacknz authored Sep 20, 2023
2 parents 1241680 + 5da7452 commit 753cb81
Show file tree
Hide file tree
Showing 158 changed files with 195 additions and 175 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
:issue: https://github.com/elastic/beats/issues/
:pull: https://github.com/elastic/beats/pull/

[[release-notes-8.10.1]]
=== Beats version 8.10.1
https://github.com/elastic/beats/compare/v8.10.0\...v8.10.1[View commits]

==== Bugfixes

*Filebeat*

- Revert error introduced in {pull}35734[35734] when symlinks can't be resolved in filestream. {pull}36557[36557]
- Fix ignoring external input configuration in `take_over: true` mode {issue}36378[36378] {pull}36395[36395]


[[release-notes-8.10.0]]
=== Beats version 8.10.0
https://github.com/elastic/beats/compare/v8.9.2\...v8.10.0[View commits]
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
- Fixes "Can only start an input when all related states are finished" error when running under Elastic-Agent {pull}35250[35250] {issue}33653[33653]
- [system] sync system/auth dataset with system integration 1.29.0. {pull}35581[35581]
- [GCS Input] - Fixed an issue where bucket_timeout was being applied to the entire bucket poll interval and not individual bucket object read operations. Fixed a map write concurrency issue arising from data races when using a high number of workers. Fixed the flaky tests that were present in the GCS test suit. {pull}35605[35605]
- Revert error introduced in {pull}35734[35734] when symlinks can't be resolved in filestream. {pull}36557[36557]
- Fix ignoring external input configuration in `take_over: true` mode {issue}36378[36378] {pull}36395[36395]

*Heartbeat*

Expand All @@ -90,6 +88,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]

*Packetbeat*

- Prevent panic when more than one interface is configured in fleet. {issue}36574[36574] {pull}36575[36575]

*Winlogbeat*

Expand Down Expand Up @@ -203,3 +202,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]






2 changes: 1 addition & 1 deletion deploy/kubernetes/auditbeat-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: auditbeat
image: docker.elastic.co/beats/auditbeat:8.10.0
image: docker.elastic.co/beats/auditbeat:8.10.1
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 @@ -167,7 +167,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: filebeat
image: docker.elastic.co/beats/filebeat:8.10.0
image: docker.elastic.co/beats/filebeat:8.10.1
args: [
"-c", "/etc/filebeat.yml",
"-e",
Expand Down
2 changes: 1 addition & 1 deletion 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:8.10.0
image: docker.elastic.co/beats/heartbeat:8.10.1
args: [
"-c", "/etc/heartbeat.yml",
"-e",
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 @@ -290,7 +290,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: metricbeat
image: docker.elastic.co/beats/metricbeat:8.10.0
image: docker.elastic.co/beats/metricbeat:8.10.1
args: [
"-c", "/etc/metricbeat.yml",
"-e",
Expand Down
2 changes: 1 addition & 1 deletion filebeat/modules.d/apache.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: apache
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-apache.html
# Docs: https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-module-apache.html

- module: apache
# Access logs
Expand Down
2 changes: 1 addition & 1 deletion filebeat/modules.d/auditd.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: auditd
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-auditd.html
# Docs: https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-module-auditd.html

- module: auditd
log:
Expand Down
2 changes: 1 addition & 1 deletion filebeat/modules.d/elasticsearch.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: elasticsearch
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-elasticsearch.html
# Docs: https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-module-elasticsearch.html

- module: elasticsearch
# Server log
Expand Down
2 changes: 1 addition & 1 deletion filebeat/modules.d/haproxy.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: haproxy
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-haproxy.html
# Docs: https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-module-haproxy.html

- module: haproxy
# All logs
Expand Down
2 changes: 1 addition & 1 deletion filebeat/modules.d/icinga.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: icinga
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-icinga.html
# Docs: https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-module-icinga.html

- module: icinga
# Main logs
Expand Down
2 changes: 1 addition & 1 deletion filebeat/modules.d/iis.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: iis
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-iis.html
# Docs: https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-module-iis.html

- module: iis
# Access logs
Expand Down
2 changes: 1 addition & 1 deletion filebeat/modules.d/kafka.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: kafka
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-kafka.html
# Docs: https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-module-kafka.html

- module: kafka
# All logs
Expand Down
2 changes: 1 addition & 1 deletion filebeat/modules.d/kibana.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: kibana
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-kibana.html
# Docs: https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-module-kibana.html

- module: kibana
# Server logs
Expand Down
2 changes: 1 addition & 1 deletion filebeat/modules.d/logstash.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: logstash
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-logstash.html
# Docs: https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-module-logstash.html

- module: logstash
# logs
Expand Down
2 changes: 1 addition & 1 deletion filebeat/modules.d/mongodb.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: mongodb
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-mongodb.html
# Docs: https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-module-mongodb.html

- module: mongodb
# All logs
Expand Down
2 changes: 1 addition & 1 deletion filebeat/modules.d/mysql.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: mysql
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-mysql.html
# Docs: https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-module-mysql.html

- module: mysql
# Error logs
Expand Down
2 changes: 1 addition & 1 deletion filebeat/modules.d/nats.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: nats
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-nats.html
# Docs: https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-module-nats.html

- module: nats
# All logs
Expand Down
2 changes: 1 addition & 1 deletion filebeat/modules.d/nginx.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: nginx
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-nginx.html
# Docs: https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-module-nginx.html

- module: nginx
# Access logs
Expand Down
2 changes: 1 addition & 1 deletion filebeat/modules.d/osquery.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: osquery
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-osquery.html
# Docs: https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-module-osquery.html

- module: osquery
result:
Expand Down
2 changes: 1 addition & 1 deletion filebeat/modules.d/pensando.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: pensando
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-pensando.html
# Docs: https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-module-pensando.html

- module: pensando
# Firewall logs
Expand Down
2 changes: 1 addition & 1 deletion filebeat/modules.d/postgresql.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: postgresql
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-postgresql.html
# Docs: https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-module-postgresql.html

- module: postgresql
# All logs
Expand Down
2 changes: 1 addition & 1 deletion filebeat/modules.d/redis.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: redis
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-redis.html
# Docs: https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-module-redis.html

- module: redis
# Main logs
Expand Down
2 changes: 1 addition & 1 deletion filebeat/modules.d/santa.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: santa
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-santa.html
# Docs: https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-module-santa.html

- module: santa
log:
Expand Down
2 changes: 1 addition & 1 deletion filebeat/modules.d/system.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: system
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-system.html
# Docs: https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-module-system.html

- module: system
# Syslog
Expand Down
2 changes: 1 addition & 1 deletion filebeat/modules.d/traefik.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: traefik
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-traefik.html
# Docs: https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-module-traefik.html

- module: traefik
# Access logs
Expand Down
1 change: 1 addition & 0 deletions libbeat/docs/release.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This section summarizes the changes in each release. Also read
<<breaking-changes>> for more detail about changes that affect
upgrade.

* <<release-notes-8.10.1>>
* <<release-notes-8.10.0>>
* <<release-notes-8.9.2>>
* <<release-notes-8.9.1>>
Expand Down
4 changes: 2 additions & 2 deletions libbeat/docs/version.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:stack-version: 8.10.0
:doc-branch: main
:stack-version: 8.10.1
:doc-branch: 8.10
:go-version: 1.20.7
:release-state: unreleased
:python: 3.7
Expand Down
2 changes: 1 addition & 1 deletion libbeat/version/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions metricbeat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ services:

# Used by base tests
elasticsearch:
image: docker.elastic.co/integrations-ci/beats-elasticsearch:${ELASTICSEARCH_VERSION:-8.10.0}-1
image: docker.elastic.co/integrations-ci/beats-elasticsearch:${ELASTICSEARCH_VERSION:-8.10.1}-1
build:
context: ./module/elasticsearch/_meta
args:
ELASTICSEARCH_VERSION: ${ELASTICSEARCH_VERSION:-8.10.0}
ELASTICSEARCH_VERSION: ${ELASTICSEARCH_VERSION:-8.10.1}
environment:
- "ES_JAVA_OPTS=-Xms256m -Xmx256m"
- "transport.host=127.0.0.1"
Expand All @@ -38,11 +38,11 @@ services:

# Used by base tests
kibana:
image: docker.elastic.co/integrations-ci/beats-kibana:${KIBANA_VERSION:-8.10.0}-1
image: docker.elastic.co/integrations-ci/beats-kibana:${KIBANA_VERSION:-8.10.1}-1
build:
context: ./module/kibana/_meta
args:
KIBANA_VERSION: ${KIBANA_VERSION:-8.10.0}
KIBANA_VERSION: ${KIBANA_VERSION:-8.10.1}
healthcheck:
test: ["CMD-SHELL", "curl -u beats:testing -s http://localhost:5601/api/status?v8format=true | grep -q '\"overall\":{\"level\":\"available\"'"]
retries: 600
Expand All @@ -53,11 +53,11 @@ services:

# Used by base tests
metricbeat:
image: docker.elastic.co/integrations-ci/beats-metricbeat:${BEAT_VERSION:-8.10.0}-1
image: docker.elastic.co/integrations-ci/beats-metricbeat:${BEAT_VERSION:-8.10.1}-1
build:
context: ./module/beat/_meta
args:
BEAT_VERSION: ${BEAT_VERSION:-8.10.0}
BEAT_VERSION: ${BEAT_VERSION:-8.10.1}
command: '-e'
ports:
- 5066:5066
2 changes: 1 addition & 1 deletion metricbeat/modules.d/aerospike.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: aerospike
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/main/metricbeat-module-aerospike.html
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/8.10/metricbeat-module-aerospike.html

- module: aerospike
#metricsets:
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/modules.d/apache.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: apache
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/main/metricbeat-module-apache.html
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/8.10/metricbeat-module-apache.html

- module: apache
#metricsets:
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/modules.d/beat-xpack.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: beat
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/main/metricbeat-module-beat.html
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/8.10/metricbeat-module-beat.html

- module: beat
xpack.enabled: true
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/modules.d/beat.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: beat
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/main/metricbeat-module-beat.html
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/8.10/metricbeat-module-beat.html

- module: beat
metricsets:
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/modules.d/ceph-mgr.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: ceph
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/main/metricbeat-module-ceph.html
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/8.10/metricbeat-module-ceph.html

- module: ceph
metricsets:
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/modules.d/ceph.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: ceph
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/main/metricbeat-module-ceph.html
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/8.10/metricbeat-module-ceph.html

- module: ceph
#metricsets:
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/modules.d/consul.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: consul
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/main/metricbeat-module-consul.html
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/8.10/metricbeat-module-consul.html

- module: consul
metricsets:
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/modules.d/couchbase.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: couchbase
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/main/metricbeat-module-couchbase.html
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/8.10/metricbeat-module-couchbase.html

- module: couchbase
#metricsets:
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/modules.d/couchdb.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: couchdb
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/main/metricbeat-module-couchdb.html
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/8.10/metricbeat-module-couchdb.html

- module: couchdb
metricsets: ["server"]
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/modules.d/docker.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: docker
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/main/metricbeat-module-docker.html
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/8.10/metricbeat-module-docker.html

- module: docker
#metricsets:
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/modules.d/dropwizard.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: dropwizard
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/main/metricbeat-module-dropwizard.html
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/8.10/metricbeat-module-dropwizard.html

- module: dropwizard
#metricsets:
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/modules.d/elasticsearch-xpack.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: elasticsearch
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/main/metricbeat-module-elasticsearch.html
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/8.10/metricbeat-module-elasticsearch.html

- module: elasticsearch
xpack.enabled: true
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/modules.d/elasticsearch.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: elasticsearch
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/main/metricbeat-module-elasticsearch.html
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/8.10/metricbeat-module-elasticsearch.html

- module: elasticsearch
#metricsets:
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/modules.d/envoyproxy.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: envoyproxy
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/main/metricbeat-module-envoyproxy.html
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/8.10/metricbeat-module-envoyproxy.html

- module: envoyproxy
#metricsets:
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/modules.d/etcd.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: etcd
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/main/metricbeat-module-etcd.html
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/8.10/metricbeat-module-etcd.html

- module: etcd
#metricsets:
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/modules.d/golang.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: golang
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/main/metricbeat-module-golang.html
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/8.10/metricbeat-module-golang.html

- module: golang
#metricsets:
Expand Down
Loading

0 comments on commit 753cb81

Please sign in to comment.