elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.62k stars 8.22k forks source link

[Lens] Use ECS schema information in field browser and suggestions #55898

Closed wylieconlon closed 3 months ago

wylieconlon commented 4 years ago

ECS schemas indicate which fields are related, and contain example data, descriptions, and more. We can use this to display helpful information in the field browser. Suggestions could also be generated using related fields or common analysis techniques that we know about.

https://github.com/elastic/ecs/blob/master/generated/ecs/ecs_flat.yml

elasticmachine commented 4 years ago

Pinging @elastic/kibana-app (Team:KibanaApp)

ghudgins commented 3 years ago

need to list some possible applications of ECS schema in this issue to move forward

ruflin commented 1 year ago

This issue here is related: https://github.com/elastic/kibana/issues/169256 We can not only list ECS info, but also info from integrations, otel, GenAI to provide even more info and assist users. For metrics, this could even support Lens to pick what are the aggs that are recommended for a specific field.

elasticmachine commented 9 months ago

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

stratoula commented 9 months ago

@elastic/kibana-data-discovery adding you also here as you are currently discussing this with the Obs team. Not sure if there is another issue tracking this. If yes, can you link it here and close this issue? Thanx!

kertal commented 9 months ago

I don't think there is, lot's of related issues like https://github.com/elastic/kibana/issues/95551 https://github.com/elastic/kibana/issues/97246 Might be worth a dedicated, new issue, closing the old ones

kertal commented 5 months ago

Since we now have a Fields metadata service, this can be implemented: https://github.com/elastic/kibana/pull/183806