File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -402,6 +402,9 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
402
402
- Added OAuth2 support with auto token refresh for websocket streaming input. {issue}41989[41989] {pull}42212[42212]
403
403
- Added infinite & blanket retry options to websockets and improved logging and retry logic. {pull}42225[42225]
404
404
- 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]
405
408
406
409
*Auditbeat*
407
410
Original file line number Diff line number Diff line change 7
7
<titleabbrev>journald</titleabbrev>
8
8
++++
9
9
10
- experimental[]
11
-
12
10
https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html[`journald`]
13
11
is a system service that collects and stores logging data. The `journald` input
14
12
reads this log data and the metadata associated with it. To read this
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ const pluginName = "journald"
73
73
func Plugin (log * logp.Logger , store cursor.StateStore ) input.Plugin {
74
74
return input.Plugin {
75
75
Name : pluginName ,
76
- Stability : feature .Experimental ,
76
+ Stability : feature .Stable ,
77
77
Deprecated : false ,
78
78
Info : "journald input" ,
79
79
Doc : "The journald input collects logs from the local journald service" ,
You can’t perform that action at this time.
0 commit comments