added placeholder files for org/bucket/member content

pull/30/head
Scott Anderson 2019-01-23 10:51:58 -07:00
parent e62c8266f1
commit bf284afe21
11 changed files with 208 additions and 3 deletions

View File

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

View File

@ -0,0 +1,24 @@
---
title: View buckets
seotitle: View buckets in InfluxDB
description: placeholder
menu:
v2_0:
name: View buckets
parent: Manage buckets
weight: 2
---
1. Click the **Organizations** tab in the navigation bar.
{{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}}
2. Click on the name of an organization, then select the **Buckets** tab. All of the organization's buckets appear.
3. To create a bucket, click **+Create** in the upper right.
* Enter a name for your bucket in the **Name** field.
* In the **How often to clear data?** field:
* Select **Never** to retain data forever.
* Select **Periodically** to define a specific retention policy.
4. To update a bucket's name or retention policy, click the name of the bucket from the list.
5. Click **Update** to save.

View File

@ -0,0 +1,25 @@
---
title: Create an organization
seotitle: Create an organization in InfluxDB
description: placeholder
menu:
v2_0:
name: Create an organization
parent: Manage organizations
weight: 1
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)
to create an organization.
## Create an organization in the InfluxDB UI
1. Click the **Organizations** tab in the navigation bar.
{{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}}
_Complete content coming soon_
## Create an organization using the influx CLI
_Complete content coming soon_

View File

@ -0,0 +1,25 @@
---
title: Delete an organization
seotitle: Delete an organization from InfluxDB
description: placeholder
menu:
v2_0:
name: Delete an organization
parent: Manage organizations
weight: 4
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)
to create an organization.
## Delete an organization in the InfluxDB UI
1. Click the **Organizations** tab in the navigation bar.
{{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}}
_Complete content coming soon_
## Delete an organization using the influx CLI
_Complete content coming soon_

View File

@ -5,7 +5,7 @@ menu:
v2_0:
name: Manage members
parent: Manage organizations
weight: 2
weight: 6
---
**To manage an organization's members**:

View File

@ -0,0 +1,27 @@
---
title: Add a member
seotitle: Add a member to an organization in InfluxDB
description: placeholder
menu:
v2_0:
name: Add a member
parent: Manage members
weight: 1
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)
to add a member to an organization.
## Add a member to an organization in the InfluxDB UI
1. Click the **Organizations** tab in the navigation bar.
{{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}}
2. Click on the name of an organization, then select the **Members** tab.
_Complete content coming soon_
## Add a member to an organization using the influx CLI
_Complete content coming soon_

View File

@ -0,0 +1,27 @@
---
title: Remove a member
seotitle: Remove a member from an organization in InfluxDB
description: placeholder
menu:
v2_0:
name: Remove a member
parent: Manage members
weight: 3
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)
to remove a member from an organization.
## Remove a member from an organization in the InfluxDB UI
1. Click the **Organizations** tab in the navigation bar.
{{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}}
2. Click on the name of an organization, then select the **Members** tab.
_Complete content coming soon_
## Remove a member from an organization using the influx CLI
_Complete content coming soon_

View File

@ -0,0 +1,27 @@
---
title: View members
seotitle: View members of an organization in InfluxDB
description: placeholder
menu:
v2_0:
name: View members
parent: Manage members
weight: 2
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)
to view members of an organization.
## View members of organization in the InfluxDB UI
1. Click the **Organizations** tab in the navigation bar.
{{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}}
2. Click on the name of an organization, then select the **Members** tab.
_Complete content coming soon_
## View members of organization using the influx CLI
_Complete content coming soon_

View File

@ -0,0 +1,25 @@
---
title: Update an organization
seotitle: Update an organization in InfluxDB
description: placeholder
menu:
v2_0:
name: Update an organization
parent: Manage organizations
weight: 3
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)
to update an organization.
## Update an organization in the InfluxDB UI
1. Click the **Organizations** tab in the navigation bar.
{{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}}
_Complete content coming soon_
## Update an organization using the influx CLI
_Complete content coming soon_

View File

@ -0,0 +1,25 @@
---
title: View organizations
seotitle: View organizations in InfluxDB
description: placeholder
menu:
v2_0:
name: View organizations
parent: Manage organizations
weight: 2
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)
to view organizations.
## View organizations in the InfluxDB UI
1. Click the **Organizations** tab in the navigation bar.
{{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}}
_Complete content coming soon_
## View organizations using the influx CLI
_Complete content coming soon_

View File

@ -1,5 +1,5 @@
---
title: View tasks in InfluxDB
title: View tasks
seotitle: View created tasks that process data in InfluxDB
description: >
How to view all created data processing tasks using the InfluxDB user interface