a2cbfa5290
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> |
||
---|---|---|
.. | ||
alerts-tab.md | ||
anomaly-advisor-tab.md | ||
dashboards-tab.md | ||
events-feed.md | ||
home-tab.md | ||
import-export-print-snapshot.md | ||
kubernetes-tab.md | ||
logs-tab.md | ||
metrics-tab-and-single-node-tabs.md | ||
netdata-charts.md | ||
node-filter.md | ||
nodes-tab.md | ||
README.md | ||
themes.md | ||
top-tab.md | ||
visualization-date-and-time-controls.md |
Dashboards and Charts
This guide covers how to access both Agent and Cloud dashboards, along with links to explore specific sections in more detail.
When you access the Netdata dashboard through the Cloud, you'll always have the latest version available.
By default, the Agent dashboard shows the latest version (matching Netdata Cloud). However, there are a few exceptions:
- Without internet access, the Agent can't download the newest dashboards. In this case, it will automatically use the bundled version.
- Users have defined, e.g. through URL bookmark, that they want to see the previous version of the dashboard (accessible
http://NODE:19999/v1
, replacingNODE
with the IP address or hostname of your Agent).
Main sections
The Netdata dashboard consists of the following main sections:
- Home tab
- Nodes tab
- Netdata charts
- Metrics tab and single node tabs
- Top tab
- Logs tab
- Dashboards tab
- Alerts tab
- Events tab
Note
Some dashboard sections may require the user to be signed in and have the Agent connected to Netdata Cloud for their full functionality when accessed through the Agent. Examples include saving visualization settings on charts or custom dashboards, connecting a node to Netdata Cloud, or executing functions on an Agent.
How to access the dashboards?
Netdata Cloud
You can access the dashboard at https://app.netdata.cloud/ and sign-in with an account or sign-up if you don't have an account yet.
Netdata Agent
To view your Netdata dashboard, open a web browser and enter the address http://NODE:19999
- replace NODE
with your Agent's IP address or hostname. If the Agent is on the same machine, use http://localhost:19999
.
Documentation for previous Agent dashboard can still be found here.