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

[data views] ES field type support inventory #120289

Closed
mattkime opened this issue Dec 2, 2021 · 3 comments
Closed

[data views] ES field type support inventory #120289

mattkime opened this issue Dec 2, 2021 · 3 comments
Labels
Feature:Data Views Data Views code and UI - index patterns before 8.0 impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. loe:small Small Level of Effort Team:DataDiscovery Discover App Team (Document Explorer, Saved Search, Surrounding documents, Data, DataViews)

Comments

@mattkime
Copy link
Contributor

mattkime commented Dec 2, 2021

There are a number of ES field types that aren't supported in Kibana or have incomplete support. We would like to provide full support for ALL field types. The first step is taking an inventory to determine what work needs to be done.

  • Needs support

  • Available as plugins. Should these be part of ES? Once there's kibana support?

    • murmur3 - * Creates a hash. Not sure this is useful in kibana. Worth discussion. Support as text?
    • annotated_text - * Seems it can be supported as text but shows as unsupported field type
  • Won't support

    • percolator - doc/query inversion - store queries, 'queries' contain docs
    • completion - * optimized for auto-completion cases. Unclear if it has a kibana use case but might be able to support as text
  • Supported

    • binary
    • boolean
    • keyword
      • keyword
      • constant_keyword
      • wildcard
    • numbers
      • long, double, integer, short, byte, float, half_float, scaled_float, unsigned_long
    • date / date_nanos
    • alias - works, reports as type of target field
    • object
    • range
    • ip
    • version
    • aggregate_metric_double
    • histogram
    • text
      • text
      • match_only_text
    • search_as_you_type
      • *** we may want to hide subfields
    • geo_point
    • geo_shape
    • point
    • shape
@botelastic botelastic bot added the needs-team Issues missing a team label label Dec 2, 2021
@mattkime mattkime added Feature:Data Views Data Views code and UI - index patterns before 8.0 Team:AppServicesSv labels Dec 2, 2021
@elasticmachine
Copy link
Contributor

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

@botelastic botelastic bot removed the needs-team Issues missing a team label label Dec 2, 2021
@exalate-issue-sync exalate-issue-sync bot added impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. loe:small Small Level of Effort labels Dec 13, 2021
@exalate-issue-sync exalate-issue-sync bot added impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. and removed impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. labels Dec 21, 2021
@mattkime mattkime reopened this Dec 21, 2021
@kertal kertal added bug Fixes for quality problems that affect the customer experience Team:DataDiscovery Discover App Team (Document Explorer, Saved Search, Surrounding documents, Data, DataViews) and removed bug Fixes for quality problems that affect the customer experience labels Nov 18, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)

@kertal
Copy link
Member

kertal commented May 10, 2024

Closing in favor of #180463

@kertal kertal closed this as completed May 10, 2024
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:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. loe:small Small Level of Effort Team:DataDiscovery Discover App Team (Document Explorer, Saved Search, Surrounding documents, Data, DataViews)
Projects
None yet
Development

No branches or pull requests

3 participants