In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/03 Report--
Official documents:
https://www.elastic.co/guide/en/x-pack/5.0/installing-xpack.html
Run the following command on each node in the cluster
bin/elasticsearch-plugin install x-pack Confirm that x-pack is granted additional permissions
Modify elasticsearch configuration elasticsearch.yml to allow x-pack to automatically create indexes:
action.auto_create_index: .security,.monitoring,.watches,.triggered_watches,.watcher-history Launch elasticsearch Install x-pack on kibana
bin/kibana-plugin install x-pack Start kibanax-pack Default user and password: elastic/changeme Uninstall:
bin/elasticsearch-plugin remove x-pack
bin/kibana-plugin remove x-pack Add configuration on elasticsearch.yml and kibana.yml
#x-pack
xpack.security.enabled: true
xpack.monitoring.enabled: true
xpack.graph.enabled: true
xpack.watcher.enabled: true (configured only on elasticsearch.yml)
xpack.reporting.enabled: true (configured only on kibana.yml) Modify x-pack password
curl -XPUT -u elastic 'localhost:9200/_xpack/security/user/elastic/_password' -d '{
"password" : "test123"
}'
After confirmation, enter the original password to modify successfully
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.