No Logstash menu in Kibana UI

I have an entire ELK stack in docker compose but only Kibana and Elasticsearch are shown. Logs show no errors and it seems, that Logstash communicates with the rest of stack. Here's my logstash.yml:

xpack.monitoring.elasticsearch.hosts: [ "http://elasticsearch:9200" ]

xpack.monitoring.enabled: true
xpack.monitoring.elasticsearch.username: elastic
xpack.monitoring.elasticsearch.password: changeme

So it appears, that thing in Kibana called 'Centralized management' and it's available only in Gold and higher subscriptions. I suggest to rename 'Pipelines' in Kibana UI to 'Centralized pipelines' to avoid any misunderstandings.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.