diff --git a/assets/styles/layouts/_v1-overrides.scss b/assets/styles/layouts/_v1-overrides.scss index 497955bba..12d255d9c 100644 --- a/assets/styles/layouts/_v1-overrides.scss +++ b/assets/styles/layouts/_v1-overrides.scss @@ -1,4 +1,4 @@ -body.v1{ +body.v1, body.platform{ .article .article--content { blockquote { padding: 1.65rem 2rem .1rem 2rem; diff --git a/content/platform/faq/_index.md b/content/platform/faq.md similarity index 100% rename from content/platform/faq/_index.md rename to content/platform/faq.md diff --git a/content/platform/getting-started.md b/content/platform/getting-started.md index c02bf34b3..98ea212e1 100644 --- a/content/platform/getting-started.md +++ b/content/platform/getting-started.md @@ -8,7 +8,6 @@ menu: name: Get started weight: 2 --- -## Overview ![Getting started setup](/img/chronograf/1-6-intro-gs-diagram.png) diff --git a/content/platform/install-and-deploy/_index.md b/content/platform/install-and-deploy/_index.md index e03c37784..e369fed45 100644 --- a/content/platform/install-and-deploy/_index.md +++ b/content/platform/install-and-deploy/_index.md @@ -12,13 +12,4 @@ The InfluxData Platform can be manually installed and configured or can be deployed leveraging containers and other technologies that can speed up and provide consistent resources. -## [Install the InfluxData Platform](/platform/install-and-deploy/install/) - -You can manually install and configure all of the InfluxData Platform OSS components -for use or install InfluxDB Enterprise clusters for production use. - - -## [Deploy the InfluxData TICK stack](/platform/install-and-deploy/deploying/) - -Use containers and container providers to simplify and ease the deployment of -the InfluxData Platform. +{{< children >}} diff --git a/content/platform/install-and-deploy/deploying/_index.md b/content/platform/install-and-deploy/deploying/_index.md index ca8236f4c..9508074ee 100644 --- a/content/platform/install-and-deploy/deploying/_index.md +++ b/content/platform/install-and-deploy/deploying/_index.md @@ -13,24 +13,4 @@ There are multiple ways to deploy the InfluxData Platform (also known as the TICK stack). See if one of the following container-based installation options meets your requirements. -## Deploy the InfluxData Platform in Docker containers - -You can [deploy the InfluxData Platform OSS (TICK stack) in Docker containers using the InfluxData Sandbox](/platform/install-and-deploy/deploying/sandbox-install) to quickly get up and running and ready for exploration -and testing. The InfluxData Sandbox is not intended for production environments, -but it is a quick way to start using the InfluxData Platform and work with Docker -containers. - -## Deploy InfluxData Platform components in Kubernetes - -To deploy InfluxData Platform OSS components in Kubernetes, see -[Deploy InfluxData Platform components in Kubernetes](/platform/install-and-deploy/deploying/kubernetes). - -## Deploy an InfluxDB Enterprise cluster on Amazon Web Services - -To learn how to deploy InfluxDB Enterprise clusters on Amazon Web Services, see -[Deploy an InfluxDB Enterprise cluster on Amazon Web Services](/platform/install-and-deploy/deploying/amazon-web-services) - -## Deploy InfluxData Platform in Google Cloud Platform - -To learn about deploying InfluxDB Enterprise clusters on Google Cloud Platform (GCP), -see [Deploy InfluxData Platform in Google Cloud Platform](/platform/install-and-deploy/deploying/google-cloud-platform). +{{< children >}} \ No newline at end of file diff --git a/content/platform/install-and-deploy/deploying/amazon-web-services.md b/content/platform/install-and-deploy/deploying/amazon-web-services.md index 28974ca54..8e8f29624 100644 --- a/content/platform/install-and-deploy/deploying/amazon-web-services.md +++ b/content/platform/install-and-deploy/deploying/amazon-web-services.md @@ -1,9 +1,10 @@ --- title: Deploy an InfluxDB Enterprise cluster on Amazon Web Services +list_title: Deploy on AWS description: Use the Terraform InfluxDB AWS Module to deploy single or multi- cluster architectures on Amazon Web Services. menu: platform: - name: Deploy InfluxDB Enterprise clusters on Amazon Web Services + name: AWS parent: deploy-platform weight: 3 --- diff --git a/content/platform/install-and-deploy/deploying/google-cloud-platform.md b/content/platform/install-and-deploy/deploying/google-cloud-platform.md index 087513f2c..ef6cf6839 100644 --- a/content/platform/install-and-deploy/deploying/google-cloud-platform.md +++ b/content/platform/install-and-deploy/deploying/google-cloud-platform.md @@ -1,9 +1,10 @@ --- title: Deploy the InfluxData Platform in Google Cloud Platform +list_title: Deploy on Google Cloud Platform description: Deploy the InfluxData Platform and InfluxDB Enterprise clusters in Google Cloud Platform menu: platform: - name: Deploy in Google Cloud Platform + name: Google Cloud Platform parent: deploy-platform weight: 2 --- diff --git a/content/platform/install-and-deploy/deploying/kubernetes.md b/content/platform/install-and-deploy/deploying/kubernetes.md index d65ca720c..9e29bf46d 100644 --- a/content/platform/install-and-deploy/deploying/kubernetes.md +++ b/content/platform/install-and-deploy/deploying/kubernetes.md @@ -1,9 +1,11 @@ --- title: Deploy InfluxData Platform components in Kubernetes +list_title: Deploy with Kubernetes description: Deploy the InfluxData Platform components in Kubernetes menu: platform: - name: Deploy InfluxData Platform in Kubernetes + name: Kubernetes + identifier: deploy-k8s parent: deploy-platform weight: 4 --- diff --git a/content/platform/install-and-deploy/deploying/sandbox-install.md b/content/platform/install-and-deploy/deploying/sandbox-install.md index d980a014e..15f17d31d 100644 --- a/content/platform/install-and-deploy/deploying/sandbox-install.md +++ b/content/platform/install-and-deploy/deploying/sandbox-install.md @@ -1,11 +1,12 @@ --- title: Deploy the InfluxData Platform (TICK stack) in Docker containers +list_title: Deploy the TICK Sandbox in Docker description: Install the InfluxData Sandbox, the quickest way to get a TICK stack up and running and ready for exploration and testing. aliases: - /platform/installation/sandbox-install menu: platform: - name: Deploy InfluxData Platform (OSS) + name: Docker sandbox parent: deploy-platform weight: 1 --- diff --git a/content/platform/install-and-deploy/install/_index.md b/content/platform/install-and-deploy/install/_index.md index 85c8eaf1f..9de097202 100644 --- a/content/platform/install-and-deploy/install/_index.md +++ b/content/platform/install-and-deploy/install/_index.md @@ -16,12 +16,9 @@ Install and configure the InfluxData platform (TICK stack) using one of the foll - [Install the open source version of InfluxData 1.x platform](/platform/install-and-deploy/install/oss-install) - Install InfluxData 1.x Enterprise: - - a. [Install Telegraf](/{{< latest "telegraf" >}}/introduction/installation/) - - b. [Install InfluxDB Enterprise](/{{< latest "enterprise_influxdb" >}}/install-and-deploy/) - - c. [Install Kapacitor Enterprise](/enterprise_kapacitor/latest/introduction/installation_guide/) + 1. [Install Telegraf](/{{< latest "telegraf" >}}/introduction/installation/) + 2. [Install InfluxDB Enterprise](/{{< latest "enterprise_influxdb" >}}/install-and-deploy/) + 3. [Install Kapacitor Enterprise](/enterprise_kapacitor/latest/introduction/installation_guide/) {{% note %}} Windows support is experimental. diff --git a/content/platform/install-and-deploy/install/oss-install.md b/content/platform/install-and-deploy/install/oss-install.md index 32e4ce54b..5ef48a329 100644 --- a/content/platform/install-and-deploy/install/oss-install.md +++ b/content/platform/install-and-deploy/install/oss-install.md @@ -1,10 +1,11 @@ --- title: Install the InfluxData TICK stack (OSS) +list_title: TICK stack (OSS) description: Install and configure the open source InfluxData TICK stack – Telegraf, InfluxDB, Chronograf, and Kapacitor. alias: /platform/installation/oss-install menu: platform: - name: Install InfluxData TICK stack (OSS) + name: TICK stack (OSS) parent: install-platform weight: 2 --- diff --git a/content/platform/integrations/_index.md b/content/platform/integrations/_index.md index 050f095e0..5fa89d0b3 100644 --- a/content/platform/integrations/_index.md +++ b/content/platform/integrations/_index.md @@ -12,10 +12,4 @@ The InfluxData Platform and its TICK stack components integrate with a number of platforms and technologies. These pages document the integrations and provide links to additional material. -## [Docker](/platform/integrations/docker) -Learn the TICK stack can run in Docker containers and monitor containers running -on the Docker daemon. - -## [Kubernetes](/platform/integrations/kubernetes) -Learn about all the ways the TICK stack can work with Kubernetes, including -monitoring Kubernetes and deploying on Kubernetes. +{{< children >}} \ No newline at end of file diff --git a/content/platform/monitoring/_index.md b/content/platform/monitoring/_index.md index 1f8baee24..c2133a9d2 100644 --- a/content/platform/monitoring/_index.md +++ b/content/platform/monitoring/_index.md @@ -10,13 +10,4 @@ menu: --- -## [Monitor the InfluxData Platform](/platform/monitoring/influxdata-platform) - -To monitor the health of the InfluxData Platform components, you can use -measurement statistics that are available internally or use a "watcher of watchers" -approach to collect statistics from remote InfluxDB servers and store them externally -from the systems that are being monitored. - -## [Monitor containers using the InfluxData Platform](/platform/monitoring/containers) - -The InfluxData Platform can be used to monitor containers and container orchestration. +{{< children >}} diff --git a/content/platform/monitoring/containers/_index.md b/content/platform/monitoring/containers/_index.md index eab40f24f..7deb6f0a3 100644 --- a/content/platform/monitoring/containers/_index.md +++ b/content/platform/monitoring/containers/_index.md @@ -11,6 +11,4 @@ menu: This is a new section of the documentation and new content will be added frequently as support for the InfluxData Platform and containers rapidly evolves. -## [Monitor Kubernetes using the InfluxData Platform](/platform/monitoring/containers/kubernetes/) - -You can use the InfluxData Platform to monitor your Kubernetes installations. +{{< children >}} diff --git a/content/platform/monitoring/influxdata-platform/_index.md b/content/platform/monitoring/influxdata-platform/_index.md index 8ce3706b8..b931a04e6 100644 --- a/content/platform/monitoring/influxdata-platform/_index.md +++ b/content/platform/monitoring/influxdata-platform/_index.md @@ -18,15 +18,4 @@ another OSS or Enterprise TICK stack. They cover different potential monitoring and visualizing the monitoring data in a way that makes it easy to recognize, alert on, and address anomalies as they happen. -## [Internal versus external monitoring](/platform/monitoring/influxdata-platform/internal-vs-external) -An explanation of internal and external monitoring strategies for your Enterprise -or OSS TICK stack with the pros and cons of each. - -## [Set up an external monitor](/platform/monitoring/influxdata-platform/external-monitor-setup) -How to set up an external InfluxData TICK stack that monitors another Enterprise or OSS TICK stack. - -## [Dashboards for monitoring InfluxDB](/platform/monitoring/influxdata-platform/monitoring-dashboards) -Set up dashboards to help visualize and monitor the health and performance of your InfluxData TICK stack. - -## [Tools for monitoring InfluxDB](/platform/monitoring/influxdata-platform/tools) -The InfluxData platform provides tools to help you monitor and troubleshoot issues if they arise. +{{< children >}} \ No newline at end of file diff --git a/content/platform/monitoring/influxdata-platform/tools/_index.md b/content/platform/monitoring/influxdata-platform/tools/_index.md index 5823c558d..6408feb3d 100644 --- a/content/platform/monitoring/influxdata-platform/tools/_index.md +++ b/content/platform/monitoring/influxdata-platform/tools/_index.md @@ -12,15 +12,4 @@ menu: The following tools are available to help monitor and troubleshoot the InfluxData platform. -## [InfluxDB `_internal` measurements](/platform/monitoring/influxdata-platform/tools/measurements-internal) -Understand the InfluxDB `_internal` measurements and fields and use them to monitor -InfluxDB OSS and InfluxDB Enterprise servers. - -## [Kapacitor measurements](/platform/monitoring/influxdata-platform/tools/kapacitor-measurements) -Understand the Kapacitor internal metrics and use them to monitor Kapacitor. - -## [SHOW DIAGNOSTICS statement ](/platform/monitoring/influxdata-platform/tools/show-diagnostics) -Use the `SHOW DIAGNOSTICS` statement to get current InfluxDB instance information, including build details, uptime, hostname, server configuration, memory usage, and Go runtime diagnostics. - -## [SHOW STATS statement](/platform/monitoring/influxdata-platform/tools/show-stats) -Use the `SHOW STATS` statement for current measurement statistics of InfluxDB servers and available (enabled) components.}} +{{< children >}} diff --git a/content/platform/monitoring/influxdata-platform/tools/show-diagnostics.md b/content/platform/monitoring/influxdata-platform/tools/show-diagnostics.md index 2bdf58c84..4fab8a333 100644 --- a/content/platform/monitoring/influxdata-platform/tools/show-diagnostics.md +++ b/content/platform/monitoring/influxdata-platform/tools/show-diagnostics.md @@ -1,6 +1,6 @@ --- -title: Use the SHOW DIAGNOSTICS statement to monitoring InfluxDB diagnostic information -description: Use the SHOW DIAGNOSTICS statement to monitor InfluxDB instances. +title: SHOW DIAGNOSTICS statement +description: Use the SHOW DIAGNOSTICS statement to monitoring InfluxDB diagnostic information. aliases: - /platform/monitoring/tools/show-diagnostics/ menu: diff --git a/content/platform/monitoring/influxdata-platform/tools/show-stats.md b/content/platform/monitoring/influxdata-platform/tools/show-stats.md index 59fa7b263..2629958fa 100644 --- a/content/platform/monitoring/influxdata-platform/tools/show-stats.md +++ b/content/platform/monitoring/influxdata-platform/tools/show-stats.md @@ -1,6 +1,6 @@ --- -title: Use the SHOW STATS statement to monitor InfluxDB statistics -description: Use the SHOW STATS statement to monitor InfluxDB instances. +title: SHOW STATS statement +description: Use the SHOW STATS statement to monitor InfluxDB statistics. aliases: - /platform/monitoring/tools/show-stats/ menu: diff --git a/content/platform/ops-guide/_index.md b/content/platform/ops-guide.md similarity index 100% rename from content/platform/ops-guide/_index.md rename to content/platform/ops-guide.md diff --git a/content/platform/troubleshoot/_index.md b/content/platform/troubleshoot/_index.md new file mode 100644 index 000000000..bb68fd057 --- /dev/null +++ b/content/platform/troubleshoot/_index.md @@ -0,0 +1,13 @@ +--- +title: Troubleshoot issues using InfluxData Platform monitoring +description: placeholder +menu: + platform: + name: Troubleshoot + weight: 65 +--- + +With a [monitored TICK stack](/platform/monitoring), identifying, diagnosing, and resolving problems is much easier. +This section walks through recognizing and solving important issues that commonly appear in the recommended monitored metrics. + +{{< children >}} \ No newline at end of file diff --git a/content/platform/troubleshooting/disk-usage.md b/content/platform/troubleshoot/disk-usage.md similarity index 95% rename from content/platform/troubleshooting/disk-usage.md rename to content/platform/troubleshoot/disk-usage.md index 680fe3083..65f92c1ba 100644 --- a/content/platform/troubleshooting/disk-usage.md +++ b/content/platform/troubleshoot/disk-usage.md @@ -1,10 +1,11 @@ --- -title: Troubleshooting disk usage -description: How to identify and troubleshoot high disk usage when using InfluxData's TICK stack. +title: Troubleshoot high disk usage +list_title: High disk usage +description: Identify and troubleshoot high disk usage when using the InfluxData TICK stack. menu: platform: name: Disk usage - parent: Troubleshooting issues + parent: Troubleshoot weight: 4 --- diff --git a/content/platform/troubleshooting/hhq-buildup.md b/content/platform/troubleshoot/hhq-buildup.md similarity index 83% rename from content/platform/troubleshooting/hhq-buildup.md rename to content/platform/troubleshoot/hhq-buildup.md index fa81e0992..c37fd79a5 100644 --- a/content/platform/troubleshooting/hhq-buildup.md +++ b/content/platform/troubleshoot/hhq-buildup.md @@ -5,7 +5,7 @@ draft: true menu: platform: name: Hinted Handoff Queue buildup - parent: Troubleshooting issues + parent: Troubleshoot weight: 3 --- diff --git a/content/platform/troubleshooting/iops.md b/content/platform/troubleshoot/iops.md similarity index 79% rename from content/platform/troubleshooting/iops.md rename to content/platform/troubleshoot/iops.md index 4708bdf7f..004fe1932 100644 --- a/content/platform/troubleshooting/iops.md +++ b/content/platform/troubleshoot/iops.md @@ -5,7 +5,7 @@ draft: true menu: platform: name: IOPS - parent: Troubleshooting issues + parent: Troubleshoot weight: 5 --- diff --git a/content/platform/troubleshooting/log-analysis.md b/content/platform/troubleshoot/log-analysis.md similarity index 81% rename from content/platform/troubleshooting/log-analysis.md rename to content/platform/troubleshoot/log-analysis.md index 61c9ec056..1f59b9336 100644 --- a/content/platform/troubleshooting/log-analysis.md +++ b/content/platform/troubleshoot/log-analysis.md @@ -5,7 +5,7 @@ draft: true menu: platform: name: Log analysis - parent: Troubleshooting issues + parent: Troubleshoot weight: 6 --- diff --git a/content/platform/troubleshooting/oom-loops.md b/content/platform/troubleshoot/oom-loops.md similarity index 96% rename from content/platform/troubleshooting/oom-loops.md rename to content/platform/troubleshoot/oom-loops.md index 08f44f34e..a8f329d92 100644 --- a/content/platform/troubleshooting/oom-loops.md +++ b/content/platform/troubleshoot/oom-loops.md @@ -1,10 +1,11 @@ --- -title: Troubleshooting out-of-memory loops -description: How to identify and troubleshoot out-of-memory (OOM) loops when using InfluxData's TICK stack. +title: Troubleshoot out-of-memory loops +list_title: Out-of-memory loops +description: Identify and troubleshoot out-of-memory (OOM) loops when using the InfluxData TICK stack. menu: platform: name: Out-of-memory loops - parent: Troubleshooting issues + parent: Troubleshoot weight: 1 --- diff --git a/content/platform/troubleshooting/read-write-volume.md b/content/platform/troubleshoot/read-write-volume.md similarity index 83% rename from content/platform/troubleshooting/read-write-volume.md rename to content/platform/troubleshoot/read-write-volume.md index 29d6e133a..8343ba470 100644 --- a/content/platform/troubleshooting/read-write-volume.md +++ b/content/platform/troubleshoot/read-write-volume.md @@ -5,7 +5,7 @@ draft: true menu: platform: name: Volume of reads and writes - parent: Troubleshooting issues + parent: Troubleshoot weight: 7 --- diff --git a/content/platform/troubleshooting/runaway-series-cardinality.md b/content/platform/troubleshoot/runaway-series-cardinality.md similarity index 83% rename from content/platform/troubleshooting/runaway-series-cardinality.md rename to content/platform/troubleshoot/runaway-series-cardinality.md index 8277f43a4..0fa39aed5 100644 --- a/content/platform/troubleshooting/runaway-series-cardinality.md +++ b/content/platform/troubleshoot/runaway-series-cardinality.md @@ -5,7 +5,7 @@ draft: true menu: platform: name: Runaway series cardinality - parent: Troubleshooting issues + parent: Troubleshoot weight: 2 --- diff --git a/content/platform/troubleshooting/_index.md b/content/platform/troubleshooting/_index.md deleted file mode 100644 index 681114d44..000000000 --- a/content/platform/troubleshooting/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: Troubleshooting issues using InfluxData Platform monitoring -description: placeholder -menu: - platform: - name: Troubleshooting issues - weight: 25 ---- - -With a [monitored TICK stack](/platform/monitoring), identifying, diagnosing, and resolving problems is much easier. -This section walks through recognizing and solving important issues that commonly appear in the recommended monitored metrics. - -## [Out-of-memory loops](/platform/troubleshooting/oom-loops) - -How to identify and resolve out-of-memory (OOM) loops in your TICK stack. - - - -## [Disk usage](/platform/troubleshooting/disk-usage) - -How to identify and resolve high disk usage in your TICK stack. - - diff --git a/content/platform/use-cases/_index.md b/content/platform/use-cases/_index.md index 33c9f1a1d..490275f4e 100644 --- a/content/platform/use-cases/_index.md +++ b/content/platform/use-cases/_index.md @@ -1,11 +1,11 @@ --- title: InfluxData Platform use cases -description: Use-case-focused guides on how to use InfluxData's TICK stack to accomplish different tasks. -draft: true +description: Use-case-focused guides on how to use InfluxData's TICK stack to accomplish different tasks. menu: platform: name: Use cases weight: 60 +draft: true --- Explore many ways to use the InfluxData Platform and its TICK stack components.