# Kibana 7.9 - loops back to default space selection

**URL:** https://discuss.elastic.co/t/kibana-7-9-loops-back-to-default-space-selection/246996
**Category:** Kibana
**Created:** [August 31, 2020, 6:02pm UTC](https://discuss.elastic.co/t/kibana-7-9-loops-back-to-default-space-selection/246996 "2020-08-31T18:02:50Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Avinash\_D\_Silva](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/avinash_d_silva/32/45312_2.png) [@Avinash\_D\_Silva](https://discuss.elastic.co/u/Avinash_D_Silva)
#### Post date: [August 31, 2020, 6:02pm UTC](https://discuss.elastic.co/t/kibana-7-9-loops-back-to-default-space-selection/246996/1 "2020-08-31T18:02:50Z")

</div>

I have installed elasticsearch by extracting the latest 7.9 version tar.gz method, I feel this is by the simplest method out there

then install kibana using `yum install`, both are version 7.9

this is the issue: [https://youtu.be/tFYZz6BB3PQ](https://youtu.be/tFYZz6BB3PQ)

the only thing I found in the kibana log that looked anything odd was this,

```auto
{"type":"response","@timestamp":"2020-08-31T17:40:14Z","tags":[],"pid":18750,"method":"post","statusCode":403,"req":{"url":"/api/saved_objects/_bulk_get","method":"post","headers":{"host":"xxx.zzz:5601","connection":"keep-alive","content-length":"39","pragma":"no-cache","cache-control":"no-cache","kbn-version":"7.9.0","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36","content-type":"application/json","accept":"*/*","origin":"http://xxx.zzz:5601","referer":"http://xxx.zzz:5601/spaces/space_selector","accept-encoding":"gzip, deflate","accept-language":"en-GB,en-US;q=0.9,en;q=0.8"},"remoteAddress":"10.91.120.28","userAgent":"10.91.120.28","referer":"http://xxx.zzz:5601/spaces/space_selector"},"res":{"statusCode":403,"responseTime":65,"contentLength":9},"message":"POST /api/saved_objects/_bulk_get 403 65ms - 9.0B"}

```

the ES logs when the above goes on:

> **[\[2020-08-31T17:57:07,251\]\[DEBUG\]\[o.e.i.r.TransportUpdateByQueryAction\] \[node1\]...](https://pastebin.com/VU3j8fzU)**
>
> Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.

I did try removing kibana\_1 and kibana\_2 indexes manually  
restarted kibana  
removed and re-installed kibana but I still get the same result.

OS: Centos-8.1

---

<div class="post-metadata">

### Author: ![jportner](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jportner/32/75692_2.png) [@jportner](https://discuss.elastic.co/u/jportner)
#### Post date: [September 4, 2020, 6:05pm UTC](https://discuss.elastic.co/t/kibana-7-9-loops-back-to-default-space-selection/246996/2 "2020-09-04T18:05:38Z")

</div>

Interesting. Thanks for the detailed information with the video and logs.

Can you run this command against your Elasticsearch cluster and post the output here?

```auto
curl "http://localhost:9200/_security/privilege?pretty=true" -u elastic:password

```

Edit: make sure to run the command _after_ starting Kibana.

Best,  
-Joe

---

<div class="post-metadata">

### Author: ![AmyHipp](https://avatars.discourse-cdn.com/v4/letter/a/f04885/32.png) [@AmyHipp](https://discuss.elastic.co/u/AmyHipp)
#### Post date: [September 8, 2020, 10:11am UTC](https://discuss.elastic.co/t/kibana-7-9-loops-back-to-default-space-selection/246996/3 "2020-09-08T10:11:58Z")

</div>

I have the same problem, with the same log entry.

I'm using the deb packages from your APT repository on Debian 10.

Here is the output of the requested command (Kibana had been running for a few minutes when I ran the command): [https://pastebin.com/i4m9FwRu](https://pastebin.com/i4m9FwRu) (output is too large for inline embedding).

---

<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: [September 8, 2020, 2:03pm UTC](https://discuss.elastic.co/t/kibana-7-9-loops-back-to-default-space-selection/246996/4 "2020-09-08T14:03:14Z")

</div>

Hey @Avinash_D_Silva & @AmyHipp:

Sorry you're experiencing trouble getting up and running here. Would it be possible to capture and post verbose kibana logs that show this happening? That would help me diagnose this further. I'd also be interested in getting copies of your `kibana.yml` and `elasticsearch.yml` files, but please redact any sensitive information, such as passwords.

To enable verbose logging, make the following changes your `kibana.yml`, and then restart Kibana:

```auto
# kibana.yml
logging.verbose: true
logging.quiet: false

```

---

<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 6, 2020, 2:03pm UTC](https://discuss.elastic.co/t/kibana-7-9-loops-back-to-default-space-selection/246996/5 "2020-10-06T14:03:28Z")

</div>

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