-
Notifications
You must be signed in to change notification settings - Fork 43
Parent Pipeline Agg
Gee edited this page Nov 12, 2017
·
4 revisions
- 기본적으로 이미 (parent) aggregation된 결과물에 대해 aggregate 수행
- 실제로 어떤 과정으로 계산이 이루어지는지는 여기를 참고해주세요
- Parent Pipeline Agg를 사용하려면 parent로 date_histogram 또는 histogram을 사용해야 한다.
- 연속된 bucket 간 연산을 하는 aggregation이므로 그렇지 않을 경우 에러 발생한다.
- 역할 : (Date) Histogram에서 연속된 두 bucket의 aggregated된 값 차감 (현재 값 - 이전 값)
- 주요 옵션
- Metric
- Aggregation : 적용할 Agg 종류 선택
- Field : Agg 적용할 Field 선택
- Metric
- 역할 : (Date) Histogram에서 bucket의 aggregate된 값의 누적합 반환
- 주요 옵션
- Metric
- Aggregation : 적용할 Agg 종류 선택
- Field : Agg 적용할 Field 선택
- Metric
- 역할 : (Date) Histogram에서 bucket의 aggregate된 값들의 이동평균 반환
- 주요 옵션
- Metric
- Aggregation : 적용할 Agg 종류 선택
- Field : Agg 적용할 Field 선택
- Metric
- 역할 : (Date) Histogram에서 현재 bucket의 aggregate된 값과 이전 {n}번째 bucket의 aggregate된 값의 차이 (현재 - 이전)
- 주요 옵션
- Metric
- Aggregation : 적용할 Agg 종류 선택
- Field : Agg 적용할 Field 선택
- Metric