Skip to content

Commit

Permalink
[8.x](backport #42107) Remove experimental warning from journald inpu…
Browse files Browse the repository at this point in the history
…t. (#42580)

* Remove experimental warning from journald input. (#42107)

* Remove experimental warning from journald input.

* Add changelog.

* Mark journald input as Stable.

(cherry picked from commit b4046f9)

* Fix conflict in CHANGELOG.next.asciidoc

---------

Co-authored-by: Craig MacKenzie <[email protected]>
  • Loading branch information
mergify[bot] and cmacknz authored Feb 4, 2025
1 parent d551e0d commit 3591e83
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ otherwise no tag is added. {issue}42208[42208] {pull}42403[42403]
- Added infinite & blanket retry options to websockets and improved logging and retry logic. {pull}42225[42225]
- Introduce ignore older and start timestamp filters for AWS S3 input. {pull}41804[41804]
- Journald input now can report its status to Elastic-Agent {issue}39791[39791] {pull}42462[42462]
- The journald input is now generally available. {pull}42107[42107]

*Auditbeat*

Expand Down
2 changes: 0 additions & 2 deletions filebeat/docs/inputs/input-journald.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<titleabbrev>journald</titleabbrev>
++++

experimental[]

https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html[`journald`]
is a system service that collects and stores logging data. The `journald` input
reads this log data and the metadata associated with it. To read this
Expand Down
2 changes: 1 addition & 1 deletion filebeat/input/journald/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const pluginName = "journald"
func Plugin(log *logp.Logger, store cursor.StateStore) input.Plugin {
return input.Plugin{
Name: pluginName,
Stability: feature.Experimental,
Stability: feature.Stable,
Deprecated: false,
Info: "journald input",
Doc: "The journald input collects logs from the local journald service",
Expand Down

0 comments on commit 3591e83

Please sign in to comment.