# Can not log in kibana using super account

**URL:** https://discuss.elastic.co/t/can-not-log-in-kibana-using-super-account/307557
**Category:** Kibana
**Tags:** elastic-stack-security
**Created:** [June 18, 2022, 6:29am UTC](https://discuss.elastic.co/t/can-not-log-in-kibana-using-super-account/307557 "2022-06-18T06:29:30Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![hanifanrn](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/hanifanrn/32/100496_2.png) [@hanifanrn](https://discuss.elastic.co/u/hanifanrn)
#### Post date: [June 18, 2022, 6:29am UTC](https://discuss.elastic.co/t/can-not-log-in-kibana-using-super-account/307557/1 "2022-06-18T06:29:30Z")

</div>

I have upgrade my ELK to version 8.2 from 7.17.4  
it works well before, but after upgrade the RAM of the server, i cannot log in to kibana

 ![Screen Shot 2022-06-18 at 13.20.42](https://us1.discourse-cdn.com/elastic/original/3X/6/b/6bf3474b7193241e818f0b94ed753e251968f5d4.jpeg)

I try to reset password using:

```auto
bin/elasticsearch-reset-password -u elastic

```

but then get this:

```auto
warning: ignoring JAVA_HOME=/usr/lib/jvm/jre-openjdk; using bundled JDK
bin/elasticsearch-cli: line 7: cannot create temp file for here-document: No space left on device

```

i also try to check my account using this:

```auto
curl -k -u elastic 'http://<my_server>:<my_port>/_xpack/security/_authenticate?pretty'

```

but then i get:

```auto
{"statusCode":404,"error":"Not Found","message":"Not Found"}

```

I assume that the user on my elk is missing or cannot be authenticate, is there i can do to fix it?

---

<div class="post-metadata">

### Author: ![leandrojmp](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/leandrojmp/32/107231_2.png) [@leandrojmp](https://discuss.elastic.co/u/leandrojmp)
#### Post date: [June 18, 2022, 2:23pm UTC](https://discuss.elastic.co/t/can-not-log-in-kibana-using-super-account/307557/2 "2022-06-18T14:23:06Z")

</div>

> [@hanifanrn](#):
>
> `No space left on device`

This means that your disk is full, you need to free up some space.

---

<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 16, 2022, 2:23pm UTC](https://discuss.elastic.co/t/can-not-log-in-kibana-using-super-account/307557/3 "2022-07-16T14:23:35Z")

</div>

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