Woes with first-time Kibana use

Hi,

Today is my first time logging in to Kibana. Upon seeing the Dashboard for the first time, I'm met with these numerous errors.

</

plugin:kibana@6.3.1 Ready
plugin:elasticsearch@6.3.1 Authentication Exception
plugin:xpack_main@6.3.1 [security_exception] missing authentication token for REST request [/_xpack], with { header={ WWW-Authenticate="Basic realm="security" charset="UTF-8"" } }
plugin:searchprofiler@6.3.1 [security_exception] missing authentication token for REST request [/_xpack], with { header={ WWW-Authenticate="Basic realm="security" charset="UTF-8"" } }
plugin:ml@6.3.1 [security_exception] missing authentication token for REST request [/_xpack], with { header={ WWW-Authenticate="Basic realm="security" charset="UTF-8"" } }
plugin:tilemap@6.3.1 [security_exception] missing authentication token for REST request [/_xpack], with { header={ WWW-Authenticate="Basic realm="security" charset="UTF-8"" } }
plugin:watcher@6.3.1 [security_exception] missing authentication token for REST request [/_xpack], with { header={ WWW-Authenticate="Basic realm="security" charset="UTF-8"" } }
plugin:license_management@6.3.1 Ready
plugin:index_management@6.3.1 [security_exception] missing authentication token for REST request [/_xpack], with { header={ WWW-Authenticate="Basic realm="security" charset="UTF-8"" } }
plugin:timelion@6.3.1 Ready
plugin:graph@6.3.1 [security_exception] missing authentication token for REST request [/_xpack], with { header={ WWW-Authenticate="Basic realm="security" charset="UTF-8"" } }
plugin:monitoring@6.3.1 Ready
plugin:grokdebugger@6.3.1 [security_exception] missing authentication token for REST request [/_xpack], with { header={ WWW-Authenticate="Basic realm="security" charset="UTF-8"" } }
plugin:dashboard_mode@6.3.1 Ready
plugin:logstash@6.3.1 [security_exception] missing authentication token for REST request [/_xpack], with { header={ WWW-Authenticate="Basic realm="security" charset="UTF-8"" } }
plugin:apm@6.3.1 Ready
plugin:console@6.3.1 Ready
plugin:console_extensions@6.3.1 Ready
plugin:metrics@6.3.1 Ready
plugin:reporting@6.3.1 [security_exception] missing authentication token for REST request [/_xpack], with { header={ WWW-Authenticate="Basic realm="security" charset="UTF-8"" } }

/>

It would appear this has something to do with X-pack. I know it has been well over 30 days since we installed Elastic Stack, so I'm sure the X-pack trial license is expired.

All I want to do is be able to run searches and visualize inside Kibana. According to this page: https://www.elastic.co/subscriptions I should be able to do that with either of the two Free tiers (Open Source and Basic).

What do I need to do to remedy these error messages so I can use Kibana for it's most basic functions?

Thanks.

Hi @nola111,

Yes, you can run just open source or with basic license.

You can find the OSS-versions on the downloads pages. E.g https://www.elastic.co/downloads/kibana-oss and https://www.elastic.co/downloads/elasticsearch-oss.

You could also remove the trial license, and restart the cluster. It will start up with the basic license.

could you install the basc license? You could also just run Kibana without the OSS

1 Like

Hi Thomas,

Thank you very much for you reply!

Might you be able to guide me on the removal of the trial license, or point me to documentation? The installation is on a Linux machine, with which I don't have much experience.

Thanks again!

@thomasneirynck - hi just wondering if you can point me to instructions for removal of the trial license?

Many thanks.

hi @nola111,

see here for info to delete a license from ES

https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-license.html

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