added tags to multiple articles
parent
eadde36c29
commit
cd548721b2
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ menu:
|
|||
name: Operators
|
||||
parent: Flux specification
|
||||
weight: 215
|
||||
v2.0/tags: [operators]
|
||||
---
|
||||
|
||||
Flux includes the following types of operators:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue