You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/cockpit/how-to/send-logs-from-k8s-to-cockpit.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,11 @@ We will use the [k8s-monitoring](https://artifacthub.io/packages/helm/grafana/k8
20
20
<Macroid="requirements" />
21
21
22
22
- 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
26
26
- 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
28
28
29
29
<Messagetype="important">
30
30
- 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:
78
78
79
79
<Message type="note">
80
80
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).
82
82
</Message>
83
83
84
84
## Send Kubernetes logs using Helm chart
85
85
86
86
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.
87
87
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
89
89
2. Run the command below to install the `k8s-monitoring` Helm chart:
@@ -138,7 +138,7 @@ You can also use Terraform to manage and deploy Helm charts, providing you with
138
138
139
139
1. Click **Cockpit** in the Observability section of the Scaleway [console](https://console.scaleway.com/) side menu. The **Cockpit Overview** page displays.
140
140
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/).
142
142
4. Click the **Home** icon, then click **Explore**.
143
143
5. Select your custom data source in the search drop-down on the upper left corner of your screen.
144
144
6. In the **Labels filter** drop-down, select the `cluster` label and in the **Value** drop-down, select your cluster.
Copy file name to clipboardExpand all lines: pages/cockpit/how-to/send-metrics-from-k8s-to-cockpit.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@ We will use the [k8s-monitoring](https://artifacthub.io/packages/helm/grafana/k8
21
21
<Macroid="requirements" />
22
22
23
23
- 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
27
27
- 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
29
29
30
30
<Messagetype="important">
31
31
- 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:
67
67
68
68
<Message type="note">
69
69
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)
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.
147
147
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
149
149
2. Run the command below to install the `k8s-monitoring` Helm chart:
@@ -167,7 +167,7 @@ Now that your metrics are exported to your Cockpit, you can access and query the
167
167
168
168
1. Click **Cockpit** in the Observability section of the Scaleway [console](https://console.scaleway.com/) side menu. The **Cockpit Overview** page displays.
169
169
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/).
171
171
4. Click the **Home** icon, then click **Explore**.
172
172
5. Select your custom data source in the search drop-down on the upper left corner of your screen.
173
173
6. In the **Labels filter** drop-down, select the `cluster` label and in the **Value** drop-down, select your cluster.
0 commit comments