Replace "XYZ view" with "XYZ tab" in documentation files (#14930)
* replace 'XYZ view' with 'XYZ tab' in documentation files * Update README.md
Fotis Voutsas committed
Apr 20, 2023 at 19:04 UTC
fadd2d81a9948016777fb4fcc0c5cd2ee16ac46e
14 files changed
+29
-70
claim/README.md
+2
-2
@@ -36,7 +36,7 @@ There will be three main flows from where you might want to connect a node to Ne
36
37
- when you are on a [War Room](#empty-war-room) and you want to connect your first node
38
- when you are at the [Manage Space](#manage-space-or-war-room) area and you select **Connect Nodes** to connect a node, coming from Manage Space or Manage War Room
39
-- when you are on the [Nodes view page](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md) and want to connect a node - this process falls into the [Manage Space](#manage-space-or-war-room) flow
39
+- when you are on the [Nodes tab](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md) and want to connect a node - this process falls into the [Manage Space](#manage-space-or-war-room) flow
40
41
Please note that only the administrators of a Space in Netdata Cloud can view the claiming token and accompanying script, generated by Netdata Cloud, to trigger the connection process.
42
@@ -62,7 +62,7 @@ finished onboarding.
62
To connect a node, select which War Rooms you want to add this node to with the dropdown, then copy and paste the script
63
given by Netdata Cloud into your node's terminal.
64
65
-When coming from [Nodes view page](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md) the room parameter is already defined to current War Room.
65
+When coming from the [Nodes tab](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md) the room parameter is already defined to current War Room.
66
67
### Connect an agent running in Linux
68
docs/category-overview-pages/secure-nodes.md
+1
-1
@@ -44,7 +44,7 @@ that align with your goals and your organization's standards.
44
## Disable the local dashboard
45
46
This is the _recommended method for those who have connected their nodes to Netdata Cloud_ and prefer viewing real-time
47
-metrics using the War Room Overview, Nodes view, and Cloud dashboards.
47
+metrics using the War Room Overview, Nodes tab, and Cloud dashboards.
48
49
You can disable the local dashboard (and API) but retain the encrypted Agent-Cloud link
50
([ACLK](https://github.com/netdata/netdata/blob/master/aclk/README.md)) that
docs/cloud/runtime-troubleshooting-with-functions.md
+2
-13
@@ -1,14 +1,3 @@
1
-<!--
2
-title: "Run-time troubleshooting with Functions"
3
-sidebar_label: "Run-time troubleshooting with Functions"
4
-custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/cloud/runtime-troubleshooting-with-functions.md"
5
-learn_status: "Published"
6
-sidebar_position: "4"
7
-learn_topic_type: "Tasks"
8
-learn_rel_path: "Operations"
9
-learn_docs_purpose: "Instructions on how to use Functions"
10
--->
11
-
1
# Run-time troubleshooting with Functions
2
3
Netdata Functions feature allows you to execute on-demand a pre-defined routine on a node where a Netdata Agent is running. These routines are exposed by a given collector.
@@ -21,14 +10,14 @@ The following is required to be able to run Functions from Netdata Cloud.
10
* At least one of the nodes claimed to your Space should be on a Netdata agent version higher than `v1.37.1`
11
* Ensure that the node has the collector that exposes the function you want enabled ([see current available functions](https://github.com/netdata/netdata/blob/master/docs/cloud/netdata-functions.md#what-functions-are-currently-available))
12
24
-### Execute a function (from functions view)
13
+### Execute a function (from the Functions tab)
14
15
1. From the right-hand bar select the **Function** you want to run
16
2. Still on the right-hand bar select the **Node** where you want to run it
17
3. Results will be displayed in the central area for you to interact with
18
4. Additional filtering capabilities, depending on the function, should be available on right-hand bar
19
31
-### Execute a function (from Nodes view)
20
+### Execute a function (from the Nodes tab)
21
22
1. Click on the functions icon for a node that has this active
23
2. You are directed to the **Functions** tab
docs/cloud/visualize/dashboards.md
+1
-13
@@ -1,15 +1,3 @@
1
-<!--
2
-title: "Build new dashboards"
3
-description: >-
4
- "Design new dashboards that target your infrastructure's unique needs and share them with your team for
5
- targeted visual anomaly detection or incident response."
6
-custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/dashboards.md"
7
-sidebar_label: "Build new dashboards"
8
-learn_status: "Published"
9
-learn_topic_type: "Tasks"
10
-learn_rel_path: "Operations/Visualizations"
11
--->
12
-
1
# Build new dashboards
2
3
With Netdata Cloud, you can build new dashboards that target your infrastructure's unique needs. Put key metrics from
@@ -82,7 +70,7 @@ dashboards.
70
## Pin dashboards
71
72
Click on the **Pin** button in any dashboard to put those charts into a separate panel at the bottom of the screen. You
85
-can now navigate through Netdata Cloud freely, individual Cloud dashboards, the Nodes view, different War Rooms, or even
73
+can now navigate through Netdata Cloud freely, individual Cloud dashboards, the Nodes tab, different War Rooms, or even
74
different Spaces, and have those valuable metrics follow you.
75
76
Pinning dashboards helps you correlate potentially related charts across your infrastructure, no matter how you
docs/cloud/visualize/interact-new-charts.md
+2
-2
@@ -20,7 +20,7 @@ These charts provide a lot of useful information, so that you can:
20
- Get the chart status and possible errors. On top, reload functionality
21
22
These charts are available on Netdata Cloud's
23
-[Overview tab](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/overview.md), Single Node view and
23
+[Overview tab](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/overview.md), Single Node tab and
24
on your [Custom Dashboards](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/dashboards.md).
25
26
Some of the features listed below are also available on the simpler charts that are available on each agent's user interface.
@@ -29,7 +29,7 @@ Some of the features listed below are also available on the simpler charts that
29
30
Have a look at the can see the overall look and feel of the charts for both with a composite chart from
31
the [Overview tab](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/overview.md) and a simple chart
32
-from the single node view:
32
+from the Single Node tab:
33
34
<img width="678" alt="image" src="https://user-images.githubusercontent.com/43294513/220913360-f3f2ac06-b715-4e99-a933-f3bcb776636f.png"/>
35
docs/cloud/visualize/nodes.md
+4
-4
@@ -1,12 +1,12 @@
1
-# Nodes view
1
+# Nodes tab
2
3
-The Nodes view lets you see and customize key metrics from any number of Agent-monitored nodes and seamlessly navigate
3
+The Nodes tab lets you see and customize key metrics from any number of Agent-monitored nodes and seamlessly navigate
4
to any node's dashboard for troubleshooting performance issues or anomalies using Netdata's highly-granular metrics.
5
6
-
8
9
-Each War Room's Nodes view is populated based on the nodes you added to that specific War Room. Each node occupies a
9
+Each War Room's Nodes tab is populated based on the nodes you added to that specific War Room. Each node occupies a
10
single row, first featuring that node's alarm status (yellow for warnings, red for critical alarms) and operating
11
system, some essential information about the node, followed by columns of user-defined key metrics represented in
12
real-time charts.
docs/cloud/war-rooms.md
+1
-1
@@ -52,7 +52,7 @@ Click on the gear icon of the War Room's name in the top of the page to do that.
52
53
### More actions
54
55
-To **view or remove nodes** in a War Room, click on **Nodes view**. To remove a node from the current War Room, click on
55
+To **view or remove nodes** in a War Room, click on the **Nodes tab**. To remove a node from the current War Room, click on
56
the **🗑** icon.
57
58
> ### Info
docs/glossary.md
+1
-1
@@ -91,7 +91,7 @@ Use the alphabatized list below to find the answer to your single-term questions
91
92
- [**Kickstart** or **Kickstart Script**](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/kickstart.md): An automatic one-line installation script named 'kickstart.sh' that works on all Linux distributions and macOS.
93
94
-- [**Kubernetes Dashboard** or **Kubernetes View**](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/kubernetes.md): Netdata Cloud features enhanced visualizations for the resource utilization of Kubernetes (k8s) clusters, embedded in the default Overview dashboard.
94
+- [**Kubernetes Dashboard** or **Kubernetes Tab**](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/kubernetes.md): Netdata Cloud features enhanced visualizations for the resource utilization of Kubernetes (k8s) clusters, embedded in the default Overview dashboard.
95
96
## M
97
docs/monitor/view-active-alarms.md
+1
-1
@@ -9,7 +9,7 @@ You can always sort the table by a certain column by clicking on the name of tha
9
10
## Filter alerts
11
12
-From this view, you can also filter alerts with the right hand bar. More specifically you can filter:
12
+From this tab, you can also filter alerts with the right hand bar. More specifically you can filter:
13
14
- Alert status
15
- Filter based on the status of the alerts (e.g. Warning, Critical)
docs/quickstart/infrastructure.md
+5
-5
@@ -68,10 +68,10 @@ These tabs can be separated into "static", meaning they are by default presented
68
69
#### Static tabs
70
71
-- The default view for any War Room is the [Home tab](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/overview.md#home), which gives you an overview of this Space.
71
+- The default tab for any War Room is the [Home tab](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/overview.md#home), which gives you an overview of this Space.
72
Here you can see the number of Nodes claimed, data retention statics, users by role, alerts and more.
73
74
-- The second and most important view is the [Overview tab](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/overview.md#overview-and-single-node-view) which uses composite charts to display real-time metrics from every available node in a given War Room.
74
+- The second and most important tab is the [Overview tab](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/overview.md#overview-and-single-node-view) which uses composite charts to display real-time metrics from every available node in a given War Room.
75
76
- The [Nodes tab](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md) gives you the ability to see the status (offline or online), host details, alarm status and also a short overview of some key metrics from all your nodes at a glance.
77
@@ -95,7 +95,7 @@ Tabs can be rearranged with drag-and-drop or closed with the **X** button. Open
95
96
### Drill down to specific nodes
97
98
-Both the Overview and Nodes view offer easy access to **single-node dashboards** for targeted analysis. You can use
98
+Both the Overview and the Nodes tab offer easy access to **single-node dashboards** for targeted analysis. You can use
99
single-node dashboards in Netdata Cloud to drill down on specific issues, scrub backward in time to investigate
100
historical data, and see like metrics presented meaningfully to help you troubleshoot performance problems.
101
@@ -173,7 +173,7 @@ collect from across your infrastructure with Netdata.
173
title="Dashboards">
174
<BoxList>
175
<BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/overview.md)" title="Overview" />
176
- <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md)" title="Nodes view" />
176
+ <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md)" title="Nodes tab" />
177
<BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/kubernetes.md)" title="Kubernetes" />
178
<BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/dashboards.md)" title="Create new dashboards" />
179
</BoxList>
@@ -208,7 +208,7 @@ collect from across your infrastructure with Netdata.
208
- [War Rooms](https://github.com/netdata/netdata/blob/master/docs/cloud/war-rooms.md)
209
- Dashboards
210
- [Overview](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/overview.md)
211
- - [Nodes view](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md)
211
+ - [Nodes tab](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md)
212
- [Kubernetes](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/kubernetes.md)
213
- [Create new dashboards](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/dashboards.md)
214
- Alerts and notifications
docs/visualize/overview-infrastructure.md
+4
-4
@@ -87,9 +87,9 @@ investigate historical data, and see like metrics presented meaningfully to help
87
All of the familiar [interactions](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/interact-new-charts.md) are available, as is adding any chart
88
to a [new dashboard](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/dashboards.md).
89
90
-## Nodes view
90
+## Nodes tab
91
92
-You can also use the **Nodes view** to monitor the health status and user-configurable key metrics from multiple nodes
93
-in a War Room. Read the [Nodes view doc](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md) for details.
92
+You can also use the **Nodes tab** to monitor the health status and user-configurable key metrics from multiple nodes
93
+in a War Room. Read the [Nodes tab documentation](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md) for details.
94
95
-
95
+
exporting/graphite/README.md
+1
-10
@@ -1,12 +1,3 @@
1
-<!--
2
-title: "Export metrics to Graphite providers"
3
-description: "Archive your Agent's metrics to a any Graphite database provider for long-term storage, further analysis, or correlation with data from other sources."
4
-custom_edit_url: "https://github.com/netdata/netdata/edit/master/exporting/graphite/README.md"
5
-sidebar_label: "Graphite"
6
-learn_status: "Published"
7
-learn_rel_path: "Integrations/Export"
8
--->
9
-
1
# Export metrics to Graphite providers
2
3
You can use the Graphite connector for
@@ -121,7 +112,7 @@ exporting charts to your Graphite dashboard!
112
You can also show these exporting engine metrics on Netdata Cloud. If you don't have an account already,
113
go [sign in](https://app.netdata.cloud) and get started for free.
114
124
-Add more metrics to a War Room's Nodes view by clicking on the **Add metric** button, then typing `exporting` into the
115
+Add more metrics to a War Room's Nodes tab by clicking on the **Add metric** button, then typing `exporting` into the
116
context field. Choose the exporting contexts you want to add, then click **Add**. You'll see these charts alongside any
117
others you've customized in Netdata Cloud.
118
packaging/docker/README.md
+2
-2
@@ -63,9 +63,9 @@ docker run -d --name=netdata \
63
netdata/netdata
64
```
65
66
-> :bookmark_tabs: Note
66
+> ### Note
67
>
68
-> If you plan to Claim the node to Netdata Cloud, you can find the command with the right parameters by clicking the "Add Nodes" button in your Space's "Nodes" view.
68
+> If you plan to Claim the node to Netdata Cloud, you can find the command with the right parameters by clicking the "Add Nodes" button in your Space's Nodes tab.
69
70
</TabItem>
71
<TabItem value="docker compose" label="docker-compose">
packaging/installer/methods/kubernetes.md
+2
-11
@@ -1,12 +1,3 @@
1
-<!--
2
-title: "Install Netdata on Kubernetes"
3
-description: "Deploy Netdata to monitor a Kubernetes cluster to monitor the health, performance, resource utilization, and application metrics of a Kubernetes cluster in real time."
4
-custom_edit_url: "https://github.com/netdata/netdata/edit/master/packaging/installer/methods/kubernetes.md"
5
-sidebar_label: "Kubernetes"
6
-learn_status: "Published"
7
-learn_rel_path: "Installation/Install on specific environments"
8
--->
9
-
1
import Tabs from '@theme/Tabs';
2
import TabItem from '@theme/TabItem';
3
@@ -54,9 +45,9 @@ The installation process securely connects your Kubernetes cluster to stream met
45
helm install netdata netdata/netdata
46
```
47
57
- > :bookmark_tabs: Note
48
+ > ### Note
49
>
59
- > If you plan to connect the node to Netdata Cloud, you can find the command with the right parameters by clicking the "Add Nodes" button in your Space's "Nodes" view.
50
+ > If you plan to connect the node to Netdata Cloud, you can find the command with the right parameters by clicking the "Add Nodes" button in your Space's Nodes tab.
51
52
For more installation options, please read our [Netdata Helm chart for Kubernetes](https://github.com/netdata/helmchart/blob/master/charts/netdata/README.md) reference.
53