Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- package.json
- DSL
- framework
- CSV
- 7.7.1
- query
- grok
- venv
- elasticsearch
- ELK
- Tutorial
- windows
- PYTHON
- elastic
- node.js
- OPCUA
- Data Engineering
- Crontab
- path.data
- airflow
- logstash
- devtools
- dense_vector
- configure
- KoA
- kibana
- filebeat
- json
- ubuntu
- typescript
Archives
- Today
- Total
Gibbs Kim's playground
[ElasticStack-30] Elastic Cloud 사용자 사전 본문
Elastic Cloud에서 사전 적용을 하는 경우가 있어 관련 작업을 기록합니다.
사전 작성 (예시)
stopwords.txt
user_dictionary.txt
synonyms.txt
해당 파일들은 dictionaries 폴더 아래에 저장이 되어 있어야 합니다.
/dictionaries
|---- stopwords.txt
|---- user_dictionary.txt
|---- synonyms.txt
파일을 Cloud에 적용하려면 다음과 같은 작업을 수행합니다.
1. dictionaries.zip 파일 생성 (위 폴더를 .zip파일화)
2. Elastic Cloud 접속 (cloud.elastic.co)
3. Deployment -> Features -> Extensions 접근 후 'Create extension' 클릭
4. extension 설정 정보 작성
- 이름(Name), 설명(Description) 작성
- Type 설정 : 'A bundle containing a dictionary or script'
- 1번 파일 import (Bundle files)
Cloud UI 메인화면에서 다음을 수행하여 최종 적용하기
5. Deployment -> Edit 접근 후 'Manage plugins, extensions and settings' 클릭
6. 4번에 작성한 이름의 extensions 선택하고 Save -> Confirm
7. 자동으로 Rolling Update 수행 (수 분 소요) 후 적용 완료
'Tech 기록지 > Elastic Stack' 카테고리의 다른 글
[ElasticStack-32] Elasticsearch (On-premise) to Elasticsearch (Cloud) through Logstash (0) | 2021.03.03 |
---|---|
[ElasticStack-31] Logstash - JDBC input (0) | 2021.03.03 |
[ElasticStack-29] Elasticsearch 동의어 관리 방식 (2) | 2020.09.01 |
[ElasticStack-28] search.max_buckets, max_result_window 사이즈 증가 (0) | 2020.08.18 |
[ElasticStack-27] Elasticsearch msearch (with Python) (0) | 2020.07.23 |