Update shared content usage in v2 docs and more (#5953)

* replaced all oss- and cloud-only shortcodes

* removed duplicate oss calls and replaced with shared source

* base changes for shared v2 content

* restored shared grafana content

* removed frontmatter from shared v2 content

* WIP fixing lists with show-in shortcode

* fix lists that use show-in shortcode

* updated all v2 files to remove duplicate-oss and use source sharing

* update prepend and append frontmatter to just use string input

* fixed broken menu keys
remove-note-warn-shortcodes
Scott Anderson 2025-04-02 15:54:32 -06:00 committed by GitHub
parent df5eef765e
commit 1522e734b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1094 changed files with 46714 additions and 44878 deletions

View File

@ -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. Use the `prepend` and `append` frontmatter to add content to the top or bottom of a page.
Each has the following fields: 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 ```yaml
append: append: |
block: note > [!Note]
content: | > #### This is example markdown content
#### This is example markdown content > This is just an example note block that gets appended to the article.
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 Use this frontmatter with [cascade](#cascade) to add the same content to
@ -471,11 +467,10 @@ all children pages as well.
```yaml ```yaml
cascade: cascade:
append: append: |
block: note > [!Note]
content: | > #### This is example markdown content
#### This is example markdown content > This is just an example note block that gets appended to the article.
This is just an example note block that gets appended to the article.
``` ```
### Cascade ### Cascade

View File

@ -9,6 +9,8 @@ menu:
weight: 203 weight: 203
aliases: aliases:
- /influxdb/cloud/organizations/buckets/delete-bucket/ - /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-->

View File

@ -13,6 +13,8 @@ alt_links:
cloud-serverless: /influxdb3/cloud-serverless/admin/tokens/create-token cloud-serverless: /influxdb3/cloud-serverless/admin/tokens/create-token
cloud-dedicated: /influxdb3/cloud-dedicated/admin/tokens/database/create cloud-dedicated: /influxdb3/cloud-dedicated/admin/tokens/database/create
clustered: /influxdb3/clustered/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-->

View File

@ -9,6 +9,8 @@ menu:
weight: 204 weight: 204
aliases: aliases:
- /influxdb/cloud/security/tokens/delete-token/ - /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-->

View File

@ -9,6 +9,8 @@ menu:
weight: 203 weight: 203
aliases: aliases:
- /influxdb/cloud/security/tokens/update-tokens/ - /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-->

View File

@ -9,6 +9,8 @@ menu:
weight: 204 weight: 204
aliases: aliases:
- /influxdb/cloud/security/tokens/use-tokens/ - /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-->

View File

@ -10,6 +10,8 @@ weight: 202
aliases: aliases:
- /influxdb/cloud/users/tokens/view-tokens - /influxdb/cloud/users/tokens/view-tokens
- /influxdb/cloud/security/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-->

View File

@ -10,6 +10,8 @@ menu:
aliases: aliases:
- /influxdb/cloud/tools/api/ - /influxdb/cloud/tools/api/
influxdb/cloud/tags: [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-->

View File

@ -14,6 +14,8 @@ menu:
name: Client libraries name: Client libraries
parent: Develop with the API parent: Develop with the API
influxdb/cloud/tags: [client libraries] 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-->

View File

@ -12,6 +12,8 @@ menu:
params: params:
url: https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino url: https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino
weight: 201 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-->

View File

@ -18,6 +18,8 @@ aliases:
related: related:
- /influxdb/cloud/api-guide/client-libraries/nodejs/write/ - /influxdb/cloud/api-guide/client-libraries/nodejs/write/
- /influxdb/cloud/api-guide/client-libraries/nodejs/query/ - /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-->

View File

@ -11,6 +11,8 @@ menu:
params: params:
url: https://github.com/influxdata/influxdb-client-csharp url: https://github.com/influxdata/influxdb-client-csharp
weight: 201 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-->

View File

@ -11,6 +11,8 @@ menu:
params: params:
url: https://github.com/influxdata/influxdb-client-dart url: https://github.com/influxdata/influxdb-client-dart
weight: 201 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-->

View File

@ -13,6 +13,8 @@ weight: 201
aliases: aliases:
- /influxdb/cloud/reference/api/client-libraries/go/ - /influxdb/cloud/reference/api/client-libraries/go/
- /influxdb/cloud/tools/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-->

View File

@ -11,6 +11,8 @@ menu:
params: params:
url: https://github.com/influxdata/influxdb-client-java url: https://github.com/influxdata/influxdb-client-java
weight: 201 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-->

View File

@ -11,6 +11,8 @@ menu:
params: params:
url: https://github.com/influxdata/influxdb-client-java/tree/master/client-kotlin url: https://github.com/influxdata/influxdb-client-java/tree/master/client-kotlin
weight: 201 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-->

View File

@ -14,6 +14,8 @@ aliases:
- /influxdb/cloud/reference/api/client-libraries/js/ - /influxdb/cloud/reference/api/client-libraries/js/
- /influxdb/cloud/reference/api/client-libraries/nodejs/ - /influxdb/cloud/reference/api/client-libraries/nodejs/
- /influxdb/cloud/tools/client-libraries/js/ - /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-->

View File

@ -12,9 +12,11 @@ weight: 100
aliases: aliases:
- /influxdb/cloud/reference/api/client-libraries/js/install - /influxdb/cloud/reference/api/client-libraries/js/install
- /influxdb/cloud/reference/api/client-libraries/nodejs/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 %}} {{% note %}}
The URL in the examples depends on your [InfluxDB Cloud region](/influxdb/cloud/reference/regions/). The URL in the examples depends on your [InfluxDB Cloud region](/influxdb/cloud/reference/regions/).

View File

@ -11,6 +11,8 @@ weight: 201
aliases: aliases:
- /influxdb/cloud/reference/api/client-libraries/js/query - /influxdb/cloud/reference/api/client-libraries/js/query
- /influxdb/cloud/reference/api/client-libraries/nodejs/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-->

View File

@ -13,6 +13,8 @@ aliases:
- /influxdb/cloud/reference/api/client-libraries/nodejs/write - /influxdb/cloud/reference/api/client-libraries/nodejs/write
related: related:
- /influxdb/cloud/write-data/troubleshoot/ - /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-->

View File

@ -11,6 +11,8 @@ menu:
params: params:
url: https://github.com/influxdata/influxdb-client-php url: https://github.com/influxdata/influxdb-client-php
weight: 201 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-->

View File

@ -14,6 +14,8 @@ aliases:
- /influxdb/cloud/reference/api/client-libraries/python-cl-guide/ - /influxdb/cloud/reference/api/client-libraries/python-cl-guide/
- /influxdb/cloud/tools/client-libraries/python/ - /influxdb/cloud/tools/client-libraries/python/
weight: 201 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-->

View File

@ -11,6 +11,8 @@ menu:
params: params:
url: https://github.com/influxdata/influxdb-client-r url: https://github.com/influxdata/influxdb-client-r
weight: 201 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-->

View File

@ -11,6 +11,8 @@ menu:
params: params:
url: https://github.com/influxdata/influxdb-client-ruby url: https://github.com/influxdata/influxdb-client-ruby
weight: 201 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-->

View File

@ -11,6 +11,8 @@ menu:
params: params:
url: https://github.com/influxdata/influxdb-client-java/tree/master/client-scala url: https://github.com/influxdata/influxdb-client-java/tree/master/client-scala
weight: 201 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-->

View File

@ -11,6 +11,8 @@ menu:
params: params:
url: https://github.com/influxdata/influxdb-client-swift url: https://github.com/influxdata/influxdb-client-swift
weight: 201 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-->

View File

@ -13,6 +13,8 @@ related:
- /influxdb/cloud/query-data/influxql - /influxdb/cloud/query-data/influxql
aliases: aliases:
- /influxdb/cloud/reference/api/influxdb-1x/ - /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-->

View File

@ -15,6 +15,8 @@ related:
- /influxdb/cloud/query-data/influxql/ - /influxdb/cloud/query-data/influxql/
aliases: aliases:
- /influxdb/cloud/reference/api/influxdb-1x/dbrp/ - /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-->

View File

@ -17,6 +17,8 @@ related:
- /influxdb/cloud/query-data/influxql - /influxdb/cloud/query-data/influxql
aliases: aliases:
- /influxdb/cloud/reference/api/influxdb-1x/query/ - /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-->

View File

@ -18,6 +18,8 @@ related:
- /influxdb/cloud/reference/syntax/line-protocol - /influxdb/cloud/reference/syntax/line-protocol
aliases: aliases:
- /influxdb/cloud/reference/api/influxdb-1x/write/ - /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-->

View File

@ -8,6 +8,8 @@ menu:
name: Client library tutorials name: Client library tutorials
parent: Develop with the API parent: Develop with the API
influxdb/cloud/tags: [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-->

View File

@ -11,6 +11,8 @@ menu:
name: JavaScript name: JavaScript
parent: Client library tutorials parent: Client library tutorials
influxdb/cloud/tags: [api, javascript, nodejs] 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-->

View File

@ -12,6 +12,8 @@ menu:
name: Python name: Python
parent: Client library tutorials parent: Client library tutorials
influxdb/cloud/tags: [api, python] 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-->

View File

@ -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_. - **Point**: Single data record identified by its _measurement, tag keys, tag values, field key, and timestamp_.
- **Series**: A group of points with the same - **Series**: A group of points with the same
{{% oss-only %}}_measurement, tag keys, and tag values_.{{% /oss-only %}} {{% show-in "v2" %}}_measurement, tag keys, and tag values_.{{% /show-in %}}
{{% cloud-only %}}_measurement, tag keys and values, and field key_.{{% /cloud-only %}} {{% show-in "cloud,cloud-serverless" %}}_measurement, tag keys and values, and field key_.{{% /show-in %}}
##### Example InfluxDB query results ##### Example InfluxDB query results
@ -81,13 +81,13 @@ InfluxDB {{< current-version >}}. Examples are provided for each of the followin
### InfluxDB user interface (UI) ### InfluxDB user interface (UI)
The InfluxDB UI provides a web-based visual interface for interacting with and managing InfluxDB. 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 %}} {{% 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 %}}
{{% cloud-only %}}To access the InfluxDB Cloud UI, [log into your InfluxDB Cloud account](https://cloud2.influxdata.com).{{% /cloud-only %}} {{% 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 ### `influx` CLI
The `influx` CLI lets you interact with and manage InfluxDB {{< current-version >}} from a command line. 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 For detailed CLI installation instructions, see
[Use the influx CLI](/influxdb/cloud/tools/influx-cli/). [Use the influx CLI](/influxdb/cloud/tools/influx-cli/).

View File

@ -17,6 +17,8 @@ related:
- /influxdb/cloud/process-data/get-started/ - /influxdb/cloud/process-data/get-started/
- /flux/v0/get-started/ - /flux/v0/get-started/
- /flux/v0/stdlib/ - /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-->

View File

@ -14,6 +14,8 @@ weight: 102
metadata: [3 / 5] metadata: [3 / 5]
related: related:
- /influxdb/cloud/query-data/ - /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-->

View File

@ -17,6 +17,8 @@ related:
- /influxdb/cloud/visualize-data/visualization-types/ - /influxdb/cloud/visualize-data/visualization-types/
- /influxdb/cloud/tools/chronograf/ - /influxdb/cloud/tools/chronograf/
- /influxdb/cloud/tools/grafana/ - /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-->

View File

@ -17,6 +17,8 @@ related:
- /influxdb/cloud/write-data/best-practices/ - /influxdb/cloud/write-data/best-practices/
- /influxdb/cloud/reference/syntax/line-protocol/ - /influxdb/cloud/reference/syntax/line-protocol/
- /telegraf/v1/ - /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-->

View File

@ -9,6 +9,8 @@ menu:
name: Monitor & alert name: Monitor & alert
weight: 6 weight: 6
influxdb/cloud/tags: [monitor, alert, checks, notification, endpoints] 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-->

View File

@ -10,6 +10,8 @@ weight: 201
related: related:
- /influxdb/cloud/monitor-alert/notification-rules/ - /influxdb/cloud/monitor-alert/notification-rules/
- /influxdb/cloud/monitor-alert/notification-endpoints/ - /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-->

View File

@ -10,6 +10,8 @@ weight: 204
related: related:
- /influxdb/cloud/monitor-alert/notification-rules/ - /influxdb/cloud/monitor-alert/notification-rules/
- /influxdb/cloud/monitor-alert/notification-endpoints/ - /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-->

View File

@ -10,6 +10,8 @@ weight: 203
related: related:
- /influxdb/cloud/monitor-alert/notification-rules/ - /influxdb/cloud/monitor-alert/notification-rules/
- /influxdb/cloud/monitor-alert/notification-endpoints/ - /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-->

View File

@ -10,6 +10,8 @@ weight: 202
related: related:
- /influxdb/cloud/monitor-alert/notification-rules/ - /influxdb/cloud/monitor-alert/notification-rules/
- /influxdb/cloud/monitor-alert/notification-endpoints/ - /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-->

View File

@ -8,6 +8,8 @@ menu:
parent: Monitor & alert parent: Monitor & alert
weight: 201 weight: 201
influxdb/cloud/tags: [alerts, checks, tasks, Flux] 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-->

View File

@ -10,6 +10,8 @@ weight: 201
related: related:
- /influxdb/cloud/monitor-alert/checks/ - /influxdb/cloud/monitor-alert/checks/
- /influxdb/cloud/monitor-alert/notification-rules/ - /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-->

View File

@ -10,6 +10,8 @@ weight: 204
related: related:
- /influxdb/cloud/monitor-alert/checks/ - /influxdb/cloud/monitor-alert/checks/
- /influxdb/cloud/monitor-alert/notification-rules/ - /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-->

View File

@ -10,6 +10,8 @@ weight: 203
related: related:
- /influxdb/cloud/monitor-alert/checks/ - /influxdb/cloud/monitor-alert/checks/
- /influxdb/cloud/monitor-alert/notification-rules/ - /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-->

View File

@ -11,6 +11,8 @@ weight: 202
related: related:
- /influxdb/cloud/monitor-alert/checks/ - /influxdb/cloud/monitor-alert/checks/
- /influxdb/cloud/monitor-alert/notification-rules/ - /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-->

View File

@ -9,6 +9,8 @@ menu:
related: related:
- /influxdb/cloud/monitor-alert/checks/ - /influxdb/cloud/monitor-alert/checks/
- /influxdb/cloud/monitor-alert/notification-endpoints/ - /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-->

View File

@ -9,6 +9,8 @@ menu:
related: related:
- /influxdb/cloud/monitor-alert/checks/ - /influxdb/cloud/monitor-alert/checks/
- /influxdb/cloud/monitor-alert/notification-endpoints/ - /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-->

View File

@ -9,6 +9,8 @@ menu:
related: related:
- /influxdb/cloud/monitor-alert/checks/ - /influxdb/cloud/monitor-alert/checks/
- /influxdb/cloud/monitor-alert/notification-endpoints/ - /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-->

View File

@ -9,6 +9,8 @@ menu:
related: related:
- /influxdb/cloud/monitor-alert/checks/ - /influxdb/cloud/monitor-alert/checks/
- /influxdb/cloud/monitor-alert/notification-endpoints/ - /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-->

View File

@ -9,6 +9,8 @@ weight: 104
influxdb/cloud/tags: [alert, email, notifications, check] influxdb/cloud/tags: [alert, email, notifications, check]
related: related:
- /influxdb/cloud/monitor-alert/checks/ - /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-->

View File

@ -7,6 +7,8 @@ menu:
parent: Monitor infrastructure parent: Monitor infrastructure
name: AWS CloudWatch name: AWS CloudWatch
weight: 201 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-->

View File

@ -7,6 +7,8 @@ menu:
parent: Monitor infrastructure parent: Monitor infrastructure
name: Docker name: Docker
weight: 202 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-->

View File

@ -7,6 +7,8 @@ menu:
parent: Monitor infrastructure parent: Monitor infrastructure
name: Raspberry Pi name: Raspberry Pi
weight: 201 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-->

View File

@ -7,6 +7,8 @@ menu:
parent: Monitor infrastructure parent: Monitor infrastructure
name: vSphere name: vSphere
weight: 206 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-->

View File

@ -7,6 +7,8 @@ menu:
parent: Monitor infrastructure parent: Monitor infrastructure
name: Windows name: Windows
weight: 207 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-->

View File

@ -13,6 +13,8 @@ related:
- /influxdb/v2/reference/cli/influx/apply/ - /influxdb/v2/reference/cli/influx/apply/
- /influxdb/v2/reference/cli/influx/template/ - /influxdb/v2/reference/cli/influx/template/
- /influxdb/cloud/tools/influxdb-templates/monitor - /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-->

View File

@ -7,6 +7,8 @@ menu:
parent: Monitor networks parent: Monitor networks
name: HAproxy name: HAproxy
weight: 201 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-->

View File

@ -16,6 +16,8 @@ related:
- /influxdb/cloud/process-data/manage-tasks/ - /influxdb/cloud/process-data/manage-tasks/
- /influxdb/cloud/process-data/manage-tasks/create-task/ - /influxdb/cloud/process-data/manage-tasks/create-task/
- /resources/videos/influxdb-tasks/ - /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-->

View File

@ -10,6 +10,8 @@ menu:
weight: 201 weight: 201
related: related:
- /influxdb/cloud/reference/cli/influx/task/create - /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-->

View File

@ -10,6 +10,8 @@ menu:
weight: 206 weight: 206
related: related:
- /influxdb/cloud/reference/cli/influx/task/delete - /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-->

View File

@ -11,6 +11,8 @@ weight: 203
related: related:
- /influxdb/cloud/reference/cli/influx/task/run - /influxdb/cloud/reference/cli/influx/task/run
- /influxdb/cloud/reference/cli/influx/task/retry - /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-->

View File

@ -9,6 +9,8 @@ menu:
weight: 203 weight: 203
related: related:
- /influxdb/cloud/reference/cli/influx/task/run/find - /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-->

View File

@ -10,6 +10,8 @@ menu:
weight: 204 weight: 204
related: related:
- /influxdb/cloud/reference/cli/influx/task/update - /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-->

View File

@ -10,6 +10,8 @@ menu:
parent: Process data parent: Process data
weight: 105 weight: 105
influxdb/cloud/tags: [tasks, flux] 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-->

View File

@ -9,6 +9,8 @@ menu:
name: Common queries name: Common queries
parent: Query data parent: Query data
weight: 104 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-->

View File

@ -9,6 +9,8 @@ menu:
name: Compare values from different buckets name: Compare values from different buckets
parent: Common queries parent: Common queries
weight: 104 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-->

View File

@ -10,6 +10,8 @@ menu:
weight: 205 weight: 205
related: related:
- /resources/videos/iot-monitoring-with-influxdb/ - /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-->

View File

@ -8,6 +8,8 @@ menu:
influxdb_cloud: influxdb_cloud:
parent: Common queries parent: Common queries
weight: 204 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-->

View File

@ -12,6 +12,8 @@ menu:
name: Operate on columns name: Operate on columns
parent: Common queries parent: Common queries
weight: 100 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-->

View File

@ -8,6 +8,8 @@ menu:
name: Query with Data Explorer name: Query with Data Explorer
parent: Execute queries parent: Execute queries
influxdb/cloud/tags: [query] 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-->

View File

@ -7,6 +7,8 @@ menu:
name: Query in the Flux REPL name: Query in the Flux REPL
parent: Execute queries parent: Execute queries
influxdb/cloud/tags: [query] 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-->

View File

@ -7,6 +7,8 @@ menu:
name: Query with the InfluxDB API name: Query with the InfluxDB API
parent: Execute queries parent: Execute queries
influxdb/cloud/tags: [query] 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-->

View File

@ -9,6 +9,8 @@ menu:
influxdb/cloud/tags: [query] influxdb/cloud/tags: [query]
related: related:
- /influxdb/cloud/reference/cli/influx/query/ - /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-->

View File

@ -7,6 +7,8 @@ menu:
influxdb_cloud: influxdb_cloud:
name: Query with Flux name: Query with Flux
parent: Query data 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-->

View File

@ -16,6 +16,8 @@ related:
- /flux/v0/stdlib/universe/pivot - /flux/v0/stdlib/universe/pivot
- /flux/v0/stdlib/universe/join - /flux/v0/stdlib/universe/join
list_query_example: percentages 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-->

View File

@ -20,6 +20,8 @@ list_code_example: |
```js ```js
if color == "green" then "008000" else "ffffff" 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-->

View File

@ -13,6 +13,8 @@ influxdb/cloud/tags: [query, cumulative sum]
related: related:
- /flux/v0/stdlib/universe/cumulativesum/ - /flux/v0/stdlib/universe/cumulativesum/
list_query_example: cumulative_sum 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-->

View File

@ -16,6 +16,8 @@ list_code_example: |
data data
|> multByX(x: 2.0) |> 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-->

View File

@ -9,6 +9,8 @@ menu:
weight: 301 weight: 301
related: related:
- /flux/v0/stdlib/universe/reduce/ - /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-->

View File

@ -20,6 +20,8 @@ list_code_example: |
data data
|> filter(fn: (r) => exists r._value) |> 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-->

View File

@ -38,6 +38,8 @@ list_code_example: |
// List tag values // List tag values
schema.tagValues(bucket: "example-bucket", tag: "example-tag") 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-->

View File

@ -14,6 +14,8 @@ influxdb/cloud/tags: [query, fill]
related: related:
- /flux/v0/stdlib/universe/fill/ - /flux/v0/stdlib/universe/fill/
list_query_example: fill_null 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-->

View File

@ -16,6 +16,8 @@ related:
- /flux/v0/stdlib/universe/first/ - /flux/v0/stdlib/universe/first/
- /flux/v0/stdlib/universe/last/ - /flux/v0/stdlib/universe/last/
list_query_example: first_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-->

View File

@ -19,6 +19,8 @@ list_code_example: |
array.from(rows: [{version: runtime.version()}]) 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-->

View File

@ -18,6 +18,8 @@ list_code_example: |
|> geo.filterRows(region: {lat: 30.04, lon: 31.23, radius: 200.0}) |> geo.filterRows(region: {lat: 30.04, lon: 31.23, radius: 200.0})
|> geo.groupByArea(newColumn: "geoArea", level: 5) |> 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-->

View File

@ -17,6 +17,8 @@ list_code_example: |
sampleGeoData sampleGeoData
|> geo.filterRows(region: {lat: 30.04, lon: 31.23, radius: 200.0}, strict: true) |> 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-->

View File

@ -19,6 +19,8 @@ list_code_example: |
|> geo.groupByArea(newColumn: "geoArea", level: 5) |> geo.groupByArea(newColumn: "geoArea", level: 5)
|> geo.asTracks(groupBy: ["id"],orderBy: ["_time"]) |> 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-->

View File

@ -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)})) |> 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-->

View File

@ -14,6 +14,8 @@ related:
- /flux/v0/stdlib/universe/group - /flux/v0/stdlib/universe/group
- /flux/v0/stdlib/experimental/group - /flux/v0/stdlib/experimental/group
list_query_example: 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-->

View File

@ -14,6 +14,8 @@ related:
- /flux/v0/stdlib/universe/histogram - /flux/v0/stdlib/universe/histogram
- /flux/v0/prometheus/metric-types/histogram/, Work with Prometheus histograms in Flux - /flux/v0/prometheus/metric-types/histogram/, Work with Prometheus histograms in Flux
list_query_example: histogram 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-->

View File

@ -16,6 +16,8 @@ influxdb/cloud/tags: [query, increase, counters]
related: related:
- /flux/v0/stdlib/universe/increase/ - /flux/v0/stdlib/universe/increase/
list_query_example: 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-->

View File

@ -18,6 +18,8 @@ related:
- /flux/v0/join-data/time/ - /flux/v0/join-data/time/
- /flux/v0/stdlib/join/ - /flux/v0/stdlib/join/
list_query_example: join-new 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-->

View File

@ -18,6 +18,8 @@ related:
- /flux/v0/function-types#type-conversions, Flux type-conversion functions - /flux/v0/function-types#type-conversions, Flux type-conversion functions
- /influxdb/cloud/query-data/flux/calculate-percentages/ - /influxdb/cloud/query-data/flux/calculate-percentages/
list_query_example: map_math 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-->

View File

@ -16,6 +16,8 @@ related:
- /flux/v0/stdlib/universe/median/ - /flux/v0/stdlib/universe/median/
- /flux/v0/stdlib/universe/quantile/ - /flux/v0/stdlib/universe/quantile/
list_query_example: median 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-->

View File

@ -11,6 +11,8 @@ weight: 220
related: related:
- /flux/v0/stdlib/universe/stateduration/ - /flux/v0/stdlib/universe/stateduration/
- /flux/v0/stdlib/universe/statecount/ - /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-->

View File

@ -16,6 +16,8 @@ related:
- /flux/v0/stdlib/universe/movingaverage/ - /flux/v0/stdlib/universe/movingaverage/
- /flux/v0/stdlib/universe/timedmovingaverage/ - /flux/v0/stdlib/universe/timedmovingaverage/
list_query_example: moving_average 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-->

View File

@ -20,8 +20,10 @@ related:
- /flux/v0/stdlib/date/truncate/ - /flux/v0/stdlib/date/truncate/
- /flux/v0/stdlib/experimental/addduration/ - /flux/v0/stdlib/experimental/addduration/
- /flux/v0/stdlib/experimental/subduration/ - /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