# Can not get Kibana-\>Management-\> Security section

**URL:** https://discuss.elastic.co/t/can-not-get-kibana-management-security-section/236179
**Category:** Kibana
**Tags:** elastic-stack-security
**Created:** [June 8, 2020, 1:23pm UTC](https://discuss.elastic.co/t/can-not-get-kibana-management-security-section/236179 "2020-06-08T13:23:10Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Gvantsa](https://avatars.discourse-cdn.com/v4/letter/g/858c86/32.png) [@Gvantsa](https://discuss.elastic.co/u/Gvantsa)
#### Post date: [June 8, 2020, 1:23pm UTC](https://discuss.elastic.co/t/can-not-get-kibana-management-security-section/236179/1 "2020-06-08T13:23:10Z")

</div>

I am just starting with ELK.

I have basic license on prem and elastic search and kibana versions is 7.6.1

I performed the flowing steps:

1. Enable security in elasticseach.yml --\> xpack.security.enabled: true
2. Generate the passwords via bin/elasticsearch-setup-password auto
3. Add generated kibana user /password to the kibana keystore via bin/kibana-keystore add elasticsearch.username ; bin/kibana-keystore add elasticsearch.password;
4. Now I am able to login to Kiban based on generated users/passwords but after login, with e.g. elastic user I am not able to see the Security sub-section under the Management section

Please suggest me how to proceed, in order to be able to see the Security section in Kibana

---

<div class="post-metadata">

### Author: ![Larry\_Gregory](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/larry_gregory/32/34969_2.png) [@Larry\_Gregory](https://discuss.elastic.co/u/Larry_Gregory)
#### Post date: [June 11, 2020, 4:43pm UTC](https://discuss.elastic.co/t/can-not-get-kibana-management-security-section/236179/2 "2020-06-11T16:43:12Z")

</div>

Hi @Gvantsa, welcome to the discussion boards.

I haven't seen this particular issue before. Would you be able to inspect your browser's dev tools when loading the Management screen, to see if there are any errors reflected?

If not, then we may need copies of your yml files as well as debug logs from Kibana (set `logging.verbose: true` in your kibana.yml) to diagnose further.

---

<div class="post-metadata">

### Author: ![Gvantsa](https://avatars.discourse-cdn.com/v4/letter/g/858c86/32.png) [@Gvantsa](https://discuss.elastic.co/u/Gvantsa)
#### Post date: [June 22, 2020, 3:53pm UTC](https://discuss.elastic.co/t/can-not-get-kibana-management-security-section/236179/3 "2020-06-22T15:53:04Z")

</div>

Hi @Larry_Gregory and thanks for you response!

There is no error on Dev Tools. Also I would like to mention that, I am not able to log out from kibana UI, but I have no problems to call e.g. User API form Dev Tools

So I will share kibana.yml

```auto
server.host: "0.0.0.0"
server.name: "SOF-ELK®"
kibana.defaultAppId: "dashboard/6d272a20-7319-11e8-9f32-cf7527ac183d"
elasticsearch.requestTimeout: 300000
elasticsearch.shardTimeout: 90000
xpack.security.enabled: false
xpack.telemetry.enabled: false
logging.verbose: true
logging.dest: /var/log/kibana.log

```

And Elasticsearch.yml

```auto
path.data: /var/lib/elasticsearch
path.logs: /var/log/elasticsearch
xpack.license.self_generated.type: basic
xpack.security.enabled: true
discovery.type: single-node

```

 ![elk-1](https://us1.discourse-cdn.com/elastic/original/3X/3/4/34b9f7f55645764563fceb0b7a78dcb92f4b9635.png)

---

<div class="post-metadata">

### Author: ![Gvantsa](https://avatars.discourse-cdn.com/v4/letter/g/858c86/32.png) [@Gvantsa](https://discuss.elastic.co/u/Gvantsa)
#### Post date: [June 23, 2020, 7:23am UTC](https://discuss.elastic.co/t/can-not-get-kibana-management-security-section/236179/4 "2020-06-23T07:23:32Z")

</div>

I left _xpack.security.enable: fasle_ in kibana.yml and that was a problem. Now it works

---

<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: [July 21, 2020, 7:23am UTC](https://discuss.elastic.co/t/can-not-get-kibana-management-security-section/236179/5 "2020-07-21T07:23:37Z")

</div>

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