-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Support flattened field type from Elasticsearch #25820
Copy link
Copy link
Open
Labels
Feature:Data ViewsData Views code and UI - index patterns before 8.0Data Views code and UI - index patterns before 8.0Feature:New Field TypeAdd support for an Elasticsearch field type in KibanaAdd support for an Elasticsearch field type in KibanaNeededFor:ObservabilityIssues the Observability team has dependencies on.Issues the Observability team has dependencies on.Team:DataDiscoveryDiscover, search (data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. t//Discover, search (data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. t//Team:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:highAddressing this issue will have a high level of impact on the quality/strength of our product.Addressing this issue will have a high level of impact on the quality/strength of our product.loe:needs-researchThis issue requires some research before it can be worked on or estimatedThis issue requires some research before it can be worked on or estimated
Description
Metadata
Metadata
Assignees
Labels
Feature:Data ViewsData Views code and UI - index patterns before 8.0Data Views code and UI - index patterns before 8.0Feature:New Field TypeAdd support for an Elasticsearch field type in KibanaAdd support for an Elasticsearch field type in KibanaNeededFor:ObservabilityIssues the Observability team has dependencies on.Issues the Observability team has dependencies on.Team:DataDiscoveryDiscover, search (data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. t//Discover, search (data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. t//Team:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:highAddressing this issue will have a high level of impact on the quality/strength of our product.Addressing this issue will have a high level of impact on the quality/strength of our product.loe:needs-researchThis issue requires some research before it can be worked on or estimatedThis issue requires some research before it can be worked on or estimated
A new object field type is coming to ES. I played around with the feature branch a bit today and collected some thoughts and findings. From what I've seen so far, there are some small updates to Kibana we'll definitely want to make and some things we should discuss.
JSONtype to kibana (or whatever name the ES lands on for this field type). Currently it shows up in the index pattern asunknown.I only spent about an hour with it so there may be more things I'm missing, would definitely be good to get more eyes on it.
Feature branch here if anyone else wants to check it out: https://github.com/elastic/elasticsearch/tree/object-fields