-
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
[Elastic Log Driver] Add redis and kafka outputs #15719
[Elastic Log Driver] Add redis and kafka outputs #15719
Conversation
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.
Change looks good to me, but I think these needs some tests. Now it's probably a good moment to invest some time on having a better test suite for this, including testing these outputs.
It will also need a changelog
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.
Agree with Carlos. I also think that tests could come in a follow up PR to keep things moving
* add redis and kafka out * add cloud output * add changelog (cherry picked from commit 1820369)
* add redis and kafka out * add cloud output * add changelog (cherry picked from commit 1820369)
So, I noticed that for some reason this isn't enabled. I'm not sure if this is a bug or enhancement, but I think we should have it in 7.6, as the rest of the beats have this and so should we.
I'm also not sure if anything is needed to get the cloud output working. Anyone know?