i defined simple index pattern " filebeat-*"
and it has only a few fields which i can filter by:
now i like to add new fields to this index pattern. which i can see they exist
but i can't find anywhere how to add them so i could get the data that i could filter by
what I'm missing here?
for example i like to add :
kubernetes.pod.name
and
kubernetes.container.name
so i cloud do search like :
kubernetes.pod.name : "my-pod-nameX"
i followed this tutorial:
and i do see all the logs in kibana