To install sample Kibana dashboards run this command in the Kibana node:
docker run docker.elastic.co/beats/metricbeat:6.3.0 setup -e -E output.elasticsearch.hosts=['<ELASTICSEARCH_IP>:<ELASTICSEARCH_PORT>'] -E setup.kibana.host=<KIBANA_IP>:<KIBANA_PORT> -E output.logstash.enabled=false --dashboardsNote: the version of metricbeat can be whatever you want to have. Check the list of releases in the Elastic Docker Registry.
More info:
