• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question Help with Elasticsearch Docker on Plesk Obsidian

KooTjoo

Basic Pleskian
Hi all,

I am struggling to get the Elasticsearch Docker running.

I have created an elasticsearch docker from withing plesk panel. I have setup like attached screenshot. The elasticsearch.yml looks like below:

http:
port: 9200
path:
data: /bitnami/elasticsearch/data
transport:
tcp:
port: 9300
network:
host: localhost
publish_host: 172.17.0.2
bind_host: 0.0.0.0
node:
name: 0560f7727ad2
master: true
data: true
ingest: false
discovery:
type: single-node

The container starts properly but when I go to my sites URL I get this.


name"0560f7727ad2"
cluster_name"elasticsearch"
cluster_uuid"Jbo7dI8FQKucbJbV6eJC2w"
version
number"7.8.1"
build_flavor"oss"
build_type"tar"
build_hash"b5ca9c58fb664ca8bf9e4057fc229b3396bf3a89"
build_date"2020-07-21T16:40:44.668009Z"
build_snapshotfalse
lucene_version"8.5.1"
minimum_wire_compatibility_version"6.8.0"
minimum_index_compatibility_version"6.0.0-beta1"
tagline"You Know, for Search"

I use nginx proxy I think somehow I must be doing something wrong with ports. Can anybody help me get on the way with this?

Thanks
 

Attachments

  • elasticsearch_1.png
    elasticsearch_1.png
    90.3 KB · Views: 107

Similar threads

Back
Top