1.下载elasticserch的window和kibana的安装包

2.解压 进入elasticseach的bin目录下elasticsearch.bat  启动页面localhost:9200

3.解压 进入kibana的bin目录下kibana.bat  启动页面localhost:5601

4.简单的操作在dev tools上面

GET _cat/healthy?v   检查集群状态

GET _cat/indices?v 查看集群中有哪些索引

PUT _index_test?pretty 创建索引

DElete /test_index?pretty 删除索引

 

相关文章:

  • 2021-05-24
  • 2021-12-13
  • 2021-05-13
  • 2021-11-21
  • 2021-10-29
  • 2022-12-23
猜你喜欢
  • 2021-10-23
  • 2022-12-23
  • 2021-11-25
  • 2021-05-18
  • 2021-12-02
  • 2022-01-12
相关资源
相似解决方案