Khibana Dashboard

Hi, there
I was trying to configure elasticsearch and kihbana on LINUX ( ubunutu 18.04 ). After following steps given in official doc i am getting below response of khibana screen

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.

Same issue i faced on os X

Any suggestion will be helpfull

Thanks.

Which set of steps are you following?

Thanks for reply.
https://www.elastic.co/downloads

From this link i downloaded
1- Easticsearch.
2- kihbana
3- Logstash

and below video
https://www.elastic.co/webinars/getting-started-elasticsearch?baymax=rtp&storm=learn&rogue=pt-webinar-test&iesrc=ctr

What are the names of the files you have downloaded?

I tried both
MACOS/LINUX
and
DEB

That does not answer my question. What are the actual file names you downloaded?

kibana-6.4.3-linux-x86_64.tar.gz
elasticsearch-6.4.3.tar.gz

Good. That is the default distribution, which should not give you the message you quoted.

Once downloaded, did you extract them locally and then start them through the bin directory? If you can describe the steps we might be able to tell where it went wrong. Please also share a screenshot of the error in Kibana.

Sure.
Steps:
First downloaded
1- elasticsearch-6.4.3.tar.gz
Extracted the tar file and made changes in elasticsearch.yml file.
and then ./bin/elasticsearch

2- kibana-6.4.3-linux-x86_64.tar.gz
Extracted the tar file and made required changes in kibana.yml file
Executed file ./bin/kibana

Any update please

Can you show the configuration changes you made to elasticsearch.yml and kibana.yml?

Elasticsearch:
/etc/elasticsearch/elasticsearch.yml

network.host: localhost

Save and exit elasticsearch.yml
and then restarted elastic search

Kihbana:
/opt/kibana/config/kibana.yml

server.host: "localhost"

then, Save and exit.

What response do you get if you run ‘curl localhost:9200” on the host? Is there any chance you already have another Elasticsearch server running?

Sorry for late reply:
{
"name" : "Georgianna Castleberry",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "qrXBnlAxQNu24FPOQsw1Mg",
"version" : {
"number" : "2.4.6",
"build_hash" : "5376dca9f70f3abef96a77f4bb22720ace8240fd",
"build_timestamp" : "2017-07-18T12:17:44Z",
"build_snapshot" : false,
"lucene_version" : "5.5.4"
},
"tagline" : "You Know, for Search"
}

It looks like you have an old version of Elasticsearch running on that host, which is not compatible with Kibana. Either shut this down or configure the new version to use a different port. If the default port is not used, Kibana config also need to be updated.

Thanks. Let me try with updated version of Elasticsearch .

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