diff --git a/content/v2.0/get-started.md b/content/v2.0/get-started.md index 92207a9ca..56df5b35f 100644 --- a/content/v2.0/get-started.md +++ b/content/v2.0/get-started.md @@ -5,6 +5,7 @@ menu: v2_0: name: Get started weight: 1 +v2.0/tags: [get-started, install] --- Get started with InfluxDB v2.0 by downloading InfluxDB, installing the necessary diff --git a/content/v2.0/organizations/_index.md b/content/v2.0/organizations/_index.md index ce6f2e18a..f0abba8d1 100644 --- a/content/v2.0/organizations/_index.md +++ b/content/v2.0/organizations/_index.md @@ -6,6 +6,7 @@ menu: v2_0: name: Manage organizations weight: 10 +v2.0/tags: [organizations] --- An **organization** is a workspace for a group of users. diff --git a/content/v2.0/organizations/buckets/_index.md b/content/v2.0/organizations/buckets/_index.md index d0610e0f7..9c6222bee 100644 --- a/content/v2.0/organizations/buckets/_index.md +++ b/content/v2.0/organizations/buckets/_index.md @@ -7,6 +7,7 @@ menu: name: Manage buckets parent: Manage organizations weight: 105 +v2.0/tags: [buckets] --- A **bucket** is a named location where time series data is stored. diff --git a/content/v2.0/organizations/buckets/view-buckets.md b/content/v2.0/organizations/buckets/view-buckets.md index 600c76a01..2dd333e88 100644 --- a/content/v2.0/organizations/buckets/view-buckets.md +++ b/content/v2.0/organizations/buckets/view-buckets.md @@ -2,7 +2,6 @@ title: View buckets seotitle: View buckets in InfluxDB description: View a list of all the buckets for an organization in InfluxDB using the InfluxDB UI or the influx CLI. -v2.0/tags: [members] menu: v2_0: name: View buckets diff --git a/content/v2.0/organizations/members/_index.md b/content/v2.0/organizations/members/_index.md index f6b32de27..e31269551 100644 --- a/content/v2.0/organizations/members/_index.md +++ b/content/v2.0/organizations/members/_index.md @@ -7,6 +7,7 @@ menu: name: Manage members parent: Manage organizations weight: 106 +v2.0/tags: [members] --- A **member** is a user that belongs to an organization. diff --git a/content/v2.0/process-data/manage-tasks/create-task.md b/content/v2.0/process-data/manage-tasks/create-task.md index cdbdb68e9..8ec873918 100644 --- a/content/v2.0/process-data/manage-tasks/create-task.md +++ b/content/v2.0/process-data/manage-tasks/create-task.md @@ -4,7 +4,6 @@ seotitle: Create a task for processing data in InfluxDB description: > How to create a task that processes data in InfluxDB using the InfluxDB user interface or the 'influx' command line interface. -v2.0/tags: [tasks] menu: v2_0: name: Create a task diff --git a/content/v2.0/process-data/manage-tasks/delete-task.md b/content/v2.0/process-data/manage-tasks/delete-task.md index 19073555b..0e6ef807d 100644 --- a/content/v2.0/process-data/manage-tasks/delete-task.md +++ b/content/v2.0/process-data/manage-tasks/delete-task.md @@ -4,7 +4,6 @@ seotitle: Delete a task for processing data in InfluxDB description: > How to delete a task in InfluxDB using the InfluxDB user interface or using the 'influx' command line interface. -v2.0/tags: [tasks] menu: v2_0: name: Delete a task diff --git a/content/v2.0/process-data/manage-tasks/update-task.md b/content/v2.0/process-data/manage-tasks/update-task.md index 8e8d525a6..7ac959c08 100644 --- a/content/v2.0/process-data/manage-tasks/update-task.md +++ b/content/v2.0/process-data/manage-tasks/update-task.md @@ -4,7 +4,6 @@ seotitle: Update a task for processing data in InfluxDB description: > How to update a task that processes data in InfluxDB using the InfluxDB user interface or the 'influx' command line interface. -v2.0/tags: [tasks] menu: v2_0: name: Update a task diff --git a/content/v2.0/process-data/manage-tasks/view-tasks.md b/content/v2.0/process-data/manage-tasks/view-tasks.md index a6ff8536f..38a2bb608 100644 --- a/content/v2.0/process-data/manage-tasks/view-tasks.md +++ b/content/v2.0/process-data/manage-tasks/view-tasks.md @@ -4,7 +4,6 @@ seotitle: View created tasks that process data in InfluxDB description: > How to view all created data processing tasks using the InfluxDB user interface or the 'influx' command line interface. -v2.0/tags: [tasks] menu: v2_0: name: View tasks diff --git a/content/v2.0/query-data/_index.md b/content/v2.0/query-data/_index.md index 894624197..6f520431a 100644 --- a/content/v2.0/query-data/_index.md +++ b/content/v2.0/query-data/_index.md @@ -8,6 +8,7 @@ menu: v2_0: name: Query data weight: 2 +v2.0/tags: [query, flux] --- Learn to query data stored in InfluxDB using Flux and tools such as the InfluxDB diff --git a/content/v2.0/query-data/execute-queries.md b/content/v2.0/query-data/execute-queries.md index 1a51cff1f..d29d37e23 100644 --- a/content/v2.0/query-data/execute-queries.md +++ b/content/v2.0/query-data/execute-queries.md @@ -7,6 +7,7 @@ menu: v2_0: name: Execute queries parent: Query data +v2.0/tags: [query] --- There are multiple ways to execute queries with InfluxDB. diff --git a/content/v2.0/query-data/get-started/_index.md b/content/v2.0/query-data/get-started/_index.md index b0c0728be..d6572e058 100644 --- a/content/v2.0/query-data/get-started/_index.md +++ b/content/v2.0/query-data/get-started/_index.md @@ -4,7 +4,7 @@ description: > Get started with Flux, InfluxData's functional data scripting language. This step-by-step guide through the basics of writing a Flux query. weight: 101 -v2.0/tags: [query, flux] +v2.0/tags: [query, flux, get-started] menu: v2_0: name: Get started with Flux diff --git a/content/v2.0/query-data/get-started/transform-data.md b/content/v2.0/query-data/get-started/transform-data.md index 5f5e4982e..5dff2d320 100644 --- a/content/v2.0/query-data/get-started/transform-data.md +++ b/content/v2.0/query-data/get-started/transform-data.md @@ -1,7 +1,7 @@ --- title: Transform data with Flux description: Learn the basics of using Flux to transform data queried from InfluxDB. -v2.0/tags: [flux, transform] +v2.0/tags: [flux, transform, query] menu: v2_0: name: Transform data diff --git a/content/v2.0/query-data/guides/_index.md b/content/v2.0/query-data/guides/_index.md index 80be28700..df0ecb9ac 100644 --- a/content/v2.0/query-data/guides/_index.md +++ b/content/v2.0/query-data/guides/_index.md @@ -2,7 +2,7 @@ title: Flux how-to guides description: Helpful guides that walk through both common and complex tasks and use cases for Flux. weight: 103 -v2.0/tags: [flux] +v2.0/tags: [flux, query] menu: v2_0: name: How-to guides diff --git a/content/v2.0/query-data/guides/custom-functions.md b/content/v2.0/query-data/guides/custom-functions.md index 517f59fbc..d55ea67f0 100644 --- a/content/v2.0/query-data/guides/custom-functions.md +++ b/content/v2.0/query-data/guides/custom-functions.md @@ -2,7 +2,7 @@ title: Create custom Flux functions seotitle: Create custom Flux functions description: Create your own custom Flux functions to transform and manipulate data. -v2.0/tags: [function, custom] +v2.0/tags: [functions, custom, flux] menu: v2_0: name: Create custom functions diff --git a/content/v2.0/query-data/guides/regular-expressions.md b/content/v2.0/query-data/guides/regular-expressions.md index fafe98352..976116761 100644 --- a/content/v2.0/query-data/guides/regular-expressions.md +++ b/content/v2.0/query-data/guides/regular-expressions.md @@ -2,7 +2,7 @@ title: Use regular expressions in Flux seotitle: How to use regular expressions in Flux description: This guide walks through using regular expressions in evaluation logic in Flux functions. -v2.0/tags: [regular, regex] +v2.0/tags: [regex] menu: v2_0: name: Use regular expressions diff --git a/content/v2.0/query-data/guides/window-aggregate.md b/content/v2.0/query-data/guides/window-aggregate.md index e9423d570..a09fcaf6b 100644 --- a/content/v2.0/query-data/guides/window-aggregate.md +++ b/content/v2.0/query-data/guides/window-aggregate.md @@ -9,6 +9,7 @@ menu: name: Window and aggregate data parent: How-to guides weight: 202 +v2.0/tags: [flux, aggregates] --- A common operation performed with time series data is grouping data into windows of time, diff --git a/content/v2.0/reference/cli/influx/_index.md b/content/v2.0/reference/cli/influx/_index.md index 90130f9fe..cae751a6f 100644 --- a/content/v2.0/reference/cli/influx/_index.md +++ b/content/v2.0/reference/cli/influx/_index.md @@ -9,6 +9,7 @@ menu: name: influx parent: Command line tools weight: 101 +v2.0/tags: [cli] --- The `influx` command line interface (CLI) includes commands to manage many aspects of InfluxDB, diff --git a/content/v2.0/reference/cli/influx/auth/_index.md b/content/v2.0/reference/cli/influx/auth/_index.md index f6b301cb3..a2bafbde3 100644 --- a/content/v2.0/reference/cli/influx/auth/_index.md +++ b/content/v2.0/reference/cli/influx/auth/_index.md @@ -6,6 +6,7 @@ menu: name: influx auth parent: influx weight: 101 +v2.0/tags: [authentication] --- The `influx auth` command and its subcommands manage authorizations in InfluxDB. diff --git a/content/v2.0/reference/cli/influx/bucket/_index.md b/content/v2.0/reference/cli/influx/bucket/_index.md index 3e619ee74..313f51dd0 100644 --- a/content/v2.0/reference/cli/influx/bucket/_index.md +++ b/content/v2.0/reference/cli/influx/bucket/_index.md @@ -6,6 +6,7 @@ menu: name: influx bucket parent: influx weight: 101 +v2.0/tags: [buckets] --- The `influx bucket` command and its subcommands manage buckets in InfluxDB. diff --git a/content/v2.0/reference/cli/influx/org/_index.md b/content/v2.0/reference/cli/influx/org/_index.md index 66e53e102..dd659d5eb 100644 --- a/content/v2.0/reference/cli/influx/org/_index.md +++ b/content/v2.0/reference/cli/influx/org/_index.md @@ -6,6 +6,7 @@ menu: name: influx org parent: influx weight: 101 +v2.0/tags: [organizations] --- The `influx org` command and its subcommands manage organization information in InfluxDB. diff --git a/content/v2.0/reference/cli/influx/org/members/_index.md b/content/v2.0/reference/cli/influx/org/members/_index.md index 1af91b22e..98e433092 100644 --- a/content/v2.0/reference/cli/influx/org/members/_index.md +++ b/content/v2.0/reference/cli/influx/org/members/_index.md @@ -6,6 +6,7 @@ menu: name: influx org members parent: influx org weight: 201 +v2.0/tags: [members, organizations] --- The `influx org members` command and its subcommands manage organization members in InfluxDB. diff --git a/content/v2.0/reference/cli/influx/query/_index.md b/content/v2.0/reference/cli/influx/query/_index.md index 8f218e062..039d3c289 100644 --- a/content/v2.0/reference/cli/influx/query/_index.md +++ b/content/v2.0/reference/cli/influx/query/_index.md @@ -8,6 +8,7 @@ menu: name: influx query parent: influx weight: 101 +v2.0/tags: [query] --- The `influx query` command executes a literal Flux query provided as a string diff --git a/content/v2.0/reference/cli/influx/repl/_index.md b/content/v2.0/reference/cli/influx/repl/_index.md index ae848c921..6657d0026 100644 --- a/content/v2.0/reference/cli/influx/repl/_index.md +++ b/content/v2.0/reference/cli/influx/repl/_index.md @@ -8,6 +8,7 @@ menu: name: influx repl parent: influx weight: 101 +v2.0/tags: [query] --- The `influx repl` command opens and interactive read-eval-print-loop (REPL) diff --git a/content/v2.0/reference/cli/influx/setup/_index.md b/content/v2.0/reference/cli/influx/setup/_index.md index 4d4f0d28c..7eecde178 100644 --- a/content/v2.0/reference/cli/influx/setup/_index.md +++ b/content/v2.0/reference/cli/influx/setup/_index.md @@ -8,6 +8,7 @@ menu: name: influx setup parent: influx weight: 101 +v2.0/tags: [get-started] --- The `influx setup` command walks through the initial InfluxDB setup process, diff --git a/content/v2.0/reference/cli/influx/task/_index.md b/content/v2.0/reference/cli/influx/task/_index.md index 1d19fd586..5723cd755 100644 --- a/content/v2.0/reference/cli/influx/task/_index.md +++ b/content/v2.0/reference/cli/influx/task/_index.md @@ -6,6 +6,7 @@ menu: name: influx task parent: influx weight: 101 +v2.0/tags: [tasks] --- The `influx task` command and its subcommands manage tasks in InfluxDB. diff --git a/content/v2.0/reference/cli/influx/task/log/_index.md b/content/v2.0/reference/cli/influx/task/log/_index.md index f177582f9..bd26847b7 100644 --- a/content/v2.0/reference/cli/influx/task/log/_index.md +++ b/content/v2.0/reference/cli/influx/task/log/_index.md @@ -6,6 +6,7 @@ menu: name: influx task log parent: influx task weight: 201 +v2.0/tags: [logs] --- The `influx task log` command and its subcommand `find` output log information related to a task. diff --git a/content/v2.0/reference/cli/influx/user/_index.md b/content/v2.0/reference/cli/influx/user/_index.md index 689a06b44..2f6c63579 100644 --- a/content/v2.0/reference/cli/influx/user/_index.md +++ b/content/v2.0/reference/cli/influx/user/_index.md @@ -6,6 +6,7 @@ menu: name: influx user parent: influx weight: 101 +v2.0/tags: [users] --- The `influx user` command and its subcommands manage user information in InfluxDB. diff --git a/content/v2.0/reference/cli/influx/write/_index.md b/content/v2.0/reference/cli/influx/write/_index.md index 8c876f322..71c49db8a 100644 --- a/content/v2.0/reference/cli/influx/write/_index.md +++ b/content/v2.0/reference/cli/influx/write/_index.md @@ -8,6 +8,7 @@ menu: name: influx write parent: influx weight: 101 +v2.0/tags: [write] --- The `influx write` writes a single line of line protocol to InfluxDB, diff --git a/content/v2.0/reference/cli/influxd.md b/content/v2.0/reference/cli/influxd.md index b30440334..f757b29f6 100644 --- a/content/v2.0/reference/cli/influxd.md +++ b/content/v2.0/reference/cli/influxd.md @@ -2,7 +2,7 @@ title: influxd - InfluxDB daemon seotitle: influxd - InfluxDB daemon description: The influxd daemon starts and runs all the processes necessary for InfluxDB to function. -v2.0/tags: [influxd] +v2.0/tags: [influxd, cli] menu: v2_0_ref: name: influxd diff --git a/content/v2.0/reference/flux/functions/_index.md b/content/v2.0/reference/flux/functions/_index.md index 57a1d4621..73360194a 100644 --- a/content/v2.0/reference/flux/functions/_index.md +++ b/content/v2.0/reference/flux/functions/_index.md @@ -1,7 +1,7 @@ --- title: Flux functions description: Flux functions allows you to retrieve, transform, process, and output data easily. -v2.0/tags: [flux] +v2.0/tags: [flux, functions] menu: v2_0_ref: name: Flux functions diff --git a/content/v2.0/reference/flux/functions/built-in/_index.md b/content/v2.0/reference/flux/functions/built-in/_index.md index 8feaab05e..eec9bdc4e 100644 --- a/content/v2.0/reference/flux/functions/built-in/_index.md +++ b/content/v2.0/reference/flux/functions/built-in/_index.md @@ -8,7 +8,7 @@ menu: name: Built-in parent: Flux functions weight: 201 -v2.0/tags: [built-in] +v2.0/tags: [built-in, functions] --- Built-in functions provide a necessary foundation for working with data using Flux. diff --git a/content/v2.0/reference/flux/functions/built-in/inputs/_index.md b/content/v2.0/reference/flux/functions/built-in/inputs/_index.md index 8168baf19..70fb672ad 100644 --- a/content/v2.0/reference/flux/functions/built-in/inputs/_index.md +++ b/content/v2.0/reference/flux/functions/built-in/inputs/_index.md @@ -9,7 +9,7 @@ menu: name: Inputs identifier: built-in-inputs weight: 301 -v2.0/tags: [inputs] +v2.0/tags: [inputs, built-in, functions] --- Flux's built-in input functions define sources of data or display information about data sources. diff --git a/content/v2.0/reference/flux/functions/built-in/misc/_index.md b/content/v2.0/reference/flux/functions/built-in/misc/_index.md index e9eb9a6cb..fdc9996e7 100644 --- a/content/v2.0/reference/flux/functions/built-in/misc/_index.md +++ b/content/v2.0/reference/flux/functions/built-in/misc/_index.md @@ -11,6 +11,7 @@ menu: name: Miscellaneous identifier: built-in-misc weight: 305 +v2.0/tags: [built-in, functions] --- Flux's built-in functions primarily retrieve, shape and transform, then output data, however diff --git a/content/v2.0/reference/flux/functions/built-in/outputs/_index.md b/content/v2.0/reference/flux/functions/built-in/outputs/_index.md index cab499b2b..b675e760e 100644 --- a/content/v2.0/reference/flux/functions/built-in/outputs/_index.md +++ b/content/v2.0/reference/flux/functions/built-in/outputs/_index.md @@ -9,7 +9,7 @@ menu: name: Outputs identifier: built-in-outputs weight: 302 -v2.0/tags: [outputs] +v2.0/tags: [outputs, built-in, functions] --- Flux's built-in output functions yield results or send data to a specified output destination. diff --git a/content/v2.0/reference/flux/functions/built-in/tests/_index.md b/content/v2.0/reference/flux/functions/built-in/tests/_index.md index 1e6d76a97..a6d695d0a 100644 --- a/content/v2.0/reference/flux/functions/built-in/tests/_index.md +++ b/content/v2.0/reference/flux/functions/built-in/tests/_index.md @@ -7,7 +7,7 @@ menu: identifier: built-in-tests parent: Built-in weight: 305 -v2.0/tags: [testing] +v2.0/tags: [testing, built-in, functions] --- Flux's built-in testing functions test various aspects of piped-forward data. diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/_index.md b/content/v2.0/reference/flux/functions/built-in/transformations/_index.md index d86a4b2df..e2e794eda 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/_index.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/_index.md @@ -9,6 +9,7 @@ menu: name: Transformations identifier: built-in-transformations weight: 303 +v2.0/tags: [transformations, built-in, functions] --- Flux's built-in transformation functions transform or shape your data in specific ways. diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/_index.md b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/_index.md index 27b86a41e..1ed2fe0be 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/_index.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/_index.md @@ -9,6 +9,7 @@ menu: name: Aggregates identifier: built-in-aggregates weight: 401 +v2.0/tags: [aggregates, built-in, functions] --- Flux's built-in aggregate functions take values from an input table and aggregate them in some way. diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/_index.md b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/_index.md index bad44eca6..821646135 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/_index.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/_index.md @@ -9,6 +9,7 @@ menu: name: Selectors identifier: built-in-selectors weight: 401 +v2.0/tags: [selectors, built-in, functions] --- Flux's built-in selector functions return one or more records based on function logic. diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/_index.md b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/_index.md index c2898c24c..cb95fe9df 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/_index.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/_index.md @@ -9,6 +9,7 @@ menu: name: Type conversions identifier: built-in-type-conversions weight: 401 +v2.0/tags: [type-conversions, built-in, functions] --- Flux's built-in type conversion functions convert columns of the input table into a specific data type. diff --git a/content/v2.0/reference/flux/functions/influxdb-v1/_index.md b/content/v2.0/reference/flux/functions/influxdb-v1/_index.md index 7aa795f77..30f7fa8ed 100644 --- a/content/v2.0/reference/flux/functions/influxdb-v1/_index.md +++ b/content/v2.0/reference/flux/functions/influxdb-v1/_index.md @@ -9,6 +9,7 @@ menu: name: InfluxDB v1 parent: Flux functions weight: 202 +v2.0/tags: [functions, influxdb-v1] --- InfluxDB v1 Flux functions provide tools for managing data from an InfluxDB v1.x diff --git a/content/v2.0/reference/flux/functions/influxdb-v1/measurements.md b/content/v2.0/reference/flux/functions/influxdb-v1/measurements.md index dd1f3d99f..a13e77ae0 100644 --- a/content/v2.0/reference/flux/functions/influxdb-v1/measurements.md +++ b/content/v2.0/reference/flux/functions/influxdb-v1/measurements.md @@ -6,6 +6,7 @@ menu: name: v1.measurements parent: InfluxDB v1 weight: 301 +v2.0/tags: [measurements] --- The `v1.measurements()` function returns a list of measurements in a specific bucket. diff --git a/content/v2.0/reference/flux/functions/influxdb-v1/measurementtagkeys.md b/content/v2.0/reference/flux/functions/influxdb-v1/measurementtagkeys.md index aab6a50c1..dc1382b25 100644 --- a/content/v2.0/reference/flux/functions/influxdb-v1/measurementtagkeys.md +++ b/content/v2.0/reference/flux/functions/influxdb-v1/measurementtagkeys.md @@ -6,6 +6,7 @@ menu: name: v1.measurementTagKeys parent: InfluxDB v1 weight: 301 +v2.0/tags: [tags] --- The `v1.measurementTagKeys()` function returns a list of tag keys for a specific measurement. diff --git a/content/v2.0/reference/flux/functions/influxdb-v1/measurementtagvalues.md b/content/v2.0/reference/flux/functions/influxdb-v1/measurementtagvalues.md index 50c36a52f..979f07b9e 100644 --- a/content/v2.0/reference/flux/functions/influxdb-v1/measurementtagvalues.md +++ b/content/v2.0/reference/flux/functions/influxdb-v1/measurementtagvalues.md @@ -6,6 +6,7 @@ menu: name: v1.measurementTagValues parent: InfluxDB v1 weight: 301 +v2.0/tags: [tags] --- The `v1.measurementTagValues()` function returns a list of tag values for a specific measurement. diff --git a/content/v2.0/reference/flux/functions/influxdb-v1/tagkeys.md b/content/v2.0/reference/flux/functions/influxdb-v1/tagkeys.md index 6cf9d319a..385ca2de5 100644 --- a/content/v2.0/reference/flux/functions/influxdb-v1/tagkeys.md +++ b/content/v2.0/reference/flux/functions/influxdb-v1/tagkeys.md @@ -6,6 +6,7 @@ menu: name: v1.tagKeys parent: InfluxDB v1 weight: 301 +v2.0/tags: [tags] --- The `v1.tagKeys()` function returns a list of tag keys for all series that match the [`predicate`](#predicate). diff --git a/content/v2.0/reference/flux/functions/influxdb-v1/tagvalues.md b/content/v2.0/reference/flux/functions/influxdb-v1/tagvalues.md index a731be381..c91c9ddab 100644 --- a/content/v2.0/reference/flux/functions/influxdb-v1/tagvalues.md +++ b/content/v2.0/reference/flux/functions/influxdb-v1/tagvalues.md @@ -6,6 +6,7 @@ menu: name: v1.tagValues parent: InfluxDB v1 weight: 301 +v2.0/tags: [tags] --- The `v1.tagValues()` function returns a list unique values for a given tag. diff --git a/content/v2.0/reference/flux/functions/strings/_index.md b/content/v2.0/reference/flux/functions/strings/_index.md index 96ea236fa..4764ff4f0 100644 --- a/content/v2.0/reference/flux/functions/strings/_index.md +++ b/content/v2.0/reference/flux/functions/strings/_index.md @@ -8,6 +8,7 @@ menu: name: Strings parent: Flux functions weight: 203 +v2.0/tags: [strings, functions] --- String functions provide tools for manipulating strings in Flux. diff --git a/content/v2.0/reference/flux/functions/testing/_index.md b/content/v2.0/reference/flux/functions/testing/_index.md index 73d2fa7c2..293b51ee9 100644 --- a/content/v2.0/reference/flux/functions/testing/_index.md +++ b/content/v2.0/reference/flux/functions/testing/_index.md @@ -7,6 +7,7 @@ menu: name: Testing parent: Flux functions weight: 204 +v2.0/tags: [testing, functions] --- Flux testing functions test piped-forward data in specific ways and return errors if the tests fail. diff --git a/content/v2.0/reference/flux/language/_index.md b/content/v2.0/reference/flux/language/_index.md index cabcd0880..3b2c4e8b0 100644 --- a/content/v2.0/reference/flux/language/_index.md +++ b/content/v2.0/reference/flux/language/_index.md @@ -8,6 +8,7 @@ menu: name: Flux specification parent: Flux query language weight: 102 +v2.0/tags: [flux] --- The following document specifies the Flux language and query execution. diff --git a/content/v2.0/reference/flux/language/operators.md b/content/v2.0/reference/flux/language/operators.md index bec618a47..e7982e03e 100644 --- a/content/v2.0/reference/flux/language/operators.md +++ b/content/v2.0/reference/flux/language/operators.md @@ -6,6 +6,7 @@ menu: name: Operators parent: Flux specification weight: 215 +v2.0/tags: [operators] --- Flux includes the following types of operators: diff --git a/content/v2.0/users/_index.md b/content/v2.0/users/_index.md index 0b9709504..172c8808c 100644 --- a/content/v2.0/users/_index.md +++ b/content/v2.0/users/_index.md @@ -2,7 +2,7 @@ title: Manage users seotitle: Manage users in InfluxDB description: Manage users in InfluxDB using the InfluxDB UI or the influx CLI. -v2.0/tags: [users] +v2.0/tags: [users, authentication] menu: v2_0: name: Manage users diff --git a/content/v2.0/users/tokens/_index.md b/content/v2.0/users/tokens/_index.md index 0ee6d05f7..acf345913 100644 --- a/content/v2.0/users/tokens/_index.md +++ b/content/v2.0/users/tokens/_index.md @@ -2,7 +2,7 @@ title: Manage tokens seotitle: Manage tokens in InfluxDB description: Manage authentication tokens in InfluxDB using the InfluxDB UI or the influx CLI. -v2.0/tags: [tokens] +v2.0/tags: [tokens, authentication] menu: v2_0: name: Manage tokens