Skip to content

Commit c60042a

Browse files
mergify[bot]cmacknzrdner
authored
Remove experimental warning from journald input. (#42107) (#42592)
* Remove experimental warning from journald input. * Add changelog. * Mark journald input as Stable. (cherry picked from commit b4046f9) Co-authored-by: Craig MacKenzie <[email protected]> Co-authored-by: Denis <[email protected]>
1 parent 713f5f0 commit c60042a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.next.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,9 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
402402
- Added OAuth2 support with auto token refresh for websocket streaming input. {issue}41989[41989] {pull}42212[42212]
403403
- Added infinite & blanket retry options to websockets and improved logging and retry logic. {pull}42225[42225]
404404
- Introduce ignore older and start timestamp filters for AWS S3 input. {pull}41804[41804]
405+
- Journald input now can report its status to Elastic-Agent {issue}39791[39791] {pull}42462[42462]
406+
- Publish events progressively in the Okta provider of the Entity Analytics input. {issue}40106[40106] {pull}42567[42567]
407+
- The journald input is now generally available. {pull}42107[42107]
405408

406409
*Auditbeat*
407410

filebeat/docs/inputs/input-journald.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
<titleabbrev>journald</titleabbrev>
88
++++
99

10-
experimental[]
11-
1210
https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html[`journald`]
1311
is a system service that collects and stores logging data. The `journald` input
1412
reads this log data and the metadata associated with it. To read this

filebeat/input/journald/input.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const pluginName = "journald"
7373
func Plugin(log *logp.Logger, store cursor.StateStore) input.Plugin {
7474
return input.Plugin{
7575
Name: pluginName,
76-
Stability: feature.Experimental,
76+
Stability: feature.Stable,
7777
Deprecated: false,
7878
Info: "journald input",
7979
Doc: "The journald input collects logs from the local journald service",

0 commit comments

Comments
 (0)