Elastic Stack--x-pack Installation __elasticsearch

Source: Internet
Author: User
Tags kibana
X-pack is an extension of the elastic stack that will include security, alerting, monitoring, reporting, and graphics features in an easy to install package. Before Elasticsearch 5.0.0, you must install separate Shield,watcher and Marvel Plug-ins to get all the features in the X-pack X-pack installation steps are as follows: 1. Install X-pack in ES5.0Bin/elasticsearch-plugin Install X-pack Note that the ES server needs to be shut down and installation fails if it is already started. After the installation is successful, you can start the ES server

You can see that you see a plug-in with additional permission requirements during installation: Confirm that you want to grant X-pack additional permissions. X-pack requires these permissions to set the threat context loader during the installation process so that watcher can send e-mail notifications. The above is successfully installed in the ES5.0 X-pack 2. Installation of x-pack in kibana5.0Bin/kibana-plugin Install X-pack
The installation process is a bit long, slowly waiting for successful installation of the X-pack to Kibana if you do not need the plugin, you can delete it in a very simple way: Bin/elasticsearch-plugin remove X-pack reboot Elasticsearc H bin/kibana-plugin remove X-pack reboot Kibana after installation, you will find that ES and Kibana access are limited, then the default user name and password is how much elasticsearch: User name: Elasti C Password: changeme login to Kibana will find elastic is one of the highest level of user, with all permissions, the role is Superuser. Of course here we can also add custom users and assign roles to them, and different roles correspond to different functions.


Not only can we manage users through the Kibana visual interface, we can also manage users via the ES reset Password API. Put _xpack/security/user/elastic/_password {"Password": "ELASTICPW"} put _xpack/security/user/kibana/_password {" Password ": KIBANAPW"} After modifying the Kibana password, you also need to modify the KIBANA.YML configuration file ELASTICSEARCH.PASSWORD:KIBANAPW

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.