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

Support runtime fields defined in an ES mapping #75469

Closed
14 tasks
stacey-gammon opened this issue Aug 19, 2020 · 4 comments
Closed
14 tasks

Support runtime fields defined in an ES mapping #75469

stacey-gammon opened this issue Aug 19, 2020 · 4 comments
Labels

Comments

@stacey-gammon
Copy link
Contributor

stacey-gammon commented Aug 19, 2020

Runtime fields will soon be addable to an ES index mapping: elastic/elasticsearch#59332. The first phase is to ensure these fields work as expected when they are added to an index mapping. Each area in Kibana should:

  • Investigate whether the known API differences will affect their application
  • Test their assumptions
  • Document and discuss any limitations

Testing & investigation needed by teams:

Known issues:

@cjcenizal
Copy link
Contributor

cjcenizal commented Aug 19, 2020

Thanks for calling these out @stacey-gammon! We're OK on both of this items.

Runtime fields specified in a filter query when creating an index alias will cause the request to fail.

We don't have any UIs that consume this API, except for Console.

When creating an index, runtime fields specified in index sorting will cause the request to fail.

We don't have any UIs that allow the user to create an index, except for Console.

@mattkime
Copy link
Contributor

mattkime commented Aug 20, 2020

@stacey-gammon Do you know when the runtime fields will be available vis the field_caps api? I'm unable to tell if its an additional step or if its indirectly implied by other work.

update - found the answer in a google doc. field caps support will be provided along with mapping support.

@TinaHeiligers
Copy link
Contributor

@stacey-gammon The issue was missing labels. I added Meta. Should I add the teams to?
Thanks!

@stacey-gammon
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants