Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 273 Bytes

elasticsearch.md

File metadata and controls

12 lines (10 loc) · 273 Bytes

基础知识

任务场景

如何对ES6进行监控?

  • 最简单的方式建议直接用chrome的插件elasticvue
  • 也可以用cerebro:
docker run -d -p 9000:9000 --name cerebro yannart/cerebro:latest
open http://127.0.0.1:9000/

常见问题