Versions: OSS 2.8.0, Debian 10
Describe the issue:
Hello!
I’m using the guide Cluster health.
If I try the example command
GET _cluster/health
I’ll get:
Can't connect to _cluster:80 (Name or service not known)
Name or service not known at /usr/share/perl5/LWP/Protocol/http.pm line 50
And I have the same issue for other GET
commands.
The port 80 was opened on UFW.
Maybe I ought to install additional PERL packages? Or use the curl
command?
Is it possible to use a cluster name instead of _cluster
Configuration:
cluster.name: the-os-cluster
path.data: /the-os-data
path.logs: /var/log/opensearch
node.name: os-cluster.local
transport.bind_host: [_site_]
transport.compress: true
http.bind_host: [_local_]
http.port: 9201
http.compression: true
http.compression_level: 1
plugins.security.disabled: true
bootstrap.memory_lock: true
node.roles: ["cluster_manager", "data", "ingest"]
discovery.type: single-node
prometheus.metric_name.prefix: "opensearch_"
Relevant Logs or Screenshots: