# Standard overview dashboard?

**URL:** https://discuss.elastic.co/t/standard-overview-dashboard/243531
**Category:** Elastic Observability
**Created:** [August 3, 2020, 9:42am UTC](https://discuss.elastic.co/t/standard-overview-dashboard/243531 "2020-08-03T09:42:37Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![cyberzlo](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/cyberzlo/32/65490_2.png) [@cyberzlo](https://discuss.elastic.co/u/cyberzlo)
#### Post date: [August 3, 2020, 9:42am UTC](https://discuss.elastic.co/t/standard-overview-dashboard/243531/1 "2020-08-03T09:42:37Z")

</div>

Hi, I have Metricbeats and it logs CPU/MEM etc, but I don't have any standard overview dashboard such as is on screenshot in documentation. How can I got it?

My just looks like this:

 ![123](https://us1.discourse-cdn.com/elastic/original/3X/d/8/d8c89c7a014ba2ae936699ebce1c9b46d0f741f8.png)

Metricbeats information are from local system on which ELK stack works.

I also deleted all example default dashboards, maybe by mistake also this... can I setup it again somehow?

I have also other metrics:

```
# ls -1 | egrep -v disabled$
elasticsearch.yml
kibana.yml
logstash.yml
system.yml

```

Maybe there are also such dashboards done for ELK stack too?

---

<div class="post-metadata">

### Author: ![weltenwort](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/weltenwort/32/53885_2.png) [@weltenwort](https://discuss.elastic.co/u/weltenwort)
#### Post date: [August 3, 2020, 10:46am UTC](https://discuss.elastic.co/t/standard-overview-dashboard/243531/2 "2020-08-03T10:46:50Z")

</div>

Hi @cyberzlo,

there are multiple way to view the metrics in Kibana. The Metrics app shown on your screenshot is one, the dashboards that metricbeat ships with is another. Which to use depends on your specific usage scenario.

For the Elastic Stack itself there is a dedicated [Stack Monitoring](https://www.elastic.co/guide/en/kibana/current/xpack-monitoring.html) app in Kibana.

If you deleted pre-built dashboards in error you should be able to [re-install them](https://www.elastic.co/guide/en/beats/metricbeat/current/load-kibana-dashboards.html) using `./metricbeat setup --dashboards`.

---

<div class="post-metadata">

### Author: ![cyberzlo](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/cyberzlo/32/65490_2.png) [@cyberzlo](https://discuss.elastic.co/u/cyberzlo)
#### Post date: [August 3, 2020, 11:40am UTC](https://discuss.elastic.co/t/standard-overview-dashboard/243531/3 "2020-08-03T11:40:16Z")

</div>

Thanks, forgot to mention that I dont have xpack, I am on basic free license for learning ELK :).

```
# metricbeat setup --dashboards
Loading dashboards (Kibana must be running and reachable)
Loaded dashboards

```

I think I should see it in my case on `[Metricbeat System] Host Services Overview` but there is nothing (no data to display), why?☹

---

<div class="post-metadata">

### Author: ![weltenwort](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/weltenwort/32/53885_2.png) [@weltenwort](https://discuss.elastic.co/u/weltenwort)
#### Post date: [August 3, 2020, 11:58am UTC](https://discuss.elastic.co/t/standard-overview-dashboard/243531/4 "2020-08-03T11:58:49Z")

</div>

I can think of several possible reasons... 🤔

Let's try to narrow it down a bit (if you're up for it) by checking the mappings. Assuming you didn't change the default index name in the metricbeat config, could you share the result of running

```auto
GET metricbeat-*/_mapping

```

in the Kibana Dev Tools?

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [November 4, 2022, 8:08am UTC](https://discuss.elastic.co/t/standard-overview-dashboard/243531/5 "2022-11-04T08:08:38Z")

</div>


