일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- TensorFlow
- sort
- analyzer test
- Test
- license delete
- API
- flask
- 차트
- token filter test
- query
- Kafka
- licence delete curl
- aggs
- 900gle
- docker
- plugin
- Mac
- License
- springboot
- Python
- Java
- zip 파일 암호화
- aggregation
- 파이썬
- MySQL
- Elasticsearch
- zip 암호화
- high level client
- ELASTIC
- matplotlib
Archives
- Today
- Total
개발잡부
[es] Aggregations 본문
반응형
- Metrics Aggregations
- min - 최소
- max - 최대
- sum - 합
- avg - 평균
- stats - 위 4개 한번에
- cardinality - text 사용불가, keyword, ip 필드에 사용
- percentiles - 백분위 값
- percentiles_ranks - 입력값의 백분위
- Bucket Aggregations
- range
- histogram
- date_range
- date_histogram
- terms
- sub-aggregation
- 하위버킷이 깊어지면 메모리사용량 급증
- Pipeline Aggregations
반응형
'ElasticStack > Elasticsearch' 카테고리의 다른 글
[es] aggregation test 1 (0) | 2022.07.16 |
---|---|
[es] Array Aggregations (0) | 2022.07.15 |
[es] bucket aggregations (0) | 2022.07.14 |
[es] aggregations script (0) | 2022.07.14 |
[es] sort - payload sort 2 (0) | 2022.07.03 |
Comments