From a8866cd25ed662017470a01ed6575d4ef3df5041 Mon Sep 17 00:00:00 2001 From: "Tony Ibbs (Tibs)" Date: Thu, 10 Nov 2022 10:23:58 +0000 Subject: [PATCH] Change http to https to fix link redirects --- docs/products/grafana/reference/plugins.rst | 22 +++++++++---------- docs/products/kafka.rst | 2 +- docs/products/kafka/concepts/auth-types.rst | 2 +- docs/products/kafka/kafka-connect.rst | 2 +- .../reference/connect-metrics-prometheus.rst | 2 +- docs/products/kafka/kafka-mirrormaker.rst | 2 +- .../reference/kafka-metrics-prometheus.rst | 2 +- .../howto/pg-long-running-queries.rst | 6 ++--- 8 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/products/grafana/reference/plugins.rst b/docs/products/grafana/reference/plugins.rst index e370fa0561..9852953489 100644 --- a/docs/products/grafana/reference/plugins.rst +++ b/docs/products/grafana/reference/plugins.rst @@ -32,7 +32,7 @@ Clock - `Grafana `__ | D3 Gauge - `Grafana `__ | `GitHub `__ Provides a D3-based gauge panel for Grafana 6.x/7.x -Dashboard list - `Grafana `__ | `Grafana Docs `__ +Dashboard list - `Grafana `__ | `Grafana Docs `__ Allows you to display dynamic links to other dashboards. The list can be configured to use starred dashboards, a search query and/or dashboard tags. Diagram - `Grafana `__ | `GitHub `__ @@ -56,7 +56,7 @@ Getting Started Graph - `Grafana Docs `__ Included with Grafana, provides a very rich set of graphing options. -Heatmap - `Grafana `__ | `Grafana Docs `__ +Heatmap - `Grafana `__ | `Grafana Docs `__ Allows you to view histograms over time. Histogram - `Grafana `__ | `GitHub `__ @@ -83,7 +83,7 @@ Plugin list - `Grafana `__ Singlestat Math - `Grafana `__ A modification of the native single stat panel to support math functions across series. -Stat - `Grafana Docs `__ +Stat - `Grafana Docs `__ Included with Grafana, allows you to show the one main summary stat of a SINGLE series. State timeline @@ -122,10 +122,10 @@ Altinity plugin for ClickHouse® - `GitHub `__ | `GitHub `__ Provides a single source for monitoring Azure resources. -CloudWatch - `Grafana `__ | `Grafana Docs `__ +CloudWatch - `Grafana `__ | `Grafana Docs `__ Build dashboards for your CloudWatch metrics. -Elasticsearch - `Grafana `__ | `Grafana Docs `__ +Elasticsearch - `Grafana `__ | `Grafana Docs `__ Performs Elasticsearch queries to visualize logs or metrics stored in Elasticsearch. Annotate your graphs with log events stored in Elasticsearch. GitHub - `GitHub `__ @@ -137,10 +137,10 @@ Google BigQuery - `GitHub `__ Google Sheets - `Grafana `__ | `GitHub `__ Visualize your Google Spreadsheets in Grafana. -Graphite - `Grafana `__ | `Grafana Docs `__ +Graphite - `Grafana `__ | `Grafana Docs `__ Quickly navigate the metric space, add functions, change function parameters and more. -InfluxDB® - `Grafana `__ | `Grafana Docs `__ +InfluxDB® - `Grafana `__ | `Grafana Docs `__ Instana - `Grafana `__ | `GitHub `__ Shows metrics from Instana AI-Powered APM for dynamic applications. @@ -154,22 +154,22 @@ Loki Microsoft SQL Server Grafana ships with a built-in Microsoft SQL Server (MSSQL) data source plugin that allows you to query and visualize data from any Microsoft SQL Server 2005 or newer. -MySQL - `Grafana `__ | `Grafana Docs `__ +MySQL - `Grafana `__ | `Grafana Docs `__ Allows you to query any visualize data from a MySQL compatible database. OpenSearch® - `Grafana `__ Runs many types of simple or complex OpenSearch queries to visualize logs or metrics stored in OpenSearch. Annotate your graphs with log events stored in OpenSearch. -OpenTSDB - `Grafana `__ | `Grafana Docs `__ +OpenTSDB - `Grafana `__ | `Grafana Docs `__ OpenTSDB is a scalable, distributed time series database. Pagerduty - `Grafana `__ | `GitHub `__ Annotations-only datasource for Pagerduty events. -PostgreSQL® - `Grafana `__ | `Grafana Docs `__ +PostgreSQL® - `Grafana `__ | `Grafana Docs `__ Allows you to query and visualize data from a PostgreSQL compatible database. -Prometheus - `Grafana `__ | `Grafana Docs `__ +Prometheus - `Grafana `__ | `Grafana Docs `__ Work with the open-source service monitoring system and time series database. Prometheus AlertManager - `GitHub `__ diff --git a/docs/products/kafka.rst b/docs/products/kafka.rst index 0b9c4a29ee..24187c2669 100644 --- a/docs/products/kafka.rst +++ b/docs/products/kafka.rst @@ -60,7 +60,7 @@ Apache Kafka resources If you are new to Apache Kafka, try these resources to learn more: -* The main Apache Kafka project page: http://kafka.apache.org/ +* The main Apache Kafka project page: https://kafka.apache.org/ * The Karapace schema registry that Aiven maintains and makes available for every Aiven for Apache Kafka service: https://karapace.io/ diff --git a/docs/products/kafka/concepts/auth-types.rst b/docs/products/kafka/concepts/auth-types.rst index 62562fca9e..4547f65cb3 100644 --- a/docs/products/kafka/concepts/auth-types.rst +++ b/docs/products/kafka/concepts/auth-types.rst @@ -10,7 +10,7 @@ Transport Layer Security **Transport Layer Security (TLS)**, also known as Secure Sockets Layer (SSL), is an established standard for securing internet traffic. This method relies on a certificate that is provided by a Certificate -Authority (for example, `letsencrypt.org `_ ) for your domain. +Authority (for example, `letsencrypt.org `_ ) for your domain. With this certificate and the right technical setup, you can use your domain to encrypt the traffic to your service. diff --git a/docs/products/kafka/kafka-connect.rst b/docs/products/kafka/kafka-connect.rst index 0084761090..bc656b78fb 100644 --- a/docs/products/kafka/kafka-connect.rst +++ b/docs/products/kafka/kafka-connect.rst @@ -156,7 +156,7 @@ Apache Kafka® Connect resources If you are new to Apache Kafka Connect, try these resources to learn more: -* The main Apache Kafka project page: http://kafka.apache.org/ +* The main Apache Kafka project page: https://kafka.apache.org/ * The Karapace schema registry that Aiven maintains and makes available for every Aiven for Apache Kafka service: https://karapace.io/ diff --git a/docs/products/kafka/kafka-connect/reference/connect-metrics-prometheus.rst b/docs/products/kafka/kafka-connect/reference/connect-metrics-prometheus.rst index dcaaeaa07d..9033e55e7f 100644 --- a/docs/products/kafka/kafka-connect/reference/connect-metrics-prometheus.rst +++ b/docs/products/kafka/kafka-connect/reference/connect-metrics-prometheus.rst @@ -3,7 +3,7 @@ Metrics for Aiven for Apache Kafka® Connect available via Prometheus Below you can find a summary of every metric available via Prometheus for an Aiven for Apache Kafka® Connect service. You can review the list of metrics available via Prometheus for the Aiven for Apache Kafka® service in the :doc:`dedicated document `. -A full description of the metrics is available in the `Connect Monitoring section of the Apache Kafka® documentation `_. +A full description of the metrics is available in the `Connect Monitoring section of the Apache Kafka® documentation `_. .. Note:: diff --git a/docs/products/kafka/kafka-mirrormaker.rst b/docs/products/kafka/kafka-mirrormaker.rst index 081e8472e8..ece98f0ff4 100644 --- a/docs/products/kafka/kafka-mirrormaker.rst +++ b/docs/products/kafka/kafka-mirrormaker.rst @@ -46,7 +46,7 @@ Apache Kafka® MirrorMaker 2 resources If you are new to Apache Kafka® MirrorMaker 2, try these resources to learn more: -* The main Apache Kafka® project page: http://kafka.apache.org/ +* The main Apache Kafka® project page: https://kafka.apache.org/ * The Karapace schema registry that Aiven maintains and makes available for every Aiven for Apache Kafka® service: https://karapace.io/ diff --git a/docs/products/kafka/reference/kafka-metrics-prometheus.rst b/docs/products/kafka/reference/kafka-metrics-prometheus.rst index 6d85b16417..3ec3640f05 100644 --- a/docs/products/kafka/reference/kafka-metrics-prometheus.rst +++ b/docs/products/kafka/reference/kafka-metrics-prometheus.rst @@ -90,7 +90,7 @@ The list of Apache Kafka Connect metrics is available in the :doc:`dedicated pag Apache Kafka broker ------------------- -The descriptions for the below metrics are available in the `Monitoring section of the Apache Kafka documentation `_. +The descriptions for the below metrics are available in the `Monitoring section of the Apache Kafka documentation `_. .. Note:: diff --git a/docs/products/postgresql/howto/pg-long-running-queries.rst b/docs/products/postgresql/howto/pg-long-running-queries.rst index e90eaea4fd..d4ef2802bb 100644 --- a/docs/products/postgresql/howto/pg-long-running-queries.rst +++ b/docs/products/postgresql/howto/pg-long-running-queries.rst @@ -5,14 +5,14 @@ Aiven does not terminate any customer queries even if they run indefinitely, but To identify and terminate such long-running queries, you can do it from either: -* `Aiven Console `__ +* `Aiven Console `__ * `PostgreSQL® shell `_ (``psql``) Terminate long running queries from the Aiven Console ----------------------------------------------------- -In the `Aiven Console `_, you can go to the **Current Queries** tab for your service. +In the `Aiven Console `_, you can go to the **Current Queries** tab for your service. .. image:: /images/products/postgresql/pg-long-running-queries.png :alt: PostgreSQL® service overview tab in Aiven's console @@ -81,4 +81,4 @@ which you should see the role:: To resolve the permission issue, you may grant the user the appropriate role as per below:: - grant testrole to avnadmin; \ No newline at end of file + grant testrole to avnadmin;