Merge pull request #5635 from influxdata/fix-broken-links

Fix various broken links
pull/5629/head^2
Jason Stirnaman 2024-10-03 17:01:47 -05:00 committed by GitHub
commit daf4e56c92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
18 changed files with 24 additions and 21 deletions

View File

@ -1,7 +1,8 @@
---
title: Manage Chronograf security
description: Manage Chronograf security with OAuth 2.0 providers.
aliases: /chronograf/v1/administration/security-best-practices/
aliases:
- /chronograf/v1/administration/security-best-practices/
menu:
chronograf_v1:
name: Manage Chronograf security

View File

@ -6,6 +6,8 @@ menu:
name: Frequently asked questions (FAQs)
weight: 10
parent: Troubleshoot
aliases:
- /chronograf/latest/guides/transition-web-admin-interface/
---
## How do I connect Chronograf to an InfluxDB Enterprise cluster?

View File

@ -449,8 +449,8 @@ Related entries: [tsm](#tsm-time-structured-merge-tree)
## web console
Legacy user interface for the InfluxDB Enterprise.
Legacy user interface for InfluxDB Enterprise.
This interface has been deprecated. We recommend using [Chronograf](/chronograf/v1/introduction/).
If you are transitioning from the Enterprise Web Console to Chronograf, see how to [transition from the InfluxDB Web Admin Interface](/chronograf/v1/guides/transition-web-admin-interface/).
If you are transitioning from the Enterprise Web Console to Chronograf, see how to [connect Chronograf to an InfluxDB Enterprise cluster](/chronograf/v1/troubleshooting/frequently-asked-questions/#how-do-i-connect-chronograf-to-an-influxdb-enterprise-cluster).

View File

@ -1,14 +1,13 @@
---
title: Query data with the InfluxDB API
description: Query data with Flux and InfluxQL in the InfluxDB API.
alias:
-/docs/v1.8/query_language/querying_data/
menu:
enterprise_influxdb_v1:
weight: 20
parent: Guides
aliases:
- /enterprise_influxdb/v1/guides/querying_data/
- /docs/v1.8/query_language/querying_data/
v2: /influxdb/v2/query-data/
---

View File

@ -86,7 +86,7 @@ less efficient.
Use the following tools to analyze and troubleshoot queries and find performance bottlenecks:
- [Analyze a query plan](/influxdb/cloud-serverless/query-data/analyze-query-plan/)
- [Analyze a query plan](/influxdb/cloud-serverless/query-data/troubleshoot-and-optimize/analyze-query-plan/)
- [Enable trace logging for a query](#enable-trace-logging-for-a-query)
### Enable trace logging for a query

View File

@ -11,7 +11,7 @@ weight: 104
influxdb/cloud/tags: [influxql, query, write]
related:
- /influxdb/cloud/query-data/influxql
alias:
aliases:
- /influxdb/cloud/reference/api/influxdb-1x/
---

View File

@ -13,7 +13,7 @@ related:
- /influxdb/cloud/reference/api/influxdb-1x/write
- /influxdb/cloud/api/#tag/DBRPs, InfluxDB v2 API /dbrps endpoint
- /influxdb/cloud/query-data/influxql/
alias:
aliases:
- /influxdb/cloud/reference/api/influxdb-1x/dbrp/
---

View File

@ -15,7 +15,7 @@ list_code_example: |
</pre>
related:
- /influxdb/cloud/query-data/influxql
alias:
aliases:
- /influxdb/cloud/reference/api/influxdb-1x/query/
---

View File

@ -16,7 +16,7 @@ list_code_example: |
</pre>
related:
- /influxdb/cloud/reference/syntax/line-protocol
alias:
aliases:
- /influxdb/cloud/reference/api/influxdb-1x/write/
---

View File

@ -9,11 +9,11 @@ menu:
influxdb_cloud:
name: Bulk ingest historical data
parent: Write data
alias:
aliases:
- /influxdb/v2/write-data/bulk-ingest-cloud
---
To upload a large amount **(10GB or greater)** of previously existing *historical*
To upload a large amount **(10 GB or greater)** of previously existing *historical*
data into InfluxDB Cloud, contact [InfluxData Support](https://support.influxdata.com/) for assistance.
Well review your ingest rate limits, volume, and existing
[data schema](/influxdb/cloud/reference/key-concepts/data-schema) to ensure the

View File

@ -2,8 +2,8 @@
title: About InfluxDB OSS
description: >
Release notes, licenses, contribution guidelines, and third-party software details for InfluxDB.
alias:
-/docs/v1.8/about/
aliases:
- /docs/v1.8/about/
menu:
influxdb_v1:
name: About the project

View File

@ -1,7 +1,7 @@
---
title: Query data with the InfluxDB API
description: Query data with Flux and InfluxQL in the InfluxDB API.
alias:
aliases:
-/docs/v1.8/query_language/querying_data/
menu:
influxdb_v1:

View File

@ -13,7 +13,7 @@ related:
- /influxdb/v2/reference/api/influxdb-1x/write
- /influxdb/v2/api/#tag/DBRPs, InfluxDB v2 API /dbrps endpoint
- /influxdb/v2/query-data/influxql/
alias:
aliases:
- /influxdb/v2/reference/api/influxdb-1x/dbrp/
---

View File

@ -15,7 +15,7 @@ list_code_example: |
</pre>
related:
- /influxdb/v2/query-data/influxql
alias:
aliases:
- /influxdb/v2/reference/api/influxdb-1x/query/
---

View File

@ -16,7 +16,7 @@ list_code_example: |
</pre>
related:
- /influxdb/v2/reference/syntax/line-protocol
alias:
aliases:
- /influxdb/v2/reference/api/influxdb-1x/write/
---

View File

@ -7,7 +7,7 @@ menu:
influxdb_v2:
name: Query with Flux
parent: Query data
alias:
aliases:
- /influxdb/v2/query-data/guides/
---

View File

@ -32,7 +32,7 @@ configuration option.
- [When does data actually get deleted?](#when-does-data-actually-get-deleted)
## Bucket retention period
A **bucket retention period** is the [duration](/influxdb/v2/glossary/#duration) of time that a bucket retains data.
A **bucket retention period** is the [duration](/influxdb/v2/reference/glossary/#duration) of time that a bucket retains data.
Retention periods can be infinite or as short as an hour.
[Points](/influxdb/v2/reference/glossary/#point) in a bucket with timestamps
beyond the defined retention period (relative to now) are _eligible_ for deletion.

View File

@ -2,7 +2,8 @@
title: Install the InfluxData 1.x TICK stack (OSS)
list_title: TICK stack (OSS)
description: Install and configure the open source InfluxData 1.x TICK stack Telegraf, InfluxDB, Chronograf, and Kapacitor.
alias: /platform/installation/oss-install
aliases:
- /platform/installation/oss-install
menu:
platform:
name: TICK stack (OSS)