-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Discover] Show ECS field descriptions in Discover, like Security app #97246
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
Related issues:
|
@gbanasiak this sounds amazing!
We have some tooling around ECS that helps users manage their custom fields alongside ECS. Would be awesome to expand that support to this type of feature. cc @elastic/ecs |
I don't think we should tie that specifically to ECS in Discover, since it's a general purpose tool, but instead we should be able to show field descriptions in general, so that we can show helpful descriptions to whatever the users added as information to the fields. We're currently not loading them into index patterns unfortunately. I've created #98873 to track this. |
Linking to #89726 |
Since we now have a field fields metadata service this could be implemented #183806, so if no description is DataView Field Description is provided, we can use this new service to provide ECS description information |
Describe the feature:
Security app shows index field descriptions taken from ECS schema, example for 7.12.0:
Descriptions are not present for fields copied from source indices (if not part of ECS schema).
Request:
Describe a specific use case for the feature:
Easier inspection of custom data.
The text was updated successfully, but these errors were encountered: