restructured platform section
parent
1af4f7c5bb
commit
4289d5dfa3
|
@ -1,4 +1,4 @@
|
|||
body.v1{
|
||||
body.v1, body.platform{
|
||||
.article .article--content {
|
||||
blockquote {
|
||||
padding: 1.65rem 2rem .1rem 2rem;
|
||||
|
|
|
@ -8,7 +8,6 @@ menu:
|
|||
name: Get started
|
||||
weight: 2
|
||||
---
|
||||
## Overview
|
||||
|
||||
![Getting started setup](/img/chronograf/1-6-intro-gs-diagram.png)
|
||||
|
||||
|
|
|
@ -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 >}}
|
||||
|
|
|
@ -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 >}}
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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 >}}
|
|
@ -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 >}}
|
||||
|
|
|
@ -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 >}}
|
||||
|
|
|
@ -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 >}}
|
|
@ -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 >}}
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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 >}}
|
|
@ -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
|
||||
---
|
||||
|
|
@ -5,7 +5,7 @@ draft: true
|
|||
menu:
|
||||
platform:
|
||||
name: Hinted Handoff Queue buildup
|
||||
parent: Troubleshooting issues
|
||||
parent: Troubleshoot
|
||||
weight: 3
|
||||
---
|
||||
|
|
@ -5,7 +5,7 @@ draft: true
|
|||
menu:
|
||||
platform:
|
||||
name: IOPS
|
||||
parent: Troubleshooting issues
|
||||
parent: Troubleshoot
|
||||
weight: 5
|
||||
---
|
||||
|
|
@ -5,7 +5,7 @@ draft: true
|
|||
menu:
|
||||
platform:
|
||||
name: Log analysis
|
||||
parent: Troubleshooting issues
|
||||
parent: Troubleshoot
|
||||
weight: 6
|
||||
---
|
||||
|
|
@ -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
|
||||
---
|
||||
|
|
@ -5,7 +5,7 @@ draft: true
|
|||
menu:
|
||||
platform:
|
||||
name: Volume of reads and writes
|
||||
parent: Troubleshooting issues
|
||||
parent: Troubleshoot
|
||||
weight: 7
|
||||
---
|
||||
|
|
@ -5,7 +5,7 @@ draft: true
|
|||
menu:
|
||||
platform:
|
||||
name: Runaway series cardinality
|
||||
parent: Troubleshooting issues
|
||||
parent: Troubleshoot
|
||||
weight: 2
|
||||
---
|
||||
|
|
@ -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.
|
||||
|
||||
<!-- ## [Runaway series cardinality](/platform/troubleshooting/runaway-series-cardinality)
|
||||
How to identify and resolve runaway series cardinality in your TICK stack.
|
||||
|
||||
## [Hinted Handoff Queue buildup](/platform/troubleshooting/hhq-buildup)
|
||||
How to identify and resolve hinted handoff queue (HHQ) buildup in InfluxDB Enterprise. -->
|
||||
|
||||
## [Disk usage](/platform/troubleshooting/disk-usage)
|
||||
|
||||
How to identify and resolve high disk usage in your TICK stack.
|
||||
|
||||
<!-- ## [IOPS](/platform/troubleshooting/iops)
|
||||
How to identify and resolve high input/output operations per second (IOPS) in your TICK stack.
|
||||
|
||||
## [Log analysis](/platform/troubleshooting/log-analysis)
|
||||
How to identify and resolve issues by analyzing log output in your TICK stack.
|
||||
|
||||
## [Volume of reads/writes](/platform/troubleshooting/read-write-volume)
|
||||
How to identify and resolve issues with read and write volumes in your TICK stack. -->
|
|
@ -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
|
||||
menu:
|
||||
platform:
|
||||
name: Use cases
|
||||
weight: 60
|
||||
draft: true
|
||||
---
|
||||
|
||||
Explore many ways to use the InfluxData Platform and its TICK stack components.
|
||||
|
|
Loading…
Reference in New Issue