Pages - Menu

2022年3月1日 星期二

[ECK] Dev Tools, api筆記

前言

單純記錄一下,
弄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

ref.Fix common cluster issues

  • 顯示cluster狀態
GET _cluster/health/
  • 顯示shard 明細
GET _cat/shards/filebeat*?v=true&s=index
  • 顯示index明細
GET _cat/indices/filebeat*?v=true&s=index

沒有留言:

張貼留言