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 reference
editRollup API quick reference
editThis functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview 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 job
- GET /_rollup/job: List jobs
- GET /_rollup/job/<job_id>: Get job details
- POST /_rollup/job/<job_id>/_start: Start a job
- POST /_rollup/job/<job_id>/_stop: Stop a job
- DELETE /_rollup/job/<job_id>: Delete a 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