Conversation
096c12c to
e51a82f
Compare
e51a82f to
eb5332a
Compare
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
syslog |
500000 | 250000 | -250000 (-50%) | 💔 |
To see the full report comment with /test benchmark fullreport
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
|
Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices) |
rdner
left a comment
There was a problem hiding this comment.
I wonder what would it cost us (in terms of the image size) to include journalctl in our regular Ubuntu/Ubi/Wolfi images?
Did we look into it?
I think it's not the best user experience if ask to use the complete image for such a common use-case.
I don't think we (data-plane) looked into it. IIRC when the change to use I did a quick test by just installing the Dockerfile
FROM docker.elastic.co/elastic-agent/elastic-agent-wolfi:9.0.0
USER root
RUN apk update
RUN apk add systemd
ENTRYPOINT ["/usr/bin/journalctl", "--version"]
I like the idea of adding I'd merge this PR as it is, because it documents the current state and how to use the journald input with Elastic-Agent, allowing users to already benefit from it. Once we have a new release of Elastic-Agent with |
|
So, the size increase for Wolfi is only about 10%. I'm fine with merging this PR as it is but it should be addressed by extending all of our Docker images and having |
|
|
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
|
I updated the PR to match what is currently released. |
colleenmcginnis
left a comment
There was a problem hiding this comment.
One minor suggestion below.
Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com>
|
💚 Build Succeeded
History
cc @belimawr |
|
Package iptables - 1.21.1 containing this change is available at https://epr.elastic.co/package/iptables/1.21.1/ |
|
Package journald - 1.2.1 containing this change is available at https://epr.elastic.co/package/journald/1.2.1/ |
|
Package system - 2.3.2 containing this change is available at https://epr.elastic.co/package/system/2.3.2/ |
--------- Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com>




Proposed commit message
Document the requirements to read from Journald when using Elastic-Agent in Docker for the following integrations:
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
elastic-agent-completedocker image and thejournalctlversion constraint. #13019## Screenshots