1、下载license:https://www.elastic.co/subscriptions,重命名为license.json
2、运行——powershell——D:\newtools\elk>gc .\license.json |  Invoke-WebRequest -uri http://127.0.0.1:9200/_xpack/license?acknowledge=true -Credential elastic -Method Put -ContentType "application/json"

ELK6 X-pack插件中license过期

3、查看版本:curl -XGET -u elastic:password "http://<host>:<port>/_license"

相关文章:

  • 2021-09-29
  • 2022-12-23
  • 2021-04-03
  • 2021-06-18
  • 2022-12-23
  • 2021-07-15
  • 2021-06-30
  • 2021-04-01
猜你喜欢
  • 2021-10-13
  • 2021-12-19
  • 2018-11-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-05
相关资源
相似解决方案