Hello.
I'm trying to get Elasticsearch v.8 to work but I'm getting the error:
My elasticsearch.yml:
Read more
Читать далее...
I'm trying to get Elasticsearch v.8 to work but I'm getting the error:
[root@hst /usr/share/elasticsearch]$ bin/elasticsearch-cli
Exception in thread "main" java.lang.AssertionError: CliToolProvider [cli] not found, available names are [node, shard]
at org.elasticsearch.cli.CliToolProvider.load(CliToolProvider.java:69)
at org.elasticsearch.launcher.CliToolLauncher.main(CliToolLauncher.java:60)
Click to expand...
My elasticsearch.yml:
cluster.name: node-1
node.name: node-1...
Click to expand...
Read more
Читать далее...