Skip to content
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

Merged
merged 4 commits into from Aug 30, 2019
Merged

[Filebeat] Fix filebeat autodiscover fileset hint for container input #13296

merged 4 commits into from Aug 30, 2019

Conversation

pragkent
Copy link
Contributor

@pragkent pragkent commented Aug 21, 2019

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

@elasticmachine
Copy link
Collaborator

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
@elasticmachine
Copy link
Collaborator

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?

@pragkent
Copy link
Contributor Author

Hi Guys, is there anyone reviewing this? It looks like a bug.

@jsoriano
Copy link
Member

@pragkent yes, I have your PRs in my pipeline for today or tomorrow 🙂 thanks a lot for them!

@pragkent
Copy link
Contributor Author

@jsoriano Thank you : ).
Just to check how is it going.

Copy link
Member

@jsoriano jsoriano left a 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!

@jsoriano jsoriano added needs_backport PR is waiting to be backported to other branches. v7.2.2 v7.3.2 v7.4.0 labels Aug 29, 2019
@jsoriano
Copy link
Member

ok to test

@jsoriano jsoriano merged commit 658772a into elastic:master Aug 30, 2019
jsoriano pushed a commit to jsoriano/beats that referenced this pull request Aug 30, 2019
…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)
@jsoriano jsoriano removed the needs_backport PR is waiting to be backported to other branches. label Aug 30, 2019
jsoriano pushed a commit to jsoriano/beats that referenced this pull request Aug 30, 2019
…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)
jsoriano pushed a commit to jsoriano/beats that referenced this pull request Aug 30, 2019
…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)
jsoriano pushed a commit to jsoriano/beats that referenced this pull request Aug 30, 2019
…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)
jsoriano pushed a commit to jsoriano/beats that referenced this pull request Aug 30, 2019
…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)
jsoriano added a commit that referenced this pull request Aug 30, 2019
…#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>
jsoriano added a commit that referenced this pull request Aug 30, 2019
…#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>
jsoriano added a commit that referenced this pull request Aug 30, 2019
…#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>
@pragkent pragkent deleted the fix-hint-fileset branch September 6, 2019 00:56
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…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>
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…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>
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filebeat Kubernetes Hints - Incorrect Fileset Being Used
4 participants