반응형
250x250
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 |
Tags
- 유니티
- 설정
- unity
- Git
- error
- JavaScript
- mariadb
- AWS
- API
- logstash
- 영어
- ssh
- 구글
- Python
- Windows
- ChatGPT
- MySQL
- JS
- Linux
- build
- Kibana
- Ai
- s3
- nodejs
- MSSQL
- docker
- 엘라스틱서치
- elasticsearch
- sample
Archives
- Today
- Total
가끔 보자, 하늘.
Elasticsearch x_content_parse_exception 에러 본문
Date histogram aggregation | Elasticsearch Guide [8.11] | Elastic
Many time zones shift their clocks for daylight savings time. Buckets close to the moment when those changes happen can have slightly different sizes than you would expect from the calendar_interval or fixed_interval. For example, consider a DST start in t
www.elastic.co
결과만 간단히 공유!
ES 쿼리가 현재 버전과 다르면 x_content_parse_exception 에러가 발생할 수 있습니다.
저 같은 경우는 ES7에서 ES8로 업그레이드 할 때 발생한 에러였는데 interval 관련된 키워드 이슈였습니다.
ES7까지는 interval 하나만 있었으나 interval 이 day, week, month 라면 calendar_interval로 설정해야 하며, 2d, 1w 등과 같은 간격을 설정했다면 fixed_interval로 설정해야 합니다.
아마 쿼리 최적화 때문에 설정되지 않았나 생각되는데.. 굳이 ...
끝!
반응형
'개발 이야기 > DB, 데이터분석, AI' 카테고리의 다른 글
Elasticsearch 에서 특정 날짜 데이터 재구축이 필요할 때 (32) | 2023.12.27 |
---|---|
MySQL/MariaDB에 TLS 적용하기 (1) | 2023.12.08 |
MariaDB TDE 적용 (1) | 2023.11.30 |
Ubuntu에 Mariadb 11 설치하기 - C&P (0) | 2023.10.10 |
Apache Superset 을 Windows에 설치하기(feat. Elasticsearch driver) (0) | 2023.09.26 |