Cannot import Metricbeat Dashboards

I’m using metricbeat and asking myself how to add kibana dashobords.

Using docker.elastic.co/beats/metricbeat-oss:7.4.2
in Kubernetes

Log message is
{
2020-04-22T17:35:07.144Z ERROR instance/beat.go:878 Exiting: Error importing Kibana dashboards: fail to import the dashboards in Kibana: Error importing directory /usr/share/metricbeat/kibana: Failed to import dashboard: Failed to load directory /usr/share/metricbeat/kibana/7/dashboard:
error loading /usr/share/metricbeat/kibana/7/dashboard/Metricbeat-aerospike-overview.json: returned 401 to import file: . Response: {“message”:“Session expired”,“redirectTo”:“login”}
error loading /usr/share/metricbeat/kibana/7/dashboard/Metricbeat-apache-overview.json: returned 401 to import file: . Response: {“message”:“Session expired”,“redirectTo”:“login”}
error loading /usr/share/metricbeat/kibana/7/dashboard/Metricbeat-ceph-overview.json: returned 401 to import file: . Response: {“message”:“Session expired”,“redirectTo”:“login”}

Here anothe approach from localhost
docker run --net=“host” docker.elastic.co/beats/metricbeat:7.6.2 setup --dashboards -e
-E output.elasticsearch.hosts=[‘https://notforeveryone.eu-central-
1.es.amazonaws.com’]
-E output.elasticsearch.username=metricbeat
-E output.elasticsearch.password=somepassword
-E setup.kibana.host=https://notforeveryone.eu-central-1.es.amazonaws.com:443/_plugin/kibana/

same result

ANy Update ??

we are facing issue after enabling the kibana dashboards
Exiting: 1 error: error loading index pattern: returned 401 to import file: . Response: {“message”:“Session expired”,“redirectTo”:“login”}