-
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
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
This pull request is now in conflicts. Could you fix it? 🙏
|
* Remove experimental warning from journald input. * Add changelog. * Mark journald input as Stable. (cherry picked from commit b4046f9)
* Remove experimental warning from journald input. * Add changelog. * Mark journald input as Stable. (cherry picked from commit b4046f9)
* Remove experimental warning from journald input. * Add changelog. * Mark journald input as Stable. (cherry picked from commit b4046f9)
* 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]>
…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]>
…ut. (#42581) * 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]>
…nald inp…" This reverts commit 92ff3bd.
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.