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

Annotate APM Server Pods with co.elastic.logs/module #3840

Closed

Conversation

prateekpandey14
Copy link

@prateekpandey14 prateekpandey14 commented Oct 14, 2020

Annotate APM Server pods with co.elastic.logs/module: apm-server annotation to give a hint to filebeat so that it uses the
appropriate module to analyze the logs of the container.

fixes: #3721

Signed-off-by: prateekpandey14 [email protected]

@elasticmachine
Copy link

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?

@cla-checker-service
Copy link

cla-checker-service bot commented Oct 14, 2020

💚 CLA has been signed

@botelastic botelastic bot added the triage label Oct 14, 2020
@prateekpandey14
Copy link
Author

prateekpandey14 commented Oct 14, 2020

cc @david-kow @anyasabo

@barkbay barkbay added the >enhancement Enhancement of existing functionality label Oct 15, 2020
@botelastic botelastic bot removed the triage label Oct 15, 2020
@barkbay
Copy link
Contributor

barkbay commented Oct 15, 2020

jenkins test this please


// DefaultAnnotations are the default annotations for the apmserver pods
DefaultAnnotations = map[string]string{
annotation.FilebeatModuleAnnotation: "apmserver",
Copy link
Contributor

@barkbay barkbay Oct 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left a message on #3721 because I'm not sure that this module is available yet, see elastic/beats#15054

Annotate APM Server pods with `co.elastic.logs/module: apmserver`
annotation to give a hint to filebeat so that it uses the
appropriate module to analyze the logs of the container.

Signed-off-by: prateekpandey14 <[email protected]>
@barkbay
Copy link
Contributor

barkbay commented Oct 23, 2020

I'm closing this one because I don't think a filebeat module for the APM Server is available yet.
As of today I can't find it in the list of currently supported modules
Feel free to reopen if I'm missing something.

@barkbay barkbay closed this Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement Enhancement of existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

APM Server Pods are not annotated with co.elastic.logs/module
3 participants