原英文版地址: https://www.elastic.co/guide/en/elasticsearch/reference/7.7/rollup-api-quickref.html, 原文档版权归 www.elastic.co 所有
本地英文版地址: ../en/rollup-api-quickref.html
本地英文版地址: ../en/rollup-api-quickref.html
重要: 此版本不会发布额外的bug修复或文档更新。最新信息请参考 当前版本文档。
Rollup API quick referenceedit
This functionality is experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features.
Most rollup endpoints have the following base:
/_rollup/
/job/edit
- PUT /_rollup/job/<job_id>: Create a rollup job
- GET /_rollup/job: List rollup jobs
- GET /_rollup/job/<job_id>: Get rollup job details
- POST /_rollup/job/<job_id>/_start: Start a rollup job
- POST /_rollup/job/<job_id>/_stop: Stop a rollup job
- DELETE /_rollup/job/<job_id>: Delete a rollup job
/data/edit
- GET /_rollup/data/<index_pattern>/_rollup_caps: Get Rollup Capabilities
- GET /<index_name>/_rollup/data/: Get Rollup Index Capabilities
/<index_name>/edit
- GET /<index_name>/_rollup_search: Search rollup data