-
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
Allow hints based autodiscover based on namespace metadata #13913
Labels
containers
Related to containers use case
discuss
Issue needs further discussion.
enhancement
Team:Integrations
Label for the Integrations team
Comments
exekias
added
enhancement
discuss
Issue needs further discussion.
containers
Related to containers use case
Team:Integrations
Label for the Integrations team
labels
Oct 4, 2019
This could be a fix for some use cases related to #9123 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
keep open |
Would this be solved by #16321? |
++ closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
containers
Related to containers use case
discuss
Issue needs further discussion.
enhancement
Team:Integrations
Label for the Integrations team
Once we get namespace metadata in #13873, it should be possible to use it for hints based autodiscover.
Users should be able to set hints at the namespace level, so they don't need to repeat them across all pods in the namespace. Hints from the namespace and the Pod should be merged. If one is present in both the namespace and the pod, the one in the Pod overrides the namespace's.
For instance, adding this hint to a namespace should make Filebeat ignore logs from all its pods:
co.elastic.logs/enabled: false
. While ifco.elastic.logs/enabled: true
is added to a pod in the namespace, its logs should be retrieved.The text was updated successfully, but these errors were encountered: