elasticsearch
-
當elasticsearch硬碟滿了
不小心把dev場gRPC的debug log打開了,導致每天產生了差不多800萬條event 把本來就剩不了多少的空間直接塞爆了,碰巧prometheus跟logstash在同一個節點上 promet...
-
ElasticSearch Cluster出事了
最近一次在kibana上的跨index搜索後 elasticsearch其中一個node就不斷重啟 而每次reshard的時間也越來越長  但是 **Don't reinvent ...
-
自己動手刪改ES的索引
Elasticsearch 有一個API可以所有索引一次刪掉 ```http DELETE /_all DELETE /* ``` 這個API會把所有的index + document直接刪掉 為...