Skip to content

Tags: elastic/beats

Tags

v8.17.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Update snapshot.yml (#44113)

Made with ❤️️ by updatecli

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

v9.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[9.0](backport #44098) mod: update github.com/elastic/mito to v1.19.0 (

…#44129)

* mod: update github.com/elastic/mito to v1.19.0 (#44098)

Adds:
* hex_decode function

Also fix links to direct documentation for extension functions.

(cherry picked from commit 4c1bf91)

* remove irrelevant changelog entry

---------

Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>

v8.18.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[8.18](backport #44098) mod: update github.com/elastic/mito to v1.19.0 (

#44128)

* mod: update github.com/elastic/mito to v1.19.0 (#44098)

Adds:
* hex_decode function

Also fix links to direct documentation for extension functions.

(cherry picked from commit 4c1bf91)

# Conflicts:
#	NOTICE.txt
#	docs/reference/filebeat/filebeat-input-cel.md
#	go.mod
#	go.sum

* fix conflicts

Includes removal of Markdown doc changes, to be added to asciidoc in next commit.

* update asciidoc

---------

Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>

v8.18.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Move bug fix 39985 from 8.14.3 to 8.15.0 (#43806) (#43815)

(cherry picked from commit 7458a19)

Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com>

v8.17.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Move bug fix 39985 from 8.14.3 to 8.15.0 (#43806) (#43814)

(cherry picked from commit 7458a19)

Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com>

v9.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Automation] Bump Golang version to 1.24.1 (#43488) (#43652)

* chore: Update NATS module Dockerfile

Made with ❤️️ by updatecli

* chore: Update Heartbeat debug Dockerfile

Made with ❤️️ by updatecli

* chore: Update HTTP module Dockerfile

Made with ❤️️ by updatecli

* chore: Update Filebeat debug Dockerfile

Made with ❤️️ by updatecli

* chore: Update .go-version

Made with ❤️️ by updatecli

* chore: Update .devcontainer/devcontainer.json

Made with ❤️️ by updatecli

* chore: Update Metricbeat debug Dockerfile

Made with ❤️️ by updatecli

* chore: Update Heartbeat Dockerfile

Made with ❤️️ by updatecli

* chore: Update Auditbeat Dockerfile

Made with ❤️️ by updatecli

* chore: Update go.mod

Made with ❤️️ by updatecli

* chore: Update from vsphere Dockerfile

Made with ❤️️ by updatecli

* chore: Update stan Dockerfile

Made with ❤️️ by updatecli

* chore: Update version.asciidoc

Made with ❤️️ by updatecli

* chore: Update Metricbeat Dockerfile

Made with ❤️️ by updatecli

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 33da6dd)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v8.17.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow faccessat(2) as well as faccessat2(2) (#43322) (#43377)

There's an older faccessat(2) that is used by older glibc, particularly the one
in ubuntu 20.04.

Any cgo program (like any processor using quark) might end up needing that.

(cherry picked from commit 73353a8)

Co-authored-by: Christiano Haesbaert <haesbaert@elastic.co>

v9.0.0-rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[9.0](backport #43063) filebeat,libbeat,x-pack/filebeat: clean up sta…

…te store types (#43366)

* filebeat,libbeat,x-pack/filebeat: clean up state store types (#43063)

This centralises the state store to simplify and clarify the use of persistent
stores.

(cherry picked from commit df62e10)

# Conflicts:
#	filebeat/beater/filebeat.go
#	filebeat/input/journald/environment_test.go

* fix conflicts

---------

Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>

v8.16.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Skip flaky kubernetes state_job TestFetchMetricset (#43255) (#43337)

Skip the flaky test in #43253

(cherry picked from commit 61ec8ab)

Co-authored-by: Fae Charlton <fae.charlton@elastic.co>

v8.17.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: don't fail merticbeat/windows/perfmon when no data is available (#…

…42803) (#42948)

* fix: don't fail merticbeat/windows/perfmon when no data is available

* add CHANGELOG.next.asciidoc entry

* fix: linter issue

* fix: linter issue

* fix: fix code according to PR comments

* refactor: make CollectData error handling testable

* fix: add mossing imports to windows/perfmon/reader_test.go

* fix: add mossing imports to windows/perfmon/reader_test.go

---------

Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co>
(cherry picked from commit 0ea31fd)

Co-authored-by: stefans-elastic <stefan.stas@elastic.co>