-
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
[Filebeat] Fix filebeat autodiscover fileset hint for container input #13296
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
1 similar comment
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
Hi Guys, is there anyone reviewing this? It looks like a bug. |
@pragkent yes, I have your PRs in my pipeline for today or tomorrow 🙂 thanks a lot for them! |
@jsoriano Thank you : ). |
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.
@pragkent good catch, this looks good to me, could you add a changelog entry for the fix? Thanks a lot!
ok to test |
…elastic#13296) Currently, autodiscover hint assumes that input type is docker. Since docker input is deprecated in 7.2.0, container input should be supported. So we need to set `stream` or `containers.stream` based on input type. Closes elastic#12718 (cherry picked from commit 658772a)
…elastic#13296) Currently, autodiscover hint assumes that input type is docker. Since docker input is deprecated in 7.2.0, container input should be supported. So we need to set `stream` or `containers.stream` based on input type. Closes elastic#12718 (cherry picked from commit 658772a)
…elastic#13296) Currently, autodiscover hint assumes that input type is docker. Since docker input is deprecated in 7.2.0, container input should be supported. So we need to set `stream` or `containers.stream` based on input type. Closes elastic#12718 (cherry picked from commit 658772a)
…elastic#13296) Currently, autodiscover hint assumes that input type is docker. Since docker input is deprecated in 7.2.0, container input should be supported. So we need to set `stream` or `containers.stream` based on input type. Closes elastic#12718 (cherry picked from commit 658772a)
…elastic#13296) Currently, autodiscover hint assumes that input type is docker. Since docker input is deprecated in 7.2.0, container input should be supported. So we need to set `stream` or `containers.stream` based on input type. Closes elastic#12718 (cherry picked from commit 658772a)
…#13296) (#13447) Currently, autodiscover hint assumes that input type is docker. Since docker input is deprecated in 7.2.0, container input should be supported. So we need to set `stream` or `containers.stream` based on input type. Closes #12718 (cherry picked from commit 658772a) Co-authored-by: Kent Wang <pragkent@gmail.com>
…#13296) (#13449) Currently, autodiscover hint assumes that input type is docker. Since docker input is deprecated in 7.2.0, container input should be supported. So we need to set `stream` or `containers.stream` based on input type. Closes #12718 (cherry picked from commit 658772a) Co-authored-by: Kent Wang <pragkent@gmail.com>
…#13296) (#13451) Currently, autodiscover hint assumes that input type is docker. Since docker input is deprecated in 7.2.0, container input should be supported. So we need to set `stream` or `containers.stream` based on input type. Closes #12718 (cherry picked from commit 658772a) Co-authored-by: Kent Wang <pragkent@gmail.com>
…elastic#13296) (elastic#13451) Currently, autodiscover hint assumes that input type is docker. Since docker input is deprecated in 7.2.0, container input should be supported. So we need to set `stream` or `containers.stream` based on input type. Closes elastic#12718 (cherry picked from commit 8c34c2b) Co-authored-by: Kent Wang <pragkent@gmail.com>
…elastic#13296) (elastic#13447) Currently, autodiscover hint assumes that input type is docker. Since docker input is deprecated in 7.2.0, container input should be supported. So we need to set `stream` or `containers.stream` based on input type. Closes elastic#12718 (cherry picked from commit 8c34c2b) Co-authored-by: Kent Wang <pragkent@gmail.com>
…elastic#13296) (elastic#13449) Currently, autodiscover hint assumes that input type is docker. Since docker input is deprecated in 7.2.0, container input should be supported. So we need to set `stream` or `containers.stream` based on input type. Closes elastic#12718 (cherry picked from commit 8c34c2b) Co-authored-by: Kent Wang <pragkent@gmail.com>
Currently, autodiscover hint assumes that input type is docker.
Since docker input is deprecated in 7.2.0, container input should be supported.
So we need to set
stream
orcontainers.stream
based on input type.Closes #12718