前言
單純記錄一下,
弄ECK的時候應該比較常碰到..
正文
在所有的api後面,加上
v=true 顯示標題
sort=column name 排序
- 查詢目前的es記憶體使用量
GET _cat/nodes?v=true&h=name,node*,heap*
詳細的資料
GET _nodes/stats?filter_path=nodes.*.jvm.mem.pools.old
- 顯示cluster狀態
GET _cluster/health/
- 顯示shard 明細
GET _cat/shards/filebeat*?v=true&s=index
- 顯示index明細
GET _cat/indices/filebeat*?v=true&s=index
0 意見:
張貼留言