# Old .kibana indexes

**URL:** https://discuss.elastic.co/t/old-kibana-indexes/284674
**Category:** Kibana
**Created:** [September 21, 2021, 5:03am UTC](https://discuss.elastic.co/t/old-kibana-indexes/284674 "2021-09-21T05:03:08Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![dabo](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dabo/32/95229_2.png) [@dabo](https://discuss.elastic.co/u/dabo)
#### Post date: [September 21, 2021, 5:03am UTC](https://discuss.elastic.co/t/old-kibana-indexes/284674/1 "2021-09-21T05:03:08Z")

</div>

Hello,

I've noticed we have kibana indexes:  
.kibana-event-log-7.10.2-\*  
.kibana\_\*  
.kibana\_task\_manager\_\*

And then since we upgraded to 7.13.1 we also have:  
.kibana-event-log-7.13.1-\*  
.kibana\_7.13.1\_\*  
.kibana\_task\_manager\_7.13.1\_\*

I was wondering if I can delete old .kibana indexes showed at the top?  
These are mostly empty, but I can see that for example .kibana-event-log-7.10.2-\* are still being created. How can I stop them?

Kind regards,  
Dane

---

<div class="post-metadata">

### Author: ![matw](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/matw/32/13913_2.png) [@matw](https://discuss.elastic.co/u/matw)
#### Post date: [September 22, 2021, 6:10am UTC](https://discuss.elastic.co/t/old-kibana-indexes/284674/2 "2021-09-22T06:10:24Z")

</div>

Hi  
Could you share an example of the logs that are created in

> .kibana-event-log-7.10.2-\*

Are there logs in

> .kibana-event-log-7.13.1-\*

Are there multiple Kibana instances?

Thx!

---

<div class="post-metadata">

### Author: ![dabo](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dabo/32/95229_2.png) [@dabo](https://discuss.elastic.co/u/dabo)
#### Post date: [September 22, 2021, 4:43pm UTC](https://discuss.elastic.co/t/old-kibana-indexes/284674/3 "2021-09-22T16:43:22Z")

</div>

Hi Matt,

Yes, there are two Kibana instances.

.kibana-event-log-7.10.2-\* indexes are empty.  
And here is a document from .kibana-event-log-7.13.1-\* index:

```auto
      {
        "_index" : ".kibana-event-log-7.13.1-000001",
        "_type" : "_doc",
        "_id" : "Y5a49HkBZN82dk1ypBOP",
        "_score" : 1.0,
        "_source" : {
          "@timestamp" : "2021-06-10T07:00:10.578Z",
          "event" : {
            "provider" : "alerting",
            "action" : "execute",
            "start" : "2021-06-10T07:00:10.578Z",
            "outcome" : "success",
            "end" : "2021-06-10T07:00:11.102Z",
            "duration" : 524000000
          },
          "kibana" : {
            "saved_objects" : [
              {
                "rel" : "primary",
                "type" : "alert",
                "id" : "143a10bc-0820-4b65-bfde-ef7499106c5a"
              }
            ],
            "alerting" : {
              "status" : "ok"
            },
            "server_uuid" : "cdbcbb2c-5105-493d-9767-9a8373fd043d"
          },
          "message" : """alert executed: xpack.uptime.alerts.durationAnomaly:143a10bc-0820-4b65-bfde-ef7499106c5a: 'Anomaly detection alert "fw-mh-p-fot-01 "'""",
          "ecs" : {
            "version" : "1.8.0"
          }
        }
      },

```

Thanks for the help.

Kind regards,  
Dane

---

<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: [October 20, 2021, 4:43pm UTC](https://discuss.elastic.co/t/old-kibana-indexes/284674/4 "2021-10-20T16:43:59Z")

</div>

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