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

[ES|QL] [Discover] Distinction betweem Available and empty fields #174587

Closed
stratoula opened this issue Jan 10, 2024 · 2 comments · Fixed by #174585
Closed

[ES|QL] [Discover] Distinction betweem Available and empty fields #174587

stratoula opened this issue Jan 10, 2024 · 2 comments · Fixed by #174585
Assignees
Labels
enhancement New value added to drive a business result Feature:Discover Discover Application Feature:ES|QL ES|QL related features in Kibana impact:high Addressing this issue will have a high level of impact on the quality/strength of our product. Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.

Comments

@stratoula
Copy link
Contributor

Describe the feature:

In ECS there is a high possibility to have thousands of fields with no value and a very small portion of them to be useful. We would like to distinguish these fields in the UI.

To accomplish so we need this information from ES. This PR introduces a query parameter drop_null_columns elastic/elasticsearch#102428 which returns the null columns in a separate property.

I have already a PoC ready #174585 to test the new api. It works just fine.

@stratoula stratoula added Feature:Discover Discover Application enhancement New value added to drive a business result impact:high Addressing this issue will have a high level of impact on the quality/strength of our product. Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. Feature:ES|QL ES|QL related features in Kibana labels Jan 10, 2024
@elasticmachine
Copy link
Contributor

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

@ninoslavmiskovic
Copy link
Contributor

👏🏻 Nice !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Discover Discover Application Feature:ES|QL ES|QL related features in Kibana impact:high Addressing this issue will have a high level of impact on the quality/strength of our product. Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants