-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:Data ViewsData Views code and UI - index patterns before 8.0Data Views code and UI - index patterns before 8.0impact:lowAddressing this issue will have a low level of impact on the quality/strength of our product.Addressing this issue will have a low level of impact on the quality/strength of our product.loe:mediumMedium Level of EffortMedium Level of Effortv7.13.0v8.0.0
Description
Builds on #72360
Similar to how we have REST API for managing deprecated scripted_fields we should add similar APIs for managing runtime fields:
- Runtime Fields API
** Create a new runtime field — POST /api/index_patterns/index_pattern/{id}/runtime_field
** Read a runtime field — GET /api/index_patterns/index_pattern/{id}/runtime_field/{name}
** Update a an existing runtime field — POST /api/index_patterns/index_pattern/{id}/runtime_field/{name}
** Upsert a runtime field — PUT /api/index_patterns/index_pattern/{id}/runtime_field
** Remove a runtime field — DELETE /api/index_patterns/index_pattern/{id}/runtime_field/{name}
Metadata
Metadata
Labels
Feature:Data ViewsData Views code and UI - index patterns before 8.0Data Views code and UI - index patterns before 8.0impact:lowAddressing this issue will have a low level of impact on the quality/strength of our product.Addressing this issue will have a low level of impact on the quality/strength of our product.loe:mediumMedium Level of EffortMedium Level of Effortv7.13.0v8.0.0