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

[Lens] Field Tree Visualization #2526

Open
3 tasks
Erikg346 opened this issue Sep 13, 2024 · 1 comment
Open
3 tasks

[Lens] Field Tree Visualization #2526

Erikg346 opened this issue Sep 13, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Erikg346
Copy link

Is your feature request related to a problem? Please describe.
I am always frustrated when I want a visualization that I can use to visualize simple but critical information quickly but allows me to click in to see just a tiny bit more details. Saving dashboard space and allowing users to immediately understand the correlation between the top level and sub-levels.

Describe the solution you'd like
I would like a tree visualization to see the status of interrelated fields. This can also be used for visualizing nested objects too!

Describe alternatives you've considered
Other monitoring tools provide a widget or visualization where you can configure the top-level object and sub-level objects.

Additional context

I can see being used like this:
data found within one document or summary of docs
object#1 = country (geo.location.country)
object#2 = city (geo.location.city)
object#3 = host (host.name)
status = metric threshold (CPU >90), if one or more objects most likely at the bottom object level exceeded the metric threshold, display red)

Add any other context or screenshots about the feature request here.
Image
Image

Add any Kibana related issues/feature requests here.
Ties into this issue about adding status indicators
elastic/kibana#183432 (comment)
Checklist

Delete any items that are not applicable to this feature request.

  • this request is checked against already exist requests
  • every related Kibana issue is listed under Kibana Cross Issues list
  • kibana cross issue tag is associated to the issue if any kibana cross issue is present
@Erikg346 Erikg346 added the enhancement New feature or request label Sep 13, 2024
@nickofthyme
Copy link
Collaborator

Hey @Erikg346 Thanks for posting this.

Looking at your description, I think this request would be more suitable for the elastic/kibana repo. This charts repo is used to build chart visualizations for kibana, the tree visualization you describe could be achieved using the EuiTreeView as a new kibana visualization, see component demo below 👇🏼 .

Image

If you disagree please let me know, otherwise I'll transfer this issue to elastic/kibana.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants