Add the Enterprise Search host URL to the Kibana configuration
In the config/kibana.yml file, set enterpriseSearch.host to the URL of the Enterprise Search instance. For example:
I installed Elasticsearchedit and kibana and accessed the enterprise search prompt settings of the kibana panel, but I didn't seem to find the service port at all. Is there something wrong with my settings?
Typically, “localhost” in docker is only available inside that container, but not outside the container. You’d need to expose a host through the host gateway. Depending on your docker implementation, there may be a default. For example, on Mac’s Docker Desktop, you can use “host.docker.internal” to reference the host that the container is running on.
Do I need to delete the regular version and redeploy the enterprise version of es?
Because of Kibana8.9.2, I didn’t find a way to use the regular version directly.It worked before. But reinstalled. I lost past steps.
Do I need to deploy an integration to switch it from the Enterprise Edition to the Standard Edition? It seems to me that the regular version does not have 3002?
==
Or is it that Kibana can only be adapted to enterprise version search, and ordinary ones cannot be adapted?
I think there's some confusion here about the different products you're working with.
Elasticsearch (docker instructions) is a storage backend. It is its own service. Its commonly used port is 9200.
Elastic Enterprise Search (docker instructions) is built on top of Elasticsearch, and is the service that provides Elastic App Search. It exposes port 3002. In order to use Elastic Enterprise Search, it must be able to connect to a running instance of Elasticsearch.
Elasticsearch has several license levels - Basic (free), Gold, Platinum, and Enterprise. Confusingly, Enterprise Elasticsearch (license) is totally unrelated to Elastic Enterprise Search, despite the similarity in naming. Sorry about that .
All the docker guides provide examples, but are just that - examples. While they might showcase different configurations or approaches, they should all be using the same "versions" of these products.
Thanks. When I was using 8.9.2 Mulan, the search inside was enterprise search. I don't know how to change it to a normal search. Currently 10.1, the search is displayed directly after installation.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.