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

Project: Runtime Fields #74716

Closed
stacey-gammon opened this issue Aug 10, 2020 · 1 comment
Closed

Project: Runtime Fields #74716

stacey-gammon opened this issue Aug 10, 2020 · 1 comment
Labels
impact:critical This issue should be addressed immediately due to a critical level of impact on the product. Meta Project:RuntimeFields

Comments

@stacey-gammon
Copy link
Contributor

stacey-gammon commented Aug 10, 2020

What are Runtime fields?

Runtime fields are a new kind of field coming soon to Elasticsearch. They will support searching and aggregating on non-indexed data, or data extracted or combined with data from other fields. It's very similar to what Kibana's scripted fields does, but at the Elasticsearch layer.

In the first ES phase, users will be able to add runtime fields to an ES index mapping. Later phases aim to support specifying runtime fields in the query.

What does support in Kibana look like?

There are three levels of support:

  1. GA level support for runtime fields defined in an ES index mappings (Support runtime fields defined in an ES mapping #75469)

  2. Runtime fields scoped to an Index Pattern. (Add support for runtime fields defined on the index pattern. #74723)

  3. Runtime fields scoped to an Object.

(2) and (3) can be implemented in parallel, though they should be designed to work together.

Related:

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@stacey-gammon stacey-gammon changed the title Add support for runtime fields Project: Runtime Fields Sep 15, 2020
@stacey-gammon stacey-gammon added the impact:critical This issue should be addressed immediately due to a critical level of impact on the product. label Sep 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact:critical This issue should be addressed immediately due to a critical level of impact on the product. Meta Project:RuntimeFields
Projects
None yet
Development

No branches or pull requests

2 participants