-
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
[Infrastructure UI] Show processes on a single hosts #150907
Comments
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
@jennypavlova are you planning to show only the processes tab or integrate the whole flyout? |
@mohamedhamed-ahmed The story is still in process of refining and the design work is still ongoing. @kkurstak is designing it now so we are not sure if it will be a flyout and how it will look yet. |
@jennypavlova Thank you 😊 will keep an eye on how this goes as I will be working on integrating the logs tab to the view and wanted to have an idea what the flyout will contain. Thank you :) |
…152956) Closes [#150893](#150893) ## Summary This PR adds a flyout with single host metadata with an option to open/close it with a click on an expand/minimize icon in the table.⚠️ This PR doesn't include metadata filtering/actions, or processes tab inside flyout (they will be added in follow-up issues). For now, the metadata will be displayed and no actions will be available. This PR will unblock [#151010](#151010), [#150907](#150907) and [#150985](#150985) ## Testing - Open the hosts view and click on the expand icon for a single host in the table <img width="1464" alt="image" src="https://user-images.githubusercontent.com/14139027/224077010-71aece78-40d1-4a3a-90a6-8e699001b37a.png"> - The flyout should be visible with a preselected metadata tab containing - Host name as the flyout title - Metadata in a table view with field and value columns <img width="1807" alt="image" src="https://user-images.githubusercontent.com/14139027/224048634-cd49aa0f-f1a5-4442-9fd0-f16cd4cb84da.png"> - The flyout can be closed using the close icon and the minimize icon or can show a different host when another host is expanded <img width="1727" alt="image" src="https://user-images.githubusercontent.com/14139027/224084969-daa525c5-4ec4-4504-b072-4711db63fe18.png"> --------- Co-authored-by: kibanamachine <[email protected]> Co-authored-by: Marco Antonio Ghiani <[email protected]>
Closes #150907 ## Summary This PR adds the Processes tab to the single host flyout. The component is already implemented in Inventory so we can reuse it here ## Testing - Go to hosts view - Open the flyout for any host to see the single host details - Click on the processes tab⚠️ If you want to see the processes summary on top (where the total processes are displayed) you need inside your metricbeat modules yml configuration to include the `process_summary` so your config should include: ``` metricbeat.modules: - module: system metricsets: ..... other data ....... - process # Per process metrics - process_summary # Process summary ..... other data ....... ``` <img width="1913" alt="image" src="https://user-images.githubusercontent.com/14139027/228534978-c38437e4-4279-4ad4-9fc8-5222cbd15c2e.png"> --------- Co-authored-by: Carlos Crespo <[email protected]> Co-authored-by: kibanamachine <[email protected]>
📓 Summary
During their investigation, SREs want to see processes running on their hosts. We want to achieve a similar experience to the inventory view when a single host is selected and the Processes tab is opened.
🎨 Design
Figma
👨💻 Implementation hints
✔️ Acceptance criteria
The text was updated successfully, but these errors were encountered: