-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove experimental warning from journald input. #42107
base: main
Are you sure you want to change the base?
Conversation
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You still need to update the "stability" of the input:
beats/filebeat/input/journald/input.go
Line 76 in 3cdd856
Stability: feature.Experimental, |
That forces some deprecation logs. I believe that's the only place.
Thanks for catching that, updated. |
Removing backport to 8.17 until elastic/integrations#9690 is addressed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Mark the journald input as GA now that it is used as part of the system module and Elastic Agent system integration to collect system logs on Linux distributions that do not enable syslog by default.