Merge branch 'master' into jts-5948-fix-influxdb3-install
commit
eb5f3b4067
|
@ -455,15 +455,11 @@ v2: /influxdb/v2.0/get-started/
|
|||
Use the `prepend` and `append` frontmatter to add content to the top or bottom of a page.
|
||||
Each has the following fields:
|
||||
|
||||
- **block:** _(Optional)_ block style to wrap content in (note, warn, cloud, or enterprise)
|
||||
- **content:** _**(Required)**_ markdown content to add.
|
||||
|
||||
```yaml
|
||||
append:
|
||||
block: note
|
||||
content: |
|
||||
#### This is example markdown content
|
||||
This is just an example note block that gets appended to the article.
|
||||
append: |
|
||||
> [!Note]
|
||||
> #### This is example markdown content
|
||||
> This is just an example note block that gets appended to the article.
|
||||
```
|
||||
|
||||
Use this frontmatter with [cascade](#cascade) to add the same content to
|
||||
|
@ -471,11 +467,10 @@ all children pages as well.
|
|||
|
||||
```yaml
|
||||
cascade:
|
||||
append:
|
||||
block: note
|
||||
content: |
|
||||
#### This is example markdown content
|
||||
This is just an example note block that gets appended to the article.
|
||||
append: |
|
||||
> [!Note]
|
||||
> #### This is example markdown content
|
||||
> This is just an example note block that gets appended to the article.
|
||||
```
|
||||
|
||||
### Cascade
|
||||
|
|
|
@ -9,6 +9,8 @@ menu:
|
|||
weight: 203
|
||||
aliases:
|
||||
- /influxdb/cloud/organizations/buckets/delete-bucket/
|
||||
source: /shared/influxdb-v2/admin/buckets/delete-bucket.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/admin/buckets/delete-bucket.md-->
|
||||
|
|
|
@ -13,6 +13,8 @@ alt_links:
|
|||
cloud-serverless: /influxdb3/cloud-serverless/admin/tokens/create-token
|
||||
cloud-dedicated: /influxdb3/cloud-dedicated/admin/tokens/database/create
|
||||
clustered: /influxdb3/clustered/admin/tokens/database/create
|
||||
source: /shared/influxdb-v2/admin/tokens/create-token.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/admin/tokens/create-token.md-->
|
||||
|
|
|
@ -9,6 +9,8 @@ menu:
|
|||
weight: 204
|
||||
aliases:
|
||||
- /influxdb/cloud/security/tokens/delete-token/
|
||||
source: /shared/influxdb-v2/admin/tokens/delete-token.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/admin/tokens/delete-token.md-->
|
||||
|
|
|
@ -9,6 +9,8 @@ menu:
|
|||
weight: 203
|
||||
aliases:
|
||||
- /influxdb/cloud/security/tokens/update-tokens/
|
||||
source: /shared/influxdb-v2/admin/tokens/update-tokens.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/admin/tokens/update-tokens.md-->
|
||||
|
|
|
@ -9,6 +9,8 @@ menu:
|
|||
weight: 204
|
||||
aliases:
|
||||
- /influxdb/cloud/security/tokens/use-tokens/
|
||||
source: /shared/influxdb-v2/admin/tokens/use-tokens.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/admin/tokens/use-tokens.md-->
|
||||
|
|
|
@ -10,6 +10,8 @@ weight: 202
|
|||
aliases:
|
||||
- /influxdb/cloud/users/tokens/view-tokens
|
||||
- /influxdb/cloud/security/tokens/view-tokens/
|
||||
source: /shared/influxdb-v2/admin/tokens/view-tokens.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/admin/tokens/view-tokens.md-->
|
||||
|
|
|
@ -10,6 +10,8 @@ menu:
|
|||
aliases:
|
||||
- /influxdb/cloud/tools/api/
|
||||
influxdb/cloud/tags: [api]
|
||||
source: /shared/influxdb-v2/api-guide/api_intro.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/api_intro.md-->
|
||||
|
|
|
@ -14,6 +14,8 @@ menu:
|
|||
name: Client libraries
|
||||
parent: Develop with the API
|
||||
influxdb/cloud/tags: [client libraries]
|
||||
source: /shared/influxdb-v2/api-guide/client-libraries/_index.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/client-libraries/_index.md-->
|
||||
|
|
|
@ -12,6 +12,8 @@ menu:
|
|||
params:
|
||||
url: https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino
|
||||
weight: 201
|
||||
source: /shared/influxdb-v2/api-guide/client-libraries/arduino.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/client-libraries/arduino.md-->
|
|
@ -18,6 +18,8 @@ aliases:
|
|||
related:
|
||||
- /influxdb/cloud/api-guide/client-libraries/nodejs/write/
|
||||
- /influxdb/cloud/api-guide/client-libraries/nodejs/query/
|
||||
source: /shared/influxdb-v2/api-guide/client-libraries/browserjs.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/client-libraries/browserjs.md-->
|
||||
|
|
|
@ -11,6 +11,8 @@ menu:
|
|||
params:
|
||||
url: https://github.com/influxdata/influxdb-client-csharp
|
||||
weight: 201
|
||||
source: /shared/influxdb-v2/api-guide/client-libraries/csharp.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/client-libraries/csharp.md-->
|
|
@ -11,6 +11,8 @@ menu:
|
|||
params:
|
||||
url: https://github.com/influxdata/influxdb-client-dart
|
||||
weight: 201
|
||||
source: /shared/influxdb-v2/api-guide/client-libraries/dart.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/client-libraries/dart.md-->
|
|
@ -13,6 +13,8 @@ weight: 201
|
|||
aliases:
|
||||
- /influxdb/cloud/reference/api/client-libraries/go/
|
||||
- /influxdb/cloud/tools/client-libraries/go/
|
||||
source: /shared/influxdb-v2/api-guide/client-libraries/go.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/client-libraries/go.md-->
|
||||
|
|
|
@ -11,6 +11,8 @@ menu:
|
|||
params:
|
||||
url: https://github.com/influxdata/influxdb-client-java
|
||||
weight: 201
|
||||
source: /shared/influxdb-v2/api-guide/client-libraries/java.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/client-libraries/java.md-->
|
|
@ -11,6 +11,8 @@ menu:
|
|||
params:
|
||||
url: https://github.com/influxdata/influxdb-client-java/tree/master/client-kotlin
|
||||
weight: 201
|
||||
source: /shared/influxdb-v2/api-guide/client-libraries/kotlin.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/client-libraries/kotlin.md-->
|
|
@ -14,6 +14,8 @@ aliases:
|
|||
- /influxdb/cloud/reference/api/client-libraries/js/
|
||||
- /influxdb/cloud/reference/api/client-libraries/nodejs/
|
||||
- /influxdb/cloud/tools/client-libraries/js/
|
||||
source: /shared/influxdb-v2/api-guide/client-libraries/nodejs/_index.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/client-libraries/nodejs/_index.md-->
|
||||
|
|
|
@ -12,9 +12,11 @@ weight: 100
|
|||
aliases:
|
||||
- /influxdb/cloud/reference/api/client-libraries/js/install
|
||||
- /influxdb/cloud/reference/api/client-libraries/nodejs/install
|
||||
source: /shared/influxdb-v2/api-guide/client-libraries/nodejs/install.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/client-libraries/nodejs/install.md-->
|
||||
|
||||
{{% note %}}
|
||||
The URL in the examples depends on your [InfluxDB Cloud region](/influxdb/cloud/reference/regions/).
|
||||
|
|
|
@ -11,6 +11,8 @@ weight: 201
|
|||
aliases:
|
||||
- /influxdb/cloud/reference/api/client-libraries/js/query
|
||||
- /influxdb/cloud/reference/api/client-libraries/nodejs/query
|
||||
source: /shared/influxdb-v2/api-guide/client-libraries/nodejs/query.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/client-libraries/nodejs/query.md-->
|
||||
|
|
|
@ -13,6 +13,8 @@ aliases:
|
|||
- /influxdb/cloud/reference/api/client-libraries/nodejs/write
|
||||
related:
|
||||
- /influxdb/cloud/write-data/troubleshoot/
|
||||
source: /shared/influxdb-v2/api-guide/client-libraries/nodejs/write.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/client-libraries/nodejs/write.md-->
|
||||
|
|
|
@ -11,6 +11,8 @@ menu:
|
|||
params:
|
||||
url: https://github.com/influxdata/influxdb-client-php
|
||||
weight: 201
|
||||
source: /shared/influxdb-v2/api-guide/client-libraries/php.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/client-libraries/php.md-->
|
|
@ -14,6 +14,8 @@ aliases:
|
|||
- /influxdb/cloud/reference/api/client-libraries/python-cl-guide/
|
||||
- /influxdb/cloud/tools/client-libraries/python/
|
||||
weight: 201
|
||||
source: /shared/influxdb-v2/api-guide/client-libraries/python.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/client-libraries/python.md-->
|
||||
|
|
|
@ -11,6 +11,8 @@ menu:
|
|||
params:
|
||||
url: https://github.com/influxdata/influxdb-client-r
|
||||
weight: 201
|
||||
source: /shared/influxdb-v2/api-guide/client-libraries/r.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/client-libraries/r.md-->
|
|
@ -11,6 +11,8 @@ menu:
|
|||
params:
|
||||
url: https://github.com/influxdata/influxdb-client-ruby
|
||||
weight: 201
|
||||
source: /shared/influxdb-v2/api-guide/client-libraries/ruby.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/client-libraries/ruby.md-->
|
|
@ -11,6 +11,8 @@ menu:
|
|||
params:
|
||||
url: https://github.com/influxdata/influxdb-client-java/tree/master/client-scala
|
||||
weight: 201
|
||||
source: /shared/influxdb-v2/api-guide/client-libraries/scala.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/client-libraries/scala.md-->
|
|
@ -11,6 +11,8 @@ menu:
|
|||
params:
|
||||
url: https://github.com/influxdata/influxdb-client-swift
|
||||
weight: 201
|
||||
source: /shared/influxdb-v2/api-guide/client-libraries/swift.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/client-libraries/swift.md-->
|
|
@ -13,6 +13,8 @@ related:
|
|||
- /influxdb/cloud/query-data/influxql
|
||||
aliases:
|
||||
- /influxdb/cloud/reference/api/influxdb-1x/
|
||||
source: /shared/influxdb-v2/api-guide/influxdb-1x/_index.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/influxdb-1x/_index.md-->
|
||||
|
|
|
@ -15,6 +15,8 @@ related:
|
|||
- /influxdb/cloud/query-data/influxql/
|
||||
aliases:
|
||||
- /influxdb/cloud/reference/api/influxdb-1x/dbrp/
|
||||
source: /shared/influxdb-v2/api-guide/influxdb-1x/dbrp.md
|
||||
---
|
||||
|
||||
{{% duplicate-oss %}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/influxdb-1x/dbrp.md-->
|
||||
|
|
|
@ -17,6 +17,8 @@ related:
|
|||
- /influxdb/cloud/query-data/influxql
|
||||
aliases:
|
||||
- /influxdb/cloud/reference/api/influxdb-1x/query/
|
||||
source: /shared/influxdb-v2/api-guide/influxdb-1x/query.md
|
||||
---
|
||||
|
||||
{{% duplicate-oss %}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/influxdb-1x/query.md-->
|
||||
|
|
|
@ -18,6 +18,8 @@ related:
|
|||
- /influxdb/cloud/reference/syntax/line-protocol
|
||||
aliases:
|
||||
- /influxdb/cloud/reference/api/influxdb-1x/write/
|
||||
source: /shared/influxdb-v2/api-guide/influxdb-1x/write.md
|
||||
---
|
||||
|
||||
{{% duplicate-oss %}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/influxdb-1x/write.md-->
|
||||
|
|
|
@ -8,6 +8,8 @@ menu:
|
|||
name: Client library tutorials
|
||||
parent: Develop with the API
|
||||
influxdb/cloud/tags: [api]
|
||||
source: /shared/influxdb-v2/api-guide/tutorials/_index.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/tutorials/_index.md-->
|
||||
|
|
|
@ -11,6 +11,8 @@ menu:
|
|||
name: JavaScript
|
||||
parent: Client library tutorials
|
||||
influxdb/cloud/tags: [api, javascript, nodejs]
|
||||
source: /shared/influxdb-v2/api-guide/tutorials/nodejs.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/tutorials/nodejs.md-->
|
||||
|
|
|
@ -12,6 +12,8 @@ menu:
|
|||
name: Python
|
||||
parent: Client library tutorials
|
||||
influxdb/cloud/tags: [api, python]
|
||||
source: /shared/influxdb-v2/api-guide/tutorials/python.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/api-guide/tutorials/python.md-->
|
||||
|
|
|
@ -62,8 +62,8 @@ The following are important definitions to understand when using InfluxDB:
|
|||
|
||||
- **Point**: Single data record identified by its _measurement, tag keys, tag values, field key, and timestamp_.
|
||||
- **Series**: A group of points with the same
|
||||
{{% oss-only %}}_measurement, tag keys, and tag values_.{{% /oss-only %}}
|
||||
{{% cloud-only %}}_measurement, tag keys and values, and field key_.{{% /cloud-only %}}
|
||||
{{% show-in "v2" %}}_measurement, tag keys, and tag values_.{{% /show-in %}}
|
||||
{{% show-in "cloud,cloud-serverless" %}}_measurement, tag keys and values, and field key_.{{% /show-in %}}
|
||||
|
||||
##### Example InfluxDB query results
|
||||
|
||||
|
@ -81,13 +81,13 @@ InfluxDB {{< current-version >}}. Examples are provided for each of the followin
|
|||
### InfluxDB user interface (UI)
|
||||
|
||||
The InfluxDB UI provides a web-based visual interface for interacting with and managing InfluxDB.
|
||||
{{% oss-only %}}The UI is packaged with InfluxDB and runs as part of the InfluxDB service. To access the UI, with InfluxDB running, visit [localhost:8086](http://localhost:8086) in your browser.{{% /oss-only %}}
|
||||
{{% cloud-only %}}To access the InfluxDB Cloud UI, [log into your InfluxDB Cloud account](https://cloud2.influxdata.com).{{% /cloud-only %}}
|
||||
{{% show-in "v2" %}}The UI is packaged with InfluxDB and runs as part of the InfluxDB service. To access the UI, with InfluxDB running, visit [localhost:8086](http://localhost:8086) in your browser.{{% /show-in %}}
|
||||
{{% show-in "cloud,cloud-serverless" %}}To access the InfluxDB Cloud UI, [log into your InfluxDB Cloud account](https://cloud2.influxdata.com).{{% /show-in %}}
|
||||
|
||||
### `influx` CLI
|
||||
|
||||
The `influx` CLI lets you interact with and manage InfluxDB {{< current-version >}} from a command line.
|
||||
{{% oss-only %}}The CLI is packaged separately from InfluxDB and must be downloaded and installed separately.{{% /oss-only %}}
|
||||
{{% show-in "v2" %}}The CLI is packaged separately from InfluxDB and must be downloaded and installed separately.{{% /show-in %}}
|
||||
For detailed CLI installation instructions, see
|
||||
[Use the influx CLI](/influxdb/cloud/tools/influx-cli/).
|
||||
|
||||
|
|
|
@ -17,6 +17,8 @@ related:
|
|||
- /influxdb/cloud/process-data/get-started/
|
||||
- /flux/v0/get-started/
|
||||
- /flux/v0/stdlib/
|
||||
source: /shared/influxdb-v2/get-started/process.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/get-started/process.md-->
|
||||
|
|
|
@ -14,6 +14,8 @@ weight: 102
|
|||
metadata: [3 / 5]
|
||||
related:
|
||||
- /influxdb/cloud/query-data/
|
||||
source: /shared/influxdb-v2/get-started/query.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/get-started/query.md-->
|
||||
|
|
|
@ -17,6 +17,8 @@ related:
|
|||
- /influxdb/cloud/visualize-data/visualization-types/
|
||||
- /influxdb/cloud/tools/chronograf/
|
||||
- /influxdb/cloud/tools/grafana/
|
||||
source: /shared/influxdb-v2/get-started/visualize.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/get-started/visualize.md-->
|
|
@ -17,6 +17,8 @@ related:
|
|||
- /influxdb/cloud/write-data/best-practices/
|
||||
- /influxdb/cloud/reference/syntax/line-protocol/
|
||||
- /telegraf/v1/
|
||||
source: /shared/influxdb-v2/get-started/write.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/get-started/write.md-->
|
|
@ -9,6 +9,8 @@ menu:
|
|||
name: Monitor & alert
|
||||
weight: 6
|
||||
influxdb/cloud/tags: [monitor, alert, checks, notification, endpoints]
|
||||
source: /shared/influxdb-v2/monitor-alert/_index.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/_index.md-->
|
||||
|
|
|
@ -10,6 +10,8 @@ weight: 201
|
|||
related:
|
||||
- /influxdb/cloud/monitor-alert/notification-rules/
|
||||
- /influxdb/cloud/monitor-alert/notification-endpoints/
|
||||
source: /shared/influxdb-v2/monitor-alert/checks/create.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/checks/create.md-->
|
||||
|
|
|
@ -10,6 +10,8 @@ weight: 204
|
|||
related:
|
||||
- /influxdb/cloud/monitor-alert/notification-rules/
|
||||
- /influxdb/cloud/monitor-alert/notification-endpoints/
|
||||
source: /shared/influxdb-v2/monitor-alert/checks/delete.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/checks/delete.md-->
|
||||
|
|
|
@ -10,6 +10,8 @@ weight: 203
|
|||
related:
|
||||
- /influxdb/cloud/monitor-alert/notification-rules/
|
||||
- /influxdb/cloud/monitor-alert/notification-endpoints/
|
||||
source: /shared/influxdb-v2/monitor-alert/checks/update.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/checks/update.md-->
|
|
@ -10,6 +10,8 @@ weight: 202
|
|||
related:
|
||||
- /influxdb/cloud/monitor-alert/notification-rules/
|
||||
- /influxdb/cloud/monitor-alert/notification-endpoints/
|
||||
source: /shared/influxdb-v2/monitor-alert/checks/view.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/checks/view.md-->
|
||||
|
|
|
@ -8,6 +8,8 @@ menu:
|
|||
parent: Monitor & alert
|
||||
weight: 201
|
||||
influxdb/cloud/tags: [alerts, checks, tasks, Flux]
|
||||
source: /shared/influxdb-v2/monitor-alert/custom-checks.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/custom-checks.md-->
|
||||
|
|
|
@ -10,6 +10,8 @@ weight: 201
|
|||
related:
|
||||
- /influxdb/cloud/monitor-alert/checks/
|
||||
- /influxdb/cloud/monitor-alert/notification-rules/
|
||||
source: /shared/influxdb-v2/monitor-alert/notification-endpoints/create.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/notification-endpoints/create.md-->
|
|
@ -10,6 +10,8 @@ weight: 204
|
|||
related:
|
||||
- /influxdb/cloud/monitor-alert/checks/
|
||||
- /influxdb/cloud/monitor-alert/notification-rules/
|
||||
source: /shared/influxdb-v2/monitor-alert/notification-endpoints/delete.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/notification-endpoints/delete.md-->
|
||||
|
|
|
@ -10,6 +10,8 @@ weight: 203
|
|||
related:
|
||||
- /influxdb/cloud/monitor-alert/checks/
|
||||
- /influxdb/cloud/monitor-alert/notification-rules/
|
||||
source: /shared/influxdb-v2/monitor-alert/notification-endpoints/update.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/notification-endpoints/update.md-->
|
||||
|
|
|
@ -11,6 +11,8 @@ weight: 202
|
|||
related:
|
||||
- /influxdb/cloud/monitor-alert/checks/
|
||||
- /influxdb/cloud/monitor-alert/notification-rules/
|
||||
source: /shared/influxdb-v2/monitor-alert/notification-endpoints/view.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/notification-endpoints/view.md-->
|
||||
|
|
|
@ -9,6 +9,8 @@ menu:
|
|||
related:
|
||||
- /influxdb/cloud/monitor-alert/checks/
|
||||
- /influxdb/cloud/monitor-alert/notification-endpoints/
|
||||
source: /shared/influxdb-v2/monitor-alert/notification-rules/create.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/notification-rules/create.md-->
|
||||
|
|
|
@ -9,6 +9,8 @@ menu:
|
|||
related:
|
||||
- /influxdb/cloud/monitor-alert/checks/
|
||||
- /influxdb/cloud/monitor-alert/notification-endpoints/
|
||||
source: /shared/influxdb-v2/monitor-alert/notification-rules/delete.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/notification-rules/delete.md-->
|
||||
|
|
|
@ -9,6 +9,8 @@ menu:
|
|||
related:
|
||||
- /influxdb/cloud/monitor-alert/checks/
|
||||
- /influxdb/cloud/monitor-alert/notification-endpoints/
|
||||
source: /shared/influxdb-v2/monitor-alert/notification-rules/update.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/notification-rules/update.md-->
|
||||
|
|
|
@ -9,6 +9,8 @@ menu:
|
|||
related:
|
||||
- /influxdb/cloud/monitor-alert/checks/
|
||||
- /influxdb/cloud/monitor-alert/notification-endpoints/
|
||||
source: /shared/influxdb-v2/monitor-alert/notification-rules/view.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/notification-rules/view.md-->
|
||||
|
|
|
@ -9,6 +9,8 @@ weight: 104
|
|||
influxdb/cloud/tags: [alert, email, notifications, check]
|
||||
related:
|
||||
- /influxdb/cloud/monitor-alert/checks/
|
||||
source: /shared/influxdb-v2/monitor-alert/send-email.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/send-email.md-->
|
|
@ -7,6 +7,8 @@ menu:
|
|||
parent: Monitor infrastructure
|
||||
name: AWS CloudWatch
|
||||
weight: 201
|
||||
source: /shared/influxdb-v2/monitor-alert/templates/infrastructure/aws.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/templates/infrastructure/aws.md-->
|
||||
|
|
|
@ -7,6 +7,8 @@ menu:
|
|||
parent: Monitor infrastructure
|
||||
name: Docker
|
||||
weight: 202
|
||||
source: /shared/influxdb-v2/monitor-alert/templates/infrastructure/docker.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/templates/infrastructure/docker.md-->
|
||||
|
|
|
@ -7,6 +7,8 @@ menu:
|
|||
parent: Monitor infrastructure
|
||||
name: Raspberry Pi
|
||||
weight: 201
|
||||
source: /shared/influxdb-v2/monitor-alert/templates/infrastructure/raspberry-pi.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/templates/infrastructure/raspberry-pi.md-->
|
||||
|
|
|
@ -7,6 +7,8 @@ menu:
|
|||
parent: Monitor infrastructure
|
||||
name: vSphere
|
||||
weight: 206
|
||||
source: /shared/influxdb-v2/monitor-alert/templates/infrastructure/vshpere.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/templates/infrastructure/vshpere.md-->
|
||||
|
|
|
@ -7,6 +7,8 @@ menu:
|
|||
parent: Monitor infrastructure
|
||||
name: Windows
|
||||
weight: 207
|
||||
source: /shared/influxdb-v2/monitor-alert/templates/infrastructure/windows.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/templates/infrastructure/windows.md-->
|
||||
|
|
|
@ -13,6 +13,8 @@ related:
|
|||
- /influxdb/v2/reference/cli/influx/apply/
|
||||
- /influxdb/v2/reference/cli/influx/template/
|
||||
- /influxdb/cloud/tools/influxdb-templates/monitor
|
||||
source: /shared/influxdb-v2/monitor-alert/templates/monitor.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/templates/monitor.md-->
|
||||
|
|
|
@ -7,6 +7,8 @@ menu:
|
|||
parent: Monitor networks
|
||||
name: HAproxy
|
||||
weight: 201
|
||||
source: /shared/influxdb-v2/monitor-alert/templates/networks/haproxy.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/monitor-alert/templates/networks/haproxy.md-->
|
||||
|
|
|
@ -16,6 +16,8 @@ related:
|
|||
- /influxdb/cloud/process-data/manage-tasks/
|
||||
- /influxdb/cloud/process-data/manage-tasks/create-task/
|
||||
- /resources/videos/influxdb-tasks/
|
||||
source: /shared/influxdb-v2/process-data/get-started.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/process-data/get-started.md-->
|
|
@ -10,6 +10,8 @@ menu:
|
|||
weight: 201
|
||||
related:
|
||||
- /influxdb/cloud/reference/cli/influx/task/create
|
||||
source: /shared/influxdb-v2/process-data/manage-tasks/create-task.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/process-data/manage-tasks/create-task.md-->
|
||||
|
|
|
@ -10,6 +10,8 @@ menu:
|
|||
weight: 206
|
||||
related:
|
||||
- /influxdb/cloud/reference/cli/influx/task/delete
|
||||
source: /shared/influxdb-v2/process-data/manage-tasks/delete-task.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/process-data/manage-tasks/delete-task.md-->
|
||||
|
|
|
@ -11,6 +11,8 @@ weight: 203
|
|||
related:
|
||||
- /influxdb/cloud/reference/cli/influx/task/run
|
||||
- /influxdb/cloud/reference/cli/influx/task/retry
|
||||
source: /shared/influxdb-v2/process-data/manage-tasks/run-task.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/process-data/manage-tasks/run-task.md-->
|
||||
|
|
|
@ -9,6 +9,8 @@ menu:
|
|||
weight: 203
|
||||
related:
|
||||
- /influxdb/cloud/reference/cli/influx/task/run/find
|
||||
source: /shared/influxdb-v2/process-data/manage-tasks/task-run-history.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/process-data/manage-tasks/task-run-history.md-->
|
||||
|
|
|
@ -10,6 +10,8 @@ menu:
|
|||
weight: 204
|
||||
related:
|
||||
- /influxdb/cloud/reference/cli/influx/task/update
|
||||
source: /shared/influxdb-v2/process-data/manage-tasks/update-task.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/process-data/manage-tasks/update-task.md-->
|
||||
|
|
|
@ -10,6 +10,8 @@ menu:
|
|||
parent: Process data
|
||||
weight: 105
|
||||
influxdb/cloud/tags: [tasks, flux]
|
||||
source: /shared/influxdb-v2/process-data/task-options.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/process-data/task-options.md-->
|
|
@ -9,6 +9,8 @@ menu:
|
|||
name: Common queries
|
||||
parent: Query data
|
||||
weight: 104
|
||||
source: /shared/influxdb-v2/query-data/common-queries/_index.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/common-queries/_index.md-->
|
|
@ -9,6 +9,8 @@ menu:
|
|||
name: Compare values from different buckets
|
||||
parent: Common queries
|
||||
weight: 104
|
||||
source: /shared/influxdb-v2/query-data/common-queries/compare-values.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/common-queries/compare-values.md-->
|
|
@ -10,6 +10,8 @@ menu:
|
|||
weight: 205
|
||||
related:
|
||||
- /resources/videos/iot-monitoring-with-influxdb/
|
||||
source: /shared/influxdb-v2/query-data/common-queries/iot-common-queries.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/common-queries/iot-common-queries.md-->
|
|
@ -8,6 +8,8 @@ menu:
|
|||
influxdb_cloud:
|
||||
parent: Common queries
|
||||
weight: 204
|
||||
source: /shared/influxdb-v2/query-data/common-queries/multiple-fields-in-calculations.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/common-queries/multiple-fields-in-calculations.md-->
|
|
@ -12,6 +12,8 @@ menu:
|
|||
name: Operate on columns
|
||||
parent: Common queries
|
||||
weight: 100
|
||||
source: /shared/influxdb-v2/query-data/common-queries/operate-on-columns.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/common-queries/operate-on-columns.md-->
|
|
@ -8,6 +8,8 @@ menu:
|
|||
name: Query with Data Explorer
|
||||
parent: Execute queries
|
||||
influxdb/cloud/tags: [query]
|
||||
source: /shared/influxdb-v2/query-data/execute-queries/data-explorer.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/execute-queries/data-explorer.md-->
|
|
@ -7,6 +7,8 @@ menu:
|
|||
name: Query in the Flux REPL
|
||||
parent: Execute queries
|
||||
influxdb/cloud/tags: [query]
|
||||
source: /shared/influxdb-v2/query-data/execute-queries/flux-repl.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/execute-queries/flux-repl.md-->
|
||||
|
|
|
@ -7,6 +7,8 @@ menu:
|
|||
name: Query with the InfluxDB API
|
||||
parent: Execute queries
|
||||
influxdb/cloud/tags: [query]
|
||||
source: /shared/influxdb-v2/query-data/execute-queries/influx-api.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/execute-queries/influx-api.md-->
|
||||
|
|
|
@ -9,6 +9,8 @@ menu:
|
|||
influxdb/cloud/tags: [query]
|
||||
related:
|
||||
- /influxdb/cloud/reference/cli/influx/query/
|
||||
source: /shared/influxdb-v2/query-data/execute-queries/influx-query.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/execute-queries/influx-query.md-->
|
|
@ -7,6 +7,8 @@ menu:
|
|||
influxdb_cloud:
|
||||
name: Query with Flux
|
||||
parent: Query data
|
||||
source: /shared/influxdb-v2/query-data/flux/_index.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/_index.md-->
|
||||
|
|
|
@ -16,6 +16,8 @@ related:
|
|||
- /flux/v0/stdlib/universe/pivot
|
||||
- /flux/v0/stdlib/universe/join
|
||||
list_query_example: percentages
|
||||
source: /shared/influxdb-v2/query-data/flux/calculate-percentages.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/calculate-percentages.md-->
|
|
@ -20,6 +20,8 @@ list_code_example: |
|
|||
```js
|
||||
if color == "green" then "008000" else "ffffff"
|
||||
```
|
||||
source: /shared/influxdb-v2/query-data/flux/conditional-logic.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/conditional-logic.md-->
|
|
@ -13,6 +13,8 @@ influxdb/cloud/tags: [query, cumulative sum]
|
|||
related:
|
||||
- /flux/v0/stdlib/universe/cumulativesum/
|
||||
list_query_example: cumulative_sum
|
||||
source: /shared/influxdb-v2/query-data/flux/cumulativesum.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/cumulativesum.md-->
|
|
@ -16,6 +16,8 @@ list_code_example: |
|
|||
data
|
||||
|> multByX(x: 2.0)
|
||||
```
|
||||
source: /shared/influxdb-v2/query-data/flux/custom-functions/_index.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/custom-functions/_index.md-->
|
|
@ -9,6 +9,8 @@ menu:
|
|||
weight: 301
|
||||
related:
|
||||
- /flux/v0/stdlib/universe/reduce/
|
||||
source: /shared/influxdb-v2/query-data/flux/custom-functions/custom-aggregate.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/custom-functions/custom-aggregate.md-->
|
|
@ -20,6 +20,8 @@ list_code_example: |
|
|||
data
|
||||
|> filter(fn: (r) => exists r._value)
|
||||
```
|
||||
source: /shared/influxdb-v2/query-data/flux/exists.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/exists.md-->
|
|
@ -38,6 +38,8 @@ list_code_example: |
|
|||
// List tag values
|
||||
schema.tagValues(bucket: "example-bucket", tag: "example-tag")
|
||||
```
|
||||
source: /shared/influxdb-v2/query-data/flux/explore-schema.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/explore-schema.md-->
|
|
@ -14,6 +14,8 @@ influxdb/cloud/tags: [query, fill]
|
|||
related:
|
||||
- /flux/v0/stdlib/universe/fill/
|
||||
list_query_example: fill_null
|
||||
source: /shared/influxdb-v2/query-data/flux/fill.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/fill.md-->
|
|
@ -16,6 +16,8 @@ related:
|
|||
- /flux/v0/stdlib/universe/first/
|
||||
- /flux/v0/stdlib/universe/last/
|
||||
list_query_example: first_last
|
||||
source: /shared/influxdb-v2/query-data/flux/first-last.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/first-last.md-->
|
|
@ -19,6 +19,8 @@ list_code_example: |
|
|||
|
||||
array.from(rows: [{version: runtime.version()}])
|
||||
```
|
||||
source: /shared/influxdb-v2/query-data/flux/flux-version.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/flux-version.md-->
|
||||
|
|
|
@ -18,6 +18,8 @@ list_code_example: |
|
|||
|> geo.filterRows(region: {lat: 30.04, lon: 31.23, radius: 200.0})
|
||||
|> geo.groupByArea(newColumn: "geoArea", level: 5)
|
||||
```
|
||||
source: /shared/influxdb-v2/query-data/flux/geo/_index.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/geo/_index.md-->
|
|
@ -17,6 +17,8 @@ list_code_example: |
|
|||
sampleGeoData
|
||||
|> geo.filterRows(region: {lat: 30.04, lon: 31.23, radius: 200.0}, strict: true)
|
||||
```
|
||||
source: /shared/influxdb-v2/query-data/flux/geo/filter-by-region.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/geo/filter-by-region.md-->
|
|
@ -19,6 +19,8 @@ list_code_example: |
|
|||
|> geo.groupByArea(newColumn: "geoArea", level: 5)
|
||||
|> geo.asTracks(groupBy: ["id"],orderBy: ["_time"])
|
||||
```
|
||||
source: /shared/influxdb-v2/query-data/flux/geo/group-geo-data.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/geo/group-geo-data.md-->
|
|
@ -29,6 +29,8 @@ list_code_example: |
|
|||
)
|
||||
|> map(fn: (r) => ({r with s2_cell_id: geo.s2CellIDToken(point: {lon: r.lon, lat: r.lat}, level: 10)}))
|
||||
```
|
||||
source: /shared/influxdb-v2/query-data/flux/geo/shape-geo-data.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/geo/shape-geo-data.md-->
|
|
@ -14,6 +14,8 @@ related:
|
|||
- /flux/v0/stdlib/universe/group
|
||||
- /flux/v0/stdlib/experimental/group
|
||||
list_query_example: group
|
||||
source: /shared/influxdb-v2/query-data/flux/group-data.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/group-data.md-->
|
|
@ -14,6 +14,8 @@ related:
|
|||
- /flux/v0/stdlib/universe/histogram
|
||||
- /flux/v0/prometheus/metric-types/histogram/, Work with Prometheus histograms in Flux
|
||||
list_query_example: histogram
|
||||
source: /shared/influxdb-v2/query-data/flux/histograms.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/histograms.md-->
|
|
@ -16,6 +16,8 @@ influxdb/cloud/tags: [query, increase, counters]
|
|||
related:
|
||||
- /flux/v0/stdlib/universe/increase/
|
||||
list_query_example: increase
|
||||
source: /shared/influxdb-v2/query-data/flux/increase.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/increase.md-->
|
|
@ -18,6 +18,8 @@ related:
|
|||
- /flux/v0/join-data/time/
|
||||
- /flux/v0/stdlib/join/
|
||||
list_query_example: join-new
|
||||
source: /shared/influxdb-v2/query-data/flux/join.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/join.md-->
|
|
@ -18,6 +18,8 @@ related:
|
|||
- /flux/v0/function-types#type-conversions, Flux type-conversion functions
|
||||
- /influxdb/cloud/query-data/flux/calculate-percentages/
|
||||
list_query_example: map_math
|
||||
source: /shared/influxdb-v2/query-data/flux/mathematic-operations.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/mathematic-operations.md-->
|
|
@ -16,6 +16,8 @@ related:
|
|||
- /flux/v0/stdlib/universe/median/
|
||||
- /flux/v0/stdlib/universe/quantile/
|
||||
list_query_example: median
|
||||
source: /shared/influxdb-v2/query-data/flux/median.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/median.md-->
|
|
@ -11,6 +11,8 @@ weight: 220
|
|||
related:
|
||||
- /flux/v0/stdlib/universe/stateduration/
|
||||
- /flux/v0/stdlib/universe/statecount/
|
||||
source: /shared/influxdb-v2/query-data/flux/monitor-states.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/monitor-states.md-->
|
|
@ -16,6 +16,8 @@ related:
|
|||
- /flux/v0/stdlib/universe/movingaverage/
|
||||
- /flux/v0/stdlib/universe/timedmovingaverage/
|
||||
list_query_example: moving_average
|
||||
source: /shared/influxdb-v2/query-data/flux/moving-average.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/moving-average.md-->
|
|
@ -20,8 +20,10 @@ related:
|
|||
- /flux/v0/stdlib/date/truncate/
|
||||
- /flux/v0/stdlib/experimental/addduration/
|
||||
- /flux/v0/stdlib/experimental/subduration/
|
||||
source: /shared/influxdb-v2/query-data/flux/operate-on-timestamps.md
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
<!-- The content of this file is at
|
||||
// SOURCE content/shared/influxdb-v2/query-data/flux/operate-on-timestamps.md-->
|
||||
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue