[DevOps] DevOps에 대한 개인적인 생각
DevOps라고 말하면 ‘개발자가 기획, 개발, 테스트, 설치, 운영 등 이것 저것 다 하는 것’이라고 생각하는 사람들이 많은 것 같다.
DevOps라고 말하면 ‘개발자가 기획, 개발, 테스트, 설치, 운영 등 이것 저것 다 하는 것’이라고 생각하는 사람들이 많은 것 같다.
개요 Prometheus(remote write) -> Metricbeat -> Elasticsearch 구성 어느 순간부터 Elasticsearch에 document 증가폭이 매우 작아지고 Prometheus 로그에 Failed to send batch 에러 ...
설명 terms에 size를 지정하지 않으면 10개만 출력 size에 0을 지정하는 것은 지원하지 않음 [size] must be greater than 0. Found [0] in [node] ... "terms": { "field": "cluste...
개요 mappings를 수정하거나 index 이름을 변경하거나 다른 서버의 데이터를 가져와야할 경우 사용 destination elasticsearch.yml에 reindex.remote.whitelist 설정 및 재기동 필요 reindex.remote...
설명 https://github.com/prometheus-community/elasticsearch_exporter Elasticsearch 매트릭 정보들을 제공하는 Prometheus exporter