본문 바로가기

ELK Stack5

[Elasticsearch] 엘라스틱서치 메모리(2) - 왜 전체 시스템 메모리의 50%를 남겨두어야 하는가? 안녕하세요~ 잭피입니다! 오늘은 Elasticsearch를 실행시킬 때, 전체 메모리의 50%를 남겨두어야 하는 이유를 알아보겠습니다 엘라스틱서치 공식문서 먼저 엘라스틱서치 공식문서를 살펴볼까요? 공식문서에선 엘라스틱서치를 실행시킬 때, 보통 전체 메모리의 50%보다 낮게 설정하라고 가이드하고 있습니다 https://www.elastic.co/guide/en/elasticsearch/reference/7.17/advanced-configuration.html Advanced configuration | Elasticsearch Guide [7.17] | Elastic When running in a container, such as Docker, total memory is defined as the a.. 2022. 12. 26.
[Elasticsearch] 엘라스틱서치 메모리(1) - 왜 32GB보다 낮게 설정해야하는가? (Compressed OOP) 안녕하세요~ 잭피입니다! 오늘은 Elasticsearch jvm memory 및 Compressed OOP와 관련된 내용을 포스팅하려고 합니다! 엘라스틱서치 공식문서 먼저 공식문서에서 가이드하고 있는 정보를 확인해보겠습니다. https://www.elastic.co/guide/en/elasticsearch/reference/7.17/advanced-configuration.html Advanced configuration | Elasticsearch Guide [7.17] | Elastic When running in a container, such as Docker, total memory is defined as the amount of memory visible to the container, no.. 2022. 12. 23.
[Elasticsearch] Search Template (서치템플릿) 안녕하세요~ 잭코딩입니다! 오늘은 실무에서 잘 활용하고 있는 Elasticsearch - Search Template 기능을 포스팅해보려고 합니다 https://www.elastic.co/guide/en/elasticsearch/reference/current/search-template.html Search templates | Elasticsearch Guide [7.15] | Elastic A search template is a stored search you can run with different variables. If you use Elasticsearch as a search backend, you can pass user input from a search bar as parameter.. 2021. 11. 5.
[Elasticsearch] Reindex - (1:1, N:1, Remote Reindex) 안녕하세요~ 잭코딩입니다! 오늘은 Elasticsearch의 Reindex 기능을 포스팅해보려고 합니다 https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-reindex.html Reindex API | Elasticsearch Guide [7.15] | Elastic Deprecated in 7.6. Sort in reindex is deprecated. Sorting in reindex was never guaranteed to index documents in order and prevents further development of reindex such as resilience and performance improvemen.. 2021. 11. 2.
[Elasticsearch] Index Template (인덱스템플릿) 안녕하세요~ 잭코딩입니다! 오늘은 실무에서 잘 활용하고 있는 Elasticsearch - Index Template 기능을 포스팅해보려고 합니다 https://www.elastic.co/guide/en/elasticsearch/reference/current/index-templates.html Index templates | Elasticsearch Guide [7.15] | Elastic This topic describes the composable index templates introduced in Elasticsearch 7.8. For information about how index templates worked previously, see the legacy template documen.. 2021. 11. 2.