티스토리 뷰
Disable shard allocation
PUT /_cluster/settings
{
"persistent": {
"cluster.routing.allocation.enable": "none"
}
}
Perform a synced flush
POST /_flush/synced
Restart
/etc/init.d/elasticsearch restart
Reenable allocation
PUT /_cluster/settings
{
"persistent": {
"cluster.routing.allocation.enable": "all"
}
}
Full cluster restart upgrade | Elasticsearch Reference [7.6] | Elastic
If you are upgrading from 6.2 or earlier and use X-Pack, run bin/elasticsearch-plugin remove x-pack to remove the X-Pack plugin before you upgrade. The X-Pack functionality is now included in the default distribution and is no longer installed separately.
www.elastic.co
'빅데이터' 카테고리의 다른 글
카프카 설치 시 가장 중요한 설정 4가지 (0) | 2020.02.23 |
---|---|
Zeppline을 활용한 httpd 엑세스 로그 분석 (0) | 2016.10.27 |
대용량 로그 분석 시스템 (0) | 2016.09.12 |
로깅을 위한 엘라스틱서치 설정(ElasticSearch for Logging) (0) | 2016.09.02 |
Apache Storm 성능 설정 (0) | 2016.08.09 |
댓글
warpmemory
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
페이지
TAG
- 외부링크
- code
- configuration
- client
- 이슈처리
- PowerShell
- engineering
- 코드
- RESTful
- deview
- Windows
- Linux
- 번역
- 명령어
- monitoring
- apache
- example
- check
- MariaDB
- Ansible
- 예제
- command
- httpd
- Python
- File
- Web
- Module
- limits
- error
- mysql
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
글 보관함