原文地址: https://www.elastic.co/guide/en/elasticsearch/reference/7.7/rollup-api-quickref.html, 原文档版权归 www.elastic.co 所有
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
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