Skip to content

Commit 212932e

Browse files
ilyam8github-actions[bot]
authored andcommitted
Ingest new documentation
1 parent 3030677 commit 212932e

35 files changed

+931
-861
lines changed

LegacyLearnCorrelateLinksWithGHURLs.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -2328,5 +2328,19 @@
23282328
"https://learn.netdata.cloud/docs/netdata-cloud/versions/on-prem": "https://github.com/netdata/netdata-cloud-onprem/blob/master/docs/learn.netdata.cloud/README.md",
23292329
"https://learn.netdata.cloud/docs/deployment-guides/standalone-deployment": "https://github.com/netdata/netdata/blob/master/docs/deployment-guides/standalone-deployment.md",
23302330
"https://learn.netdata.cloud/docs/deployment-guides/deployment-with-centralization-points": "https://github.com/netdata/netdata/blob/master/docs/deployment-guides/deployment-with-centralization-points.md",
2331-
"https://learn.netdata.cloud/docs/deployment-guides/deployment-examples": "https://github.com/netdata/netdata/blob/master/docs/deployment-guides/deployment-strategies.md"
2331+
"https://learn.netdata.cloud/docs/deployment-guides/deployment-examples": "https://github.com/netdata/netdata/blob/master/docs/deployment-guides/deployment-strategies.md",
2332+
"https://learn.netdata.cloud/docs/dashboards-and-charts/visualization-date-and-time-controls": "https://github.com/netdata/netdata/blob/master/docs/dashboards-and-charts/visualization-date-and-time-controls.md",
2333+
"https://learn.netdata.cloud/docs/dashboards-and-charts/top-tab": "https://github.com/netdata/netdata/blob/master/docs/dashboards-and-charts/top-tab.md",
2334+
"https://learn.netdata.cloud/docs/dashboards-and-charts/nodes-tab": "https://github.com/netdata/netdata/blob/master/docs/dashboards-and-charts/nodes-tab.md",
2335+
"https://learn.netdata.cloud/docs/dashboards-and-charts/netdata-charts": "https://github.com/netdata/netdata/blob/master/docs/dashboards-and-charts/netdata-charts.md",
2336+
"https://learn.netdata.cloud/docs/dashboards-and-charts/metrics-tab-and-single-node-tabs": "https://github.com/netdata/netdata/blob/master/docs/dashboards-and-charts/metrics-tab-and-single-node-tabs.md",
2337+
"https://learn.netdata.cloud/docs/dashboards-and-charts/logs-tab": "https://github.com/netdata/netdata/blob/master/docs/dashboards-and-charts/logs-tab.md",
2338+
"https://learn.netdata.cloud/docs/dashboards-and-charts/kubernetes-tab": "https://github.com/netdata/netdata/blob/master/docs/dashboards-and-charts/kubernetes-tab.md",
2339+
"https://learn.netdata.cloud/docs/dashboards-and-charts/home-tab": "https://github.com/netdata/netdata/blob/master/docs/dashboards-and-charts/home-tab.md",
2340+
"https://learn.netdata.cloud/docs/dashboards-and-charts/grafana-data-source-plugin": "https://github.com/netdata/netdata-grafana-datasource-plugin/blob/master/README.md",
2341+
"https://learn.netdata.cloud/docs/dashboards-and-charts/events-feed": "https://github.com/netdata/netdata/blob/master/docs/dashboards-and-charts/events-feed.md",
2342+
"https://learn.netdata.cloud/docs/dashboards-and-charts/dashboards-tab": "https://github.com/netdata/netdata/blob/master/docs/dashboards-and-charts/dashboards-tab.md",
2343+
"https://learn.netdata.cloud/docs/dashboards-and-charts/choose-your-netdata-ui-theme": "https://github.com/netdata/netdata/blob/master/docs/dashboards-and-charts/themes.md",
2344+
"https://learn.netdata.cloud/docs/dashboards-and-charts/anomaly-advisor-tab": "https://github.com/netdata/netdata/blob/master/docs/dashboards-and-charts/anomaly-advisor-tab.md",
2345+
"https://learn.netdata.cloud/docs/dashboards-and-charts/alerts-tab": "https://github.com/netdata/netdata/blob/master/docs/dashboards-and-charts/alerts-tab.md"
23322346
}

docs/alerts-&-notifications/notifications/centralized-cloud-notifications/centralized-cloud-notifications-reference.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Netdata Cloud sends Alert notifications for nodes in warning, critical, or unrea
1616

1717
- Consolidate health status views across all infrastructure in one place.
1818
- Set up and [manage your Alert notifications easily](/docs/alerts-&-notifications/notifications/centralized-cloud-notifications/manage-notification-methods).
19-
- Expedite troubleshooting with tools like [Metric Correlations](/docs/machine-learning-and-anomaly-detection/metric-correlations) and the [Anomaly Advisor](/docs/dashboards-and-charts/anomaly-advisor-tab).
19+
- Expedite troubleshooting with tools like [Metric Correlations](/docs/machine-learning-and-anomaly-detection/metric-correlations) and the [Anomaly Advisor](/docs/dashboards-and-charts/tabs/anomalies).
2020

2121
> **Note**
2222
>

docs/collecting-metrics/Generic Collecting Metrics/Pandas.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ Every configuration JOB starts with a `job_name` value which will appear in the
141141
| chart_configs | an array of chart configuration dictionaries | [] | yes |
142142
| chart_configs.name | name of the chart to be displayed in the dashboard. | None | yes |
143143
| chart_configs.title | title of the chart to be displayed in the dashboard. | None | yes |
144-
| chart_configs.family | [family](/docs/dashboards-and-charts/netdata-charts#families) of the chart to be displayed in the dashboard. | None | yes |
145-
| chart_configs.context | [context](/docs/dashboards-and-charts/netdata-charts#contexts) of the chart to be displayed in the dashboard. | None | yes |
144+
| chart_configs.family | [family](/docs/dashboards-and-charts/charts#families) of the chart to be displayed in the dashboard. | None | yes |
145+
| chart_configs.context | [context](/docs/dashboards-and-charts/charts#contexts) of the chart to be displayed in the dashboard. | None | yes |
146146
| chart_configs.type | the type of the chart to be displayed in the dashboard. | None | yes |
147147
| chart_configs.units | the units of the chart to be displayed in the dashboard. | None | yes |
148148
| chart_configs.df_steps | a series of pandas operations (one per line) that each returns a dataframe. | None | yes |

docs/dashboards-and-charts/netdata-charts.mdx renamed to docs/dashboards-and-charts/charts.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/netdata-charts.md"
3-
sidebar_label: "Netdata Charts"
3+
sidebar_label: "Charts"
44
learn_status: "Published"
55
learn_rel_path: "Dashboards and Charts"
6-
sidebar_position: "1500030"
7-
learn_link: "https://learn.netdata.cloud/docs/dashboards-and-charts/netdata-charts"
6+
sidebar_position: "1504020"
7+
learn_link: "https://learn.netdata.cloud/docs/dashboards-and-charts/charts"
88
---
99

1010
# Netdata Charts

docs/dashboards-and-charts/dashboards-and-charts.mdx

+9-9
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ By default, the **Agent dashboard** also shows the latest version (matching Netd
2626

2727
The Netdata dashboard consists of the following main sections:
2828

29-
- [Home Tab](/docs/dashboards-and-charts/home-tab)
30-
- [Nodes Tab](/docs/dashboards-and-charts/nodes-tab)
31-
- [Netdata Charts](/docs/dashboards-and-charts/netdata-charts)
32-
- [Metrics Tab and Single Node Tabs](/docs/dashboards-and-charts/metrics-tab-and-single-node-tabs)
33-
- [Top Tab](/docs/dashboards-and-charts/top-tab)
34-
- [Logs Tab](/docs/dashboards-and-charts/logs-tab)
35-
- [Dashboards Tab](/docs/dashboards-and-charts/dashboards-tab)
36-
- [Alerts Tab](/docs/dashboards-and-charts/alerts-tab)
37-
- [Events Tab](/docs/dashboards-and-charts/events-feed)
29+
- [Home Tab](/docs/dashboards-and-charts/tabs)
30+
- [Nodes Tab](/docs/dashboards-and-charts/tabs/nodes)
31+
- [Netdata Charts](/docs/dashboards-and-charts/charts)
32+
- [Metrics Tab and Single Node Tabs](/docs/dashboards-and-charts/tabs/metrics)
33+
- [Top Tab](/docs/dashboards-and-charts/tabs/top)
34+
- [Logs Tab](/docs/dashboards-and-charts/tabs/logs)
35+
- [Dashboards Tab](/docs/dashboards-and-charts/tabs/dashboards)
36+
- [Alerts Tab](/docs/dashboards-and-charts/tabs/alerts)
37+
- [Events Tab](/docs/dashboards-and-charts/tabs/events)
3838

3939
:::tip
4040

docs/dashboards-and-charts/grafana-data-source-plugin.mdx renamed to docs/dashboards-and-charts/grafana-plugin.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
custom_edit_url: "https://github.com/netdata/netdata-grafana-datasource-plugin/edit/master/README.md"
3-
sidebar_label: "Grafana data source plugin"
3+
sidebar_label: "Grafana Plugin"
44
learn_status: "Published"
55
learn_rel_path: "Dashboards and Charts"
6-
sidebar_position: "1500120"
7-
learn_link: "https://learn.netdata.cloud/docs/dashboards-and-charts/grafana-data-source-plugin"
6+
sidebar_position: "1504010"
7+
learn_link: "https://learn.netdata.cloud/docs/dashboards-and-charts/grafana-plugin"
88
---
99

1010
# Netdata data source for Grafana

docs/dashboards-and-charts/node-filter.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/node-filter.md"
3-
sidebar_label: "Node filter"
3+
sidebar_label: "Node Filter"
44
learn_status: "Published"
55
learn_rel_path: "Dashboards and Charts"
6-
sidebar_position: "1500130"
6+
sidebar_position: "1504030"
77
learn_link: "https://learn.netdata.cloud/docs/dashboards-and-charts/node-filter"
88
---
99

@@ -15,7 +15,7 @@ Inside the filter, the nodes get categorized into three groups:
1515

1616
| Group | Description |
1717
|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
18-
| Live | Nodes that are currently online, collecting and streaming metrics to Cloud. Live nodes display raised [Alert](/docs/dashboards-and-charts/alerts-tab) counters, [Machine Learning](/docs/machine-learning-and-anomaly-detection/ml-models-and-anomaly-detection) availability, and [Functions](/docs/top-monitoring-netdata-functions) availability |
18+
| Live | Nodes that are currently online, collecting and streaming metrics to Cloud. Live nodes display raised [Alert](/docs/dashboards-and-charts/tabs/alerts) counters, [Machine Learning](/docs/machine-learning-and-anomaly-detection/ml-models-and-anomaly-detection) availability, and [Functions](/docs/top-monitoring-netdata-functions) availability |
1919
| Stale | Nodes that are offline and not streaming metrics to Cloud. Only historical data can be presented from a parent node. For these nodes you can only see their ML status, as they are not online to provide more information |
2020
| Offline | Nodes that are offline, not streaming metrics to Cloud and not available in any parent node. Offline nodes are automatically deleted after 30 days and can also be deleted manually. |
2121

docs/dashboards-and-charts/alerts-tab.mdx renamed to docs/dashboards-and-charts/tabs/alerts.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/alerts-tab.md"
3-
sidebar_label: "Alerts tab"
3+
sidebar_label: "Alerts"
44
learn_status: "Published"
5-
learn_rel_path: "Dashboards and Charts"
6-
sidebar_position: "1500090"
7-
learn_link: "https://learn.netdata.cloud/docs/dashboards-and-charts/alerts-tab"
5+
learn_rel_path: "Dashboards and Charts/Tabs"
6+
sidebar_position: "1502010"
7+
learn_link: "https://learn.netdata.cloud/docs/dashboards-and-charts/tabs/alerts"
88
---
99

1010
# Alerts Tab

docs/dashboards-and-charts/anomaly-advisor-tab.mdx renamed to docs/dashboards-and-charts/tabs/anomalies.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/anomaly-advisor-tab.md"
3-
sidebar_label: "Anomaly Advisor tab"
3+
sidebar_label: "Anomalies"
44
learn_status: "Published"
5-
learn_rel_path: "Dashboards and Charts"
5+
learn_rel_path: "Dashboards and Charts/Tabs"
66
description: "Quickly find anomalous metrics anywhere in your infrastructure."
7-
sidebar_position: "1500100"
8-
learn_link: "https://learn.netdata.cloud/docs/dashboards-and-charts/anomaly-advisor-tab"
7+
sidebar_position: "1502020"
8+
learn_link: "https://learn.netdata.cloud/docs/dashboards-and-charts/tabs/anomalies"
99
---
1010

1111
# Anomaly Advisor Tab
1212

1313
The **Anomaly Advisor** tab helps you identify potentially anomalous metrics and charts by focusing on a highlighted timeframe of interest. This feature uses Netdata's **Anomaly Rate ML scoring** to rank metrics based on unusual behavior.
1414

15-
Each chart in the [Metrics tab](/docs/dashboards-and-charts/metrics-tab-and-single-node-tabs) also features an [Anomaly Rate ribbon](/docs/dashboards-and-charts/netdata-charts#anomaly-rate-ribbon) for anomaly visibility.
15+
Each chart in the [Metrics tab](/docs/dashboards-and-charts/tabs/metrics) also features an [Anomaly Rate ribbon](/docs/dashboards-and-charts/charts#anomaly-rate-ribbon) for anomaly visibility.
1616

1717
For configuration details, see the [ML documentation](/docs/machine-learning-and-anomaly-detection/ml-models-and-anomaly-detection).
1818

docs/dashboards-and-charts/dashboards-tab.mdx renamed to docs/dashboards-and-charts/tabs/dashboards.mdx

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/dashboards-tab.md"
3-
sidebar_label: "Dashboards tab"
3+
sidebar_label: "Dashboards"
44
learn_status: "Published"
5-
learn_rel_path: "Dashboards and Charts"
5+
learn_rel_path: "Dashboards and Charts/Tabs"
66
description: "Design new dashboards that target your infrastructure's unique needs and share them with your team fortargeted visual anomaly detection or incident response."
7-
sidebar_position: "1500080"
8-
learn_link: "https://learn.netdata.cloud/docs/dashboards-and-charts/dashboards-tab"
7+
sidebar_position: "1502030"
8+
learn_link: "https://learn.netdata.cloud/docs/dashboards-and-charts/tabs/dashboards"
99
---
1010

1111
# Dashboards Tab
@@ -33,9 +33,9 @@ Click the **Add Chart** button at the top right of the dashboard.
3333
|--------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
3434
| **Select Source** | Choose **All Nodes** or a specific node. |
3535
| **Choose Context** | Select the metric context. A preview of the chart will appear. |
36-
| **Configure Chart** | Adjust settings using the [NIDL framework](/docs/dashboards-and-charts/netdata-charts#nidl-framework): <br/>- Group by method <br/>- Aggregation function over the data source <br/>- Nodes <br/>- Instances <br/>- Dimensions <br/>- Labels <br/>- Aggregation function over time |
37-
| **Chart Type** | Change the chart type using the [Title bar](/docs/dashboards-and-charts/netdata-charts#title-bar). |
38-
| **Dimension Visibility** | Select which dimensions to display and set their order via the [Dimensions bar](/docs/dashboards-and-charts/netdata-charts#dimensions-bar). |
36+
| **Configure Chart** | Adjust settings using the [NIDL framework](/docs/dashboards-and-charts/charts#nidl-framework): <br/>- Group by method <br/>- Aggregation function over the data source <br/>- Nodes <br/>- Instances <br/>- Dimensions <br/>- Labels <br/>- Aggregation function over time |
37+
| **Chart Type** | Change the chart type using the [Title bar](/docs/dashboards-and-charts/charts#title-bar). |
38+
| **Dimension Visibility** | Select which dimensions to display and set their order via the [Dimensions bar](/docs/dashboards-and-charts/charts#dimensions-bar). |
3939

4040
### Add Text Cards
4141

@@ -94,7 +94,7 @@ Dashboards are interactive and flexible. You can design them to fit your needs u
9494

9595
### Chart Interaction
9696

97-
Charts on custom dashboards are [fully interactive](/docs/dashboards-and-charts/netdata-charts):
97+
Charts on custom dashboards are [fully interactive](/docs/dashboards-and-charts/charts):
9898

9999
- Zoom, pan, and highlight timeframes.
100100
- Synchronize charts across contexts and nodes.
@@ -126,7 +126,7 @@ Elements automatically align to the grid system after moving or resizing.
126126

127127
| Action | How to Perform |
128128
|----------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
129-
| **Go to chart** | Use the 3-dot icon on any chart → click **Go-to-Chart**. Navigate directly to the chart in the [Metrics tab](/docs/dashboards-and-charts/metrics-tab-and-single-node-tabs) or the single-node dashboard. |
129+
| **Go to chart** | Use the 3-dot icon on any chart → click **Go-to-Chart**. Navigate directly to the chart in the [Metrics tab](/docs/dashboards-and-charts/tabs/metrics) or the single-node dashboard. |
130130
| **Rename a chart** | Use the 3-dot icon on any chart → click **Rename**. |
131131
| **Remove a chart or card** | Use the 3-dot icon on the element → click **Remove**. |
132132

docs/dashboards-and-charts/events-feed.mdx renamed to docs/dashboards-and-charts/tabs/events.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/dashboards-and-charts/events-feed.md"
3-
sidebar_label: "Events feed"
3+
sidebar_label: "Events"
44
learn_status: "Published"
5-
learn_rel_path: "Dashboards and Charts"
5+
learn_rel_path: "Dashboards and Charts/Tabs"
66
description: "Present the Netdata Events feed."
7-
sidebar_position: "1500110"
8-
learn_link: "https://learn.netdata.cloud/docs/dashboards-and-charts/events-feed"
7+
sidebar_position: "1502040"
8+
learn_link: "https://learn.netdata.cloud/docs/dashboards-and-charts/tabs/events"
99
---
1010

1111
# Events Tab
@@ -98,7 +98,7 @@ See the [Role-Based Access model](/docs/netdata-cloud/authentication-&-authoriza
9898
## How to Use the Events Feed
9999

100100
1. Click the **Events** tab.
101-
2. Define the timeframe using the [Date and Time selector](/docs/dashboards-and-charts/visualization-date-and-time-controls#date-and-time-selector).
101+
2. Define the timeframe using the [Date and Time selector](/docs/dashboards-and-charts/time-controls#date-and-time-selector).
102102
3. Apply filters from the right-hand bar, such as **event domain**, **node**, **alert severity**, or **time range**, to focus on the data you need.
103103

104104
:::note

0 commit comments

Comments
 (0)