kibana We couldn't activate monitoring

調節一下監控狀態查詢的時間範圍,有時候,剛啓動監控,數據沒有生成。把」last 1 hour「改爲 具體有數據的時間spa

 

用以下語句查看,監控日誌在不斷生成。重啓kibana後正常有監控畫面了。日誌

GET /.monitoring-es-6-*/_search
{
  "size": 0,
  "query": {
    "term": {
      "type": "cluster_stats"
    }
  },
  "aggs": {
    "group_by_day": {
      "date_histogram": {
        "field": "timestamp",
        "interval": "hour"
      }
    }
  }
}

 

相關文章
相關標籤/搜索