Skip to content

Commit 014a07f

Browse files
committed
fix(gen): fixed even more stuff
1 parent b8e27cc commit 014a07f

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

pages/cockpit/how-to/send-logs-from-k8s-to-cockpit.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ We will use the [k8s-monitoring](https://artifacthub.io/packages/helm/grafana/k8
2020
<Macro id="requirements" />
2121

2222
- A Scaleway account logged into the [console](https://console.scaleway.com)
23-
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
24-
- [Created](/observability/cockpit/how-to/create-external-data-sources/) a custom external data source of the [logs type](/observability/cockpit/concepts/#data-types)
25-
- [Created](/observability/cockpit/how-to/create-token/) a Cockpit token in the same region as the logs data source
23+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
24+
- [Created](/cockpit/how-to/create-external-data-sources/) a custom external data source of the [logs type](/cockpit/concepts/#data-types)
25+
- [Created](/cockpit/how-to/create-token/) a Cockpit token in the same region as the logs data source
2626
- A running Kubernetes cluster containing your deployed application
27-
- [Created](/identity-and-access-management/iam/how-to/create-api-keys/) an API key and retrieved your API secret key
27+
- [Created](/iam/how-to/create-api-keys/) an API key and retrieved your API secret key
2828

2929
<Message type="important">
3030
- Sending logs for Scaleway resources or personal data using an external path is a billable feature. In addition, any data that you push yourself is billed, even if you send data from Scaleway products. Refer to the [product pricing](https://www.scaleway.com/en/pricing/?tags=available,managedservices-observability-cockpit) page for more information.
@@ -78,14 +78,14 @@ alloy-singleton:
7878
7979
<Message type="note">
8080
The template above is for sending logs to your Cockpit. You can also configure it to send metrics to Cockpit using this Helm chart.
81-
Refer to our dedicated documentation to [send metrics from your cluster to Cockpit](/observability/cockpit/how-to/send-metrics-from-k8s-to-cockpit).
81+
Refer to our dedicated documentation to [send metrics from your cluster to Cockpit](/cockpit/how-to/send-metrics-from-k8s-to-cockpit).
8282
</Message>
8383
8484
## Send Kubernetes logs using Helm chart
8585
8686
Once you have configured your `values.yml` file, you can use Helm to deploy the log-forwarding configuration to your Kubernetes cluster. Before installing the Helm chart, ensure that your `kubectl` tool is properly connected to your Kubernetes cluster. `kubectl` is the command-line tool for interacting with Kubernetes clusters.
8787

88-
1. [Connect](/containers/kubernetes/how-to/connect-cluster-kubectl/) `kubectl` to your Kubernetes cluster
88+
1. [Connect](/kubernetes/how-to/connect-cluster-kubectl/) `kubectl` to your Kubernetes cluster
8989
2. Run the command below to install the `k8s-monitoring` Helm chart:
9090
```
9191
helm install -f /your-path/to/values.yml name-of-your-choice-for-your-log-ingester k8s-monitoring --version 1.6.16
@@ -138,7 +138,7 @@ You can also use Terraform to manage and deploy Helm charts, providing you with
138138

139139
1. Click **Cockpit** in the Observability section of the Scaleway [console](https://console.scaleway.com/) side menu. The **Cockpit Overview** page displays.
140140
2. Click **Open dashboards** to open your managed dashboards in Grafana. You are redirected to the Grafana website.
141-
3. Log in to Grafana using your [Grafana credentials](/observability/cockpit/how-to/retrieve-grafana-credentials/).
141+
3. Log in to Grafana using your [Grafana credentials](/cockpit/how-to/retrieve-grafana-credentials/).
142142
4. Click the **Home** icon, then click **Explore**.
143143
5. Select your custom data source in the search drop-down on the upper left corner of your screen.
144144
6. In the **Labels filter** drop-down, select the `cluster` label and in the **Value** drop-down, select your cluster.

pages/cockpit/how-to/send-metrics-from-k8s-to-cockpit.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ We will use the [k8s-monitoring](https://artifacthub.io/packages/helm/grafana/k8
2121
<Macro id="requirements" />
2222

2323
- A Scaleway account metricsged into the [console](https://console.scaleway.com)
24-
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
25-
- [Created](/observability/cockpit/how-to/create-external-data-sources/) a custom external data source of the [metrics type](/observability/cockpit/concepts/#data-types)
26-
- [Created](/observability/cockpit/how-to/create-token/) a Cockpit token in the same region as the metrics data source
24+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
25+
- [Created](/cockpit/how-to/create-external-data-sources/) a custom external data source of the [metrics type](/cockpit/concepts/#data-types)
26+
- [Created](/cockpit/how-to/create-token/) a Cockpit token in the same region as the metrics data source
2727
- A running Kubernetes cluster containing your deployed application
28-
- [Created](/identity-and-access-management/iam/how-to/create-api-keys/) an API key and retrieved your API secret key
28+
- [Created](/iam/how-to/create-api-keys/) an API key and retrieved your API secret key
2929

3030
<Message type="important">
3131
- Sending metrics for Scaleway resources or personal data using an external path is a billable feature. In addition, any data that you push yourself is billed, even if you send data from Scaleway products. Refer to the [product pricing](https://www.scaleway.com/en/pricing/?tags=available,managedservices-observability-cockpit) page for more information.
@@ -67,7 +67,7 @@ alloy-singleton:
6767
6868
<Message type="note">
6969
The template above is for sending metrics to your Cockpit. You can also configure it to send logs to Cockpit using this Helm chart.
70-
Refer to our dedicated documentation to [send logs from your cluster to Cockpit](/observability/cockpit/how-to/send-logs-from-k8s-to-cockpit)
70+
Refer to our dedicated documentation to [send logs from your cluster to Cockpit](/cockpit/how-to/send-logs-from-k8s-to-cockpit)
7171
</Message>
7272
7373
## Add annotations for auto-discovery
@@ -145,7 +145,7 @@ resource "kubernetes_deployment_v1" "your_application_deployment" {
145145

146146
Once you have configured your `values.yml` file, you can use Helm to deploy the metric-forwarding configuration to your Kubernetes cluster. Before installing the Helm chart, ensure that your `kubectl` tool is properly connected to your Kubernetes cluster. `kubectl` is the command-line tool for interacting with Kubernetes clusters.
147147

148-
1. [Connect](/containers/kubernetes/how-to/connect-cluster-kubectl/) `kubectl` to your Kubernetes cluster
148+
1. [Connect](/kubernetes/how-to/connect-cluster-kubectl/) `kubectl` to your Kubernetes cluster
149149
2. Run the command below to install the `k8s-monitoring` Helm chart:
150150
```
151151
helm install -f /your-path/to/values.yml name-of-your-choice-for-your-metric-ingester k8s-monitoring --version 1.6.16
@@ -167,7 +167,7 @@ Now that your metrics are exported to your Cockpit, you can access and query the
167167

168168
1. Click **Cockpit** in the Observability section of the Scaleway [console](https://console.scaleway.com/) side menu. The **Cockpit Overview** page displays.
169169
2. Click **Open dashboards** to open your managed dashboards in Grafana. You are redirected to the Grafana website.
170-
3. Log in to Grafana using your [Grafana credentials](/observability/cockpit/how-to/retrieve-grafana-credentials/).
170+
3. Log in to Grafana using your [Grafana credentials](/cockpit/how-to/retrieve-grafana-credentials/).
171171
4. Click the **Home** icon, then click **Explore**.
172172
5. Select your custom data source in the search drop-down on the upper left corner of your screen.
173173
6. In the **Labels filter** drop-down, select the `cluster` label and in the **Value** drop-down, select your cluster.

0 commit comments

Comments
 (0)