Installation and first start

Hi all,
I try to install and configure ELK Stack for the first time. The installation was made with the official site instruction on OpenSuse OS, but probably somethig goes wrong.

When I try to start my Kibana istance I receive this error :slight_smile:

tibadm@dcppal00u:/usr/share/kibana/bin> ll
total 12
-rwxr-xr-x 1 tibadm tibco 632 Aug 18 01:55 kibana
-rwxr-xr-x 1 tibadm tibco 588 Aug 18 01:55 kibana-keystore
-rwxr-xr-x 1 tibadm tibco 639 Aug 18 01:55 kibana-plugin
tibadm@dcppal00u:/usr/share/kibana/bin> ./kibana
module.js:549
throw err;
^

Error: Cannot find module '/usr/share/kibana/src/cli'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Function.Module.runMain (module.js:693:10)
at startup (bootstrap_node.js:191:16)
at bootstrap_node.js:612:3
tibadm@dcppal00u:/usr/share/kibana/bin>

Could you help me understand what I wrong?
Tnks in advance
Best regards

Can you check to see if /usr/share/kibana/src/cli exists and is not empty? It's possible that your unzip didn't complete before further operations.

Hi Jen, tnks for you answer.

I chek and probably you right...because there are some folder inside but no file...

tibadm@dcppal00u:/usr/share/kibana/src/cli> ll
total 0
drwxr-xr-x 4 tibadm tibco 51 Aug 29 15:38 serve
tibadm@dcppal00u:/usr/share/kibana/src/cli> cd serve
tibadm@dcppal00u:/usr/share/kibana/src/cli/serve> ll
total 0
drwxr-xr-x 2 tibadm tibco 6 Aug 29 15:38 fixtures
drwxr-xr-x 3 tibadm tibco 26 Aug 29 15:38 integration_tests
tibadm@dcppal00u:/usr/share/kibana/src/cli/serve> cd fixtures
tibadm@dcppal00u:/usr/share/kibana/src/cli/serve/fixtures> ll
total 0
tibadm@dcppal00u:/usr/share/kibana/src/cli/serve/fixtures> cd ..
tibadm@dcppal00u:/usr/share/kibana/src/cli/serve> cd integration_tests
tibadm@dcppal00u:/usr/share/kibana/src/cli/serve/integration_tests> ll
total 0
drwxr-xr-x 3 tibadm tibco 35 Aug 29 15:38 fixtures
tibadm@dcppal00u:/usr/share/kibana/src/cli/serve/integration_tests> cd fixtures
tibadm@dcppal00u:/usr/share/kibana/src/cli/serve/integration_tests/fixtures> ll
total 0
drwxr-xr-x 2 tibadm tibco 6 Aug 29 15:38 reload_logging_config
tibadm@dcppal00u:/usr/share/kibana/src/cli/serve/integration_tests/fixtures> cd reload_logging_config
tibadm@dcppal00u:/usr/share/kibana/src/cli/serve/integration_tests/fixtures/reload_logging_config> ll
total 0
tibadm@dcppal00u:/usr/share/kibana/src/cli/serve/integration_tests/fixtures/reload_logging_config>

I will try to unzip againg the package

Now it starts!! Tnks!

Hi, could yu explain me what mean this message? I receive it when I try to connect to http://myhost:5601

It appears you're running the oss-only distribution of Elasticsearch.

To use the full set of free features in this distribution of Kibana, please update Elasticsearch to the default distribution.

Thanks

Yes, the default distribution is governed by the Elastic License, and includes many free features . It can be found here : (https://www.elastic.co/subscriptions). Give it a try .

Cheers
Rashmi

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