본문 바로가기

배우고 있습니다31

[Elastic search] monitoring execution failed 엘라스틱, 키바나 모니터링을 허용하였을때 간헐적으로 해당 이슈가 발생했다.[2019-01-31T09:38:02,574][WARN ][o.e.x.m.MonitoringService] [yh-DataNode2] monitoring execution failedorg.elasticsearch.xpack.monitoring.exporter.ExportException: Exception when closing export bulk at org.elasticsearch.xpack.monitoring.exporter.ExportBulk$1$1.(ExportBulk.java:95) ~[?:?] at org.elasticsearch.xpack.monitoring.exporter.ExportBulk$1.onFailure.. 2019. 1. 31.
프로그래밍 공부할 때 필요한 사이트 공부하면서 많은 사이트들이 유용하다고 느꼈지만! 최고는 http://www.pythontutor.com/visualize.html#mode=display 입니다. 코드를 시각화해서 보여주고, 언어도 기본적인 언어들은 제공을 해주고 있으니,프로그래밍 언어 초급자에겐 매우 유용할 것 같습니다 2019. 1. 26.
[Elastic Search 6.5] shard를 수동으로 locate 하기 / node restart시 shard 처리 이번 포스팅은 shard을 재배치(Rellocation) 및 리라우트(reroute) 에 대해 설명하고자 합니다. 일단, 기본적으로 Node를 종료하면 그 안에있던 shard는 다른 shard로 재배치를 시작합니다. 그것을 Rellocation이라고 하며 * 단순히 재기동이나 서버 환경설정 한개 변경하기 위해서 껐다 키는건데끄니까 샤드가 바로 다른 노드로 이동한다면? 서버에 부하도 많이 가고, 의미없는 일이기 때문에 껐다 키는동안은 샤드 이동이 없었으면 합니다! node restart시 shard 처리# 재배치 중지 $ curl -XPUT 'localhost:9200/_cluster/settings?pretty=true' -d { "transient" : { "cluster.routing.allocati.. 2019. 1. 14.
[ElasticSearch 6.5] elasticsearch.yml 오류 및 설정 방법 ElasticSearch 엔진을 설정하기 위해서는 yml 설정이 필요합니다. 6.5 버전에서 설정 방법에 대해 간단하게 소개 하겠습니다. es 6.5 설치방법https://www.elastic.co/guide/en/elasticsearch/reference/current/zip-targz.html 접속한다wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.4.tar.gz 을 이용하여 받아온다 Kibana 설치wget https://artifacts.elastic.co/downloads/kibana/kibana-6.5.4-linux-x86_64.tar.gz 이슈1) 마스터 노드만 있어서 생긴 문제 org.elasticsea.. 2019. 1. 8.