Two ElasticSeacrch in one machine

Hi,

Im tryning to set up two ElasticSearch + Kibana in the same machine to use different version (and different data for purpose tests).

I've changed the port of ElasticSearch and Kibana, and the elasticsearch.url in Kibana config but when starting the ElasticSearch I see that this new ElasticSearch (port

image

In ElasticSearch YML
http.port: 9222

In Kibana YML
# Kibana is served by a back end server. This setting specifies the port to use.
server.port: 5602
server.host: "172.xx.xxx.235"

# The URL of the Elasticsearch instance to use for all your queries.
elasticsearch.url: "http://localhost:9222"

Please don't post images of text as they are hardly readable and not searchable.

Instead paste the text and format it with </> icon. Check the preview window.

Use the same version of the stack.

It's possible to use Kibana 5.6.4, ElasticSearch 6.1.2 and Filebeat 6.1.2 or Kibana&ElasticSearch 5.6.4 and Filebeat 6.1.2

We want to use the same version of the stack, but Kibana 6 is only 64 bits, and ALL the computers of out company are 32 bits because cibersecurity reasons and in five years it must be renewed but now... we can't!

It's possible to use Kibana 5.6.4, Elasticsearch 6.1.2

No.

Ok..

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