You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally we should detect that the configuration is using an undefined variable (it would be kubernetes.container.id) and log something specific about this, maybe only at the debug level. But not sure if the templates used support this kind of fine-grained errors.
When using autodiscover with Filebeat, errors like the following occur:
This kind of errors can be considered as non-fatal since they came from Pod events introduced at https://github.com/elastic/beats/pull/18979/files#diff-3a3ae93d44b91ab240d462f8f7eddc2cR365.
However we should avoid logging them since it can be confusing when looking at the logs for actual errors.
Related to #11834 (comment).
The text was updated successfully, but these errors were encountered: