El contenido de esta página no está disponible en el idioma seleccionado. Elastic está trabajando para garantizar que el contenido esté disponible en varios idiomas.Gracias por tu paciencia mientras trabajamos.
Install X-Pack
Install X-Pack into Elasticsearch
bin/elasticsearch-plugin install x-packTo install X-Pack on a DEB/RPM installation of the Elastic Stack, see DEB/RPM installation instructions. If you are using the Windows MSI Installer package, you will have the option to install X-Pack during the plugins installation step.
Start Elasticsearch
bin/elasticsearchNote: If you are installing X-Pack on a multiple node cluster, please follow the instructions to generate certificates and configuring TLS for encrypted communication. This step is required on multi node clusters.
Generate default passwords
bin/x-pack/setup-passwords autoNote the passwords for elastic and kibana users
Install X-Pack into Kibana
bin/kibana-plugin install x-packAdd credentials to the kibana.yml file
elasticsearch.username: "kibana"elasticsearch.password: "<pwd>"<pwd> is the password for the kibana user auto generated in step 3. If you set up TLS in step 2, also add your certificates to the kibana.yml file.
Start Kibana
bin/kibanaNavigate to Kibana
Navigate to Kibana at http://localhost:5601/
Log in as the built-in elastic user with the auto-generated password from step 3
