# Widgets and Dashboards ## Dashboards
Dashboards allow the user to easily see the current state of the host and associated services, without the need to manually enter host's entry in EnergyMonitor.


![dashboard_first_view](/media/05_00_03_01_Dashboard.png) ### Adding Dashboards 1. Enter "**Dashboards**" -> "**New Dashboards**" ![dashboard_first_view](/media/05_00_03_06_Widget.png) 2. Pick the preferred layout and specify a name for your dashboard ![dashboard_first_view](/media/05_00_03_02_Dashboard.png) ## Widgets
Widgets are predefined, components that allow the user to easily display a particular aspect of current state of EnergyMonitor on a larger interface, ie. a dashboard.
### Adding a widget ![dashboard_first_view](/media/05_00_03_03_Widget.png) ### Editing a widget By clicking the gear icon the user can specify various parameters of the widget. ![dashboard_first_view](/media/05_00_03_04_Widget.png) ![dashboard_first_view](/media/05_00_03_05_Widget.png) ### Logserver widget Logserver widget is worthy of a special mention, because it aggregates data from your Logserver instance and displays it in the form of a dashboard in Energy Monitor. After adding the widget the administrator must log into Energy Logserver as he normally would.
Note: Keep in mind that if the widget is too small for your preference, you can increase it's height using the menu under the "**Gear**" icon.
![dashboard_first_view](/media/05_00_03_07_Widget.png) ![dashboard_first_view](/media/05_00_03_08_Widget.png) Additional Configuration Required: 1. On your LogServer host, under /etc/kibana/kibana.yml Replace https://192.168.3.166 with IP of your Energy Monitor. Add the following line:
login.isSameSite: "None"

This is neccessary to tell Kibana to allow placing elements from different sites. 2. Restart Kibana service with
systemctl restart Kibana

![dashboard_first_view](/media/05_00_03_09_Widget.png)