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
Cloud Environment (please complete the following information):
AKS
EKS
Additional context
In core\src\epicli\data\common\ansible\playbooks\roles\filebeat\templates\custom-chart-values.yml.j2 there is condition for K8s input: {% if 'kubernetes_master' in group_names or 'kubernetes_node' in group_names %}
which is not met since there is no kubernetes_master nor kubernetes_node group in the inventory file.
The text was updated successfully, but these errors were encountered:
Describe the bug
Pod logs are not shipped by Filebeat (deployed in K8s) to Elasticsearch.
To Reproduce
Steps to reproduce the behavior:
k8s_as_cloud_service: true
).Expected behavior
Pod logs should be present in ES (with K8s fields such as
kubernetes.pod.name
).Config files
Cloud Environment (please complete the following information):
Additional context
In
core\src\epicli\data\common\ansible\playbooks\roles\filebeat\templates\custom-chart-values.yml.j2
there is condition for K8s input:{% if 'kubernetes_master' in group_names or 'kubernetes_node' in group_names %}
which is not met since there is no
kubernetes_master
norkubernetes_node
group in the inventory file.The text was updated successfully, but these errors were encountered: