• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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: 110
Back
Top