Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mattkime opened this issue Feb 22, 2021 · 2 comments · Fixed by #101164
Closed

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

mattkime opened this issue Feb 22, 2021 · 2 comments · Fixed by #101164
Assignees
Labels
Feature:Data Views Data Views code and UI - index patterns before 8.0 impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:medium Medium Level of Effort v7.13.0 v8.0.0

Comments

@mattkime
Copy link
Contributor

mattkime commented Feb 22, 2021

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}
@mattkime mattkime added Feature:Data Views Data Views code and UI - index patterns before 8.0 v8.0.0 Team:AppServices v7.13.0 labels Feb 22, 2021
@mattkime mattkime self-assigned this Feb 22, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-services (Team:AppServices)

@Dosant Dosant self-assigned this Apr 19, 2021
@exalate-issue-sync exalate-issue-sync bot added impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort loe:medium Medium Level of Effort and removed loe:small Small Level of Effort labels Apr 26, 2021
@petrklapka petrklapka added 1 and removed 1 labels May 6, 2021
@stacey-gammon
Copy link
Contributor

@Dosant - can you give more context in the issue description about what this work entails?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Data Views Data Views code and UI - index patterns before 8.0 impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:medium Medium Level of Effort v7.13.0 v8.0.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants