# GET /\_cat/indices?v doesn't work after trial license expires

**URL:** https://discuss.elastic.co/t/get-cat-indices-v-doesnt-work-after-trial-license-expires/154774
**Category:** Elasticsearch
**Created:** [October 31, 2018, 8:40am UTC](https://discuss.elastic.co/t/get-cat-indices-v-doesnt-work-after-trial-license-expires/154774 "2018-10-31T08:40:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![humalog](https://avatars.discourse-cdn.com/v4/letter/h/cc9497/32.png) [@humalog](https://discuss.elastic.co/u/humalog)
#### Post date: [October 31, 2018, 8:40am UTC](https://discuss.elastic.co/t/get-cat-indices-v-doesnt-work-after-trial-license-expires/154774/1 "2018-10-31T08:40:52Z")

</div>

Hello,

i used the trial version for one moth. I am not able to show indices anymore. Is that normal? I guess before i started the trial version i was able to get indices via

```auto
GET /_cat/indices?v

```

This is the message i get

```auto
{
  "error": {
    "root_cause": [
      {
        "type": "security_exception",
        "reason": "current license is non-compliant for [security]",
        "license.expired.feature": "security"
      }
    ],
    "type": "security_exception",
    "reason": "current license is non-compliant for [security]",
    "license.expired.feature": "security"
  },
  "status": 403
}

```

I disabled xpack.security and I commended all features in the configs out.  
What can i do to get it work?

---

<div class="post-metadata">

### Author: ![humalog](https://avatars.discourse-cdn.com/v4/letter/h/cc9497/32.png) [@humalog](https://discuss.elastic.co/u/humalog)
#### Post date: [October 31, 2018, 3:01pm UTC](https://discuss.elastic.co/t/get-cat-indices-v-doesnt-work-after-trial-license-expires/154774/2 "2018-10-31T15:01:44Z")

</div>

Ok, you can just use it with license!

---

<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 28, 2018, 3:01pm UTC](https://discuss.elastic.co/t/get-cat-indices-v-doesnt-work-after-trial-license-expires/154774/3 "2018-11-28T15:01:52Z")

</div>

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