In a Kubernetes Docker Desktop TEST environment, I configured Fluentd, Elasticsearch and Kibana. To add an index pattern, I get this error message:
Security needs to be enabled in order to add Elastic Agent integrations
I have everything installed, how to just add an index pattern to the already existing Elasticsearch (FluentD) stream? This is just for a testing environment on my local Windows Docker Desktop Kubdernetes environment.
I tried many solutions as suggested in posts like this one.
Found it - finally! Security settings were not useful/needed in this test config.
I hope this will help you as well for discovering (Kubernetes) Docker logs in via FluentD > Elasticsearch > Kibana.
This works for a logging stack with FluentD > Elasticsearch v7 > Kibana v7.
Et voilĂ - you have the logs!
An example: just type the following in the search box: kubernetes.namespace_name=default and kubernetes.container_name=count