Skip to content

Index patterns - REST api for runtime field CRUD operations #92126

@mattkime

Description

@mattkime

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.0impact:lowAddressing this issue will have a low level of impact on the quality/strength of our product.loe:mediumMedium Level of Effortv7.13.0v8.0.0

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions