updated all the article weights

pull/46/head
Scott Anderson 2019-02-06 09:24:44 -07:00
parent 9ffd486b72
commit b6e7d19f44
198 changed files with 198 additions and 198 deletions

View File

@ -58,7 +58,7 @@ menu:
v2_0:
name: # Article name that only appears in the left nav
parent: # Specifies a parent group and nests navigation items
weight: # Determines sort order.
weight: # Determines sort order in both the nav tree and in article lists.
draft: # If true, will not render page on build
enterprise_all: # If true, specifies the doc as a whole is specific to InfluxDB Enterprise
enterprise_some: # If true, specifies the doc includes some content specific to InfluxDB Enterprise

View File

@ -3,10 +3,10 @@ title: Collect data with InfluxDB
description: >
InfluxDB provides multiple ways to collect time series data including using Telegraf,
using InfluxDB's built-in data scraper, and using line protocol.
weight: 2
menu:
v2_0:
name: Collect data
weight: 2
---
_More information about collecting data with InfluxDB v2.0 is coming shortly._

View File

@ -4,7 +4,7 @@ description: This is just an example post to show the format of new 2.0 posts
menu:
v2_0:
name: Example post
weight: 1
weight: 1
#enterprise_all: true
enterprise_some: true
draft: true

View File

@ -4,7 +4,7 @@ description: Download, install, and setup InfluxDB, creating a default organizat
menu:
v2_0:
name: Get started
weight: 1
weight: 1
---
Get started with InfluxDB v2.0 by downloading InfluxDB, installing the necessary

View File

@ -5,7 +5,7 @@ description: Manage organizations in InfluxDB using the InfluxDB UI or the influ
menu:
v2_0:
name: Manage organizations
weight: 10
weight: 10
---
An **organization** is a workspace for a group of users.

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Manage buckets
parent: Manage organizations
weight: 5
weight: 5
---
A **bucket** is a named location where time series data is stored.

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Create a bucket
parent: Manage buckets
weight: 1
weight: 1
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Delete a bucket
parent: Manage buckets
weight: 3
weight: 3
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Update a bucket
parent: Manage buckets
weight: 2
weight: 2
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: View buckets
parent: Manage buckets
weight: 2
weight: 2
---
## View buckets in the InfluxDB UI

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Create an organization
parent: Manage organizations
weight: 1
weight: 1
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Delete an organization
parent: Manage organizations
weight: 4
weight: 4
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Manage members
parent: Manage organizations
weight: 6
weight: 6
---
A **member** is a user that belongs to an organization.

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Add a member
parent: Manage members
weight: 1
weight: 1
draft: true
---

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Remove a member
parent: Manage members
weight: 3
weight: 3
draft: true
---

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: View members
parent: Manage members
weight: 2
weight: 2
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Update an organization
parent: Manage organizations
weight: 3
weight: 3
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: View organizations
parent: Manage organizations
weight: 2
weight: 2
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)

View File

@ -7,7 +7,7 @@ description: >
menu:
v2_0:
name: Process data
weight: 5
weight: 5
---
InfluxDB's _**task engine**_ is designed for processing and analyzing data.

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Common tasks
parent: Process data
weight: 4
weight: 4
---
The following articles walk through common task use cases.

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Downsample data
parent: Common tasks
weight: 4
weight: 4
---
One of the most common use cases for InfluxDB tasks is downsampling data to reduce

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Manage tasks
parent: Process data
weight: 2
weight: 2
---
InfluxDB provides two options for managing the creation, reading, updating, and deletion (CRUD) of tasks -

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Create a task
parent: Manage tasks
weight: 1
weight: 1
---
InfluxDB provides multiple ways to create tasks both in the InfluxDB user interface (UI)

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Delete a task
parent: Manage tasks
weight: 4
weight: 4
---
## Delete a task in the InfluxDB UI

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Update a task
parent: Manage tasks
weight: 3
weight: 3
---
## Update a task in the InfluxDB UI

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: View tasks
parent: Manage tasks
weight: 2
weight: 2
---
## View tasks in the InfluxDB UI

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Task options
parent: Process data
weight: 5
weight: 5
---
Task options define specific information about the task and are specified in your

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Write a task
parent: Process data
weight: 1
weight: 1
---
InfluxDB tasks are scheduled Flux scripts that take a stream of input data, modify or analyze

View File

@ -7,7 +7,7 @@ description: >
menu:
v2_0:
name: Query data
weight: 2
weight: 2
---
Learn to query data stored in InfluxDB using Flux and tools such as the InfluxDB

View File

@ -5,7 +5,7 @@ menu:
v2_0:
name: Query InfluxDB
parent: Get started with Flux
weight: 1
weight: 1
---
This guide walks through the basics of using Flux to query data from InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0:
name: Syntax basics
parent: Get started with Flux
weight: 3
weight: 3
---

View File

@ -5,7 +5,7 @@ menu:
v2_0:
name: Transform data
parent: Get started with Flux
weight: 2
weight: 2
---
When [querying data from InfluxDB](/v2.0/query-data/get-started/query-influxdb),

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Create custom functions
parent: How-to guides
weight: 8
weight: 8
---
Flux's functional syntax allows for custom functions.

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Group data
parent: How-to guides
weight: 3
weight: 3
---
With Flux, you can group data by any column in your queried data set.

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Create histograms
parent: How-to guides
weight: 7
weight: 7
---

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Join data
parent: How-to guides
weight: 5
weight: 5
---
The [`join()` function](/v2.0/reference/flux/functions/transformations/join) merges two or more

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Use regular expressions
parent: How-to guides
weight: 9
weight: 9
---
Regular expressions (regexes) are incredibly powerful when matching patterns in large collections of data.

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Sort and limit data
parent: How-to guides
weight: 6
weight: 6
---
The [`sort()`function](/v2.0/reference/flux/functions/transformations/sort)

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Window and aggregate data
parent: How-to guides
weight: 2
weight: 2
---
A common operation performed with time series data is grouping data into windows of time,

View File

@ -7,7 +7,7 @@ description: >
menu:
v2_0_ref:
name: Command line tools
weight: 1
weight: 1
---
InfluxDB provides command line tools designed to aid in managing and working

View File

@ -8,7 +8,7 @@ menu:
v2_0_ref:
name: influx
parent: Command line tools
weight: 1
weight: 1
---
The `influx` command line interface (CLI) includes commands to manage many aspects of InfluxDB,

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx auth
parent: influx
weight: 1
weight: 1
---
The `influx auth` command and its subcommands manage authorizations in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx auth active
parent: influx auth
weight: 1
weight: 1
---
The `influx auth active` command activates an authorization in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx auth create
parent: influx auth
weight: 1
weight: 1
---
The `influx auth create` creates an authorization in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx auth delete
parent: influx auth
weight: 1
weight: 1
---
The `influx auth delete` command deletes an authorization in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx auth find
parent: influx auth
weight: 1
weight: 1
---
The `influx auth find` command lists and searches authorizations in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx auth inactive
parent: influx auth
weight: 1
weight: 1
---
The `influx auth inactive` inactivates an authorization in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx bucket
parent: influx
weight: 1
weight: 1
---
The `influx bucket` command and its subcommands manage buckets in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx bucket create
parent: influx bucket
weight: 1
weight: 1
---
The `influx bucket create` command creates a new bucket in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx bucket delete
parent: influx bucket
weight: 1
weight: 1
---
The `influx bucket delete` command deletes a bucket from InfluxDB and all the data it contains.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx bucket find
parent: influx bucket
weight: 1
weight: 1
---
The `influx bucket find` command lists and searches for buckets in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx bucket update
parent: influx bucket
weight: 1
weight: 1
---
The `influx bucket update` command updates information associated with buckets in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx help
parent: influx
weight: 1
weight: 1
---
The `influx help` command provides help for any command in the `influx` command line interface.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx org
parent: influx
weight: 1
weight: 1
---
The `influx org` command and its subcommands manage organization information in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx org create
parent: influx org
weight: 1
weight: 1
---
The `influx org create` creates a new organization in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx org delete
parent: influx org
weight: 1
weight: 1
---
The `influx org delete` command deletes an organization in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx org find
parent: influx org
weight: 1
weight: 1
---
The `influx org find` lists and searches for organizations in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx org members
parent: influx org
weight: 1
weight: 1
---
The `influx org members` command and its subcommands manage organization members in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx org members add
parent: influx org members
weight: 1
weight: 1
---
The `influx org members add` command adds a new member to an organization in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx org members list
parent: influx org members
weight: 1
weight: 1
---
The `influx org members list` command lists members within an organization in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx org members remove
parent: influx org members
weight: 1
weight: 1
---
The `influx org members remove` command removes a member from an organization in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx org update
parent: influx org
weight: 1
weight: 1
---
The `influx org update` command updates information related to organizations in InfluxDB.

View File

@ -7,7 +7,7 @@ menu:
v2_0_ref:
name: influx query
parent: influx
weight: 1
weight: 1
---
The `influx query` command executes a literal Flux query provided as a string

View File

@ -7,7 +7,7 @@ menu:
v2_0_ref:
name: influx repl
parent: influx
weight: 1
weight: 1
---
The `influx repl` command opens and interactive read-eval-print-loop (REPL)

View File

@ -7,7 +7,7 @@ menu:
v2_0_ref:
name: influx setup
parent: influx
weight: 1
weight: 1
---
The `influx setup` command walks through the initial InfluxDB setup process,

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx task
parent: influx
weight: 1
weight: 1
---
The `influx task` command and its subcommands manage tasks in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx task create
parent: influx task
weight: 1
weight: 1
---
The `influx task create` command creates a new task in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx task delete
parent: influx task
weight: 1
weight: 1
---
The `influx task delete` command deletes a task in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx task find
parent: influx task
weight: 1
weight: 1
---
The `influx task find` command lists and searches for tasks in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx task log
parent: influx task
weight: 1
weight: 1
---
The `influx task log` command and its subcommand `find` output log information related to a task.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx task log find
parent: influx task log
weight: 1
weight: 1
---
The `influx task log find` command outputs log information related to a task.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx task retry
parent: influx task
weight: 1
weight: 1
---
The `influx task retry` command retries to run a task in InfluxDB.

View File

@ -7,7 +7,7 @@ menu:
v2_0_ref:
name: influx task run
parent: influx task
weight: 1
weight: 1
---
The `influx task run` command and its subcommand `find` output information related to runs of a task.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx task run find
parent: influx task run
weight: 1
weight: 1
---
The `influx task run find` command outputs information related to runs of a task.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx task update
parent: influx task
weight: 1
weight: 1
---
The `influx task update` command updates information related to tasks in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx user
parent: influx
weight: 1
weight: 1
---
The `influx user` command and its subcommands manage user information in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx user create
parent: influx user
weight: 1
weight: 1
---
The `influx user create` command creates a new user in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx user delete
parent: influx user
weight: 1
weight: 1
---
The `influx user delete` command deletes a specified user in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx user find
parent: influx user
weight: 1
weight: 1
---
The `influx user find` command lists and searches for users in InfluxDB.

View File

@ -6,7 +6,7 @@ menu:
v2_0_ref:
name: influx user update
parent: influx user
weight: 1
weight: 1
---
The `influx user update` command updates information related to a user in InfluxDB.

View File

@ -7,7 +7,7 @@ menu:
v2_0_ref:
name: influx write
parent: influx
weight: 1
weight: 1
---
The `influx write` writes a single line of line protocol to InfluxDB,

View File

@ -6,7 +6,7 @@ menu:
v2_0_ref:
name: influxd
parent: Command line tools
weight: 2
weight: 2
---
The `influxd` daemon starts and runs all the processes necessary for InfluxDB to function.

View File

@ -4,7 +4,7 @@ description: Reference articles for Flux functions and the Flux language specifi
menu:
v2_0_ref:
name: Flux query language
weight: 2
weight: 2
---
The following articles are meant as a reference for Flux functions and the

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: Flux functions
parent: Flux query language
weight: 4
weight: 4
---
Flux's functional syntax allows you to retrieve, transform, process, and output data easily.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
parent: Flux functions
name: Inputs
weight: 1
weight: 1
---
Flux input functions define sources of data or display information about data sources.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: buckets
parent: Inputs
weight: 1
weight: 1
---
The `buckets()` function returns a list of buckets in the organization.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: from
parent: Inputs
weight: 1
weight: 1
---
The `from()` function retrieves data from an InfluxDB data source.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: fromCSV
parent: Inputs
weight: 1
weight: 1
---
The `fromCSV()` function retrieves data from a comma-separated value (CSV) data source.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
parent: Flux functions
name: Miscellaneous
weight: 5
weight: 5
---
Flux functions primarily retrieve, shape and transform, then output data, however

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: intervals
parent: Miscellaneous
weight: 1
weight: 1
---
The `intervals()` function generates a set of time intervals over a range of time.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: linearBins
parent: Miscellaneous
weight: 1
weight: 1
---
The `linearBins()` function generates a list of linearly separated floats.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: logarithmicBins
parent: Miscellaneous
weight: 1
weight: 1
---
The `logarithmicBins()` function generates a list of exponentially separated floats.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: systemTime
parent: Miscellaneous
weight: 1
weight: 1
---
The `systemTime()` function returns the current system time.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
parent: Flux functions
name: Outputs
weight: 2
weight: 2
---
Flux output functions yield results or send data to a specified output destination.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: to
parent: Outputs
weight: 1
weight: 1
---
The `to()` function writes data to an **InfluxDB v2.0** bucket.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: yield
parent: Outputs
weight: 1
weight: 1
---
The `yield()` function indicates the input tables received should be delivered as a result of the query.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: Tests
parent: Flux functions
weight: 5
weight: 5
---
Flux testing functions test piped-forward data in specific ways and return errors if the tests fail.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: assertEquals
parent: Tests
weight: 1
weight: 1
---
The `assertEquals()` function tests whether two streams have identical data.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
parent: Flux functions
name: Transformations
weight: 3
weight: 3
---
Flux transformation functions transform or shape your data in specific ways.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
parent: Transformations
name: Aggregates
weight: 1
weight: 1
---
Flux aggregate functions take values from an input table and aggregate them in some way.

Some files were not shown because too many files have changed in this diff Show More