Misc updates

pull/12/head
Nora 2019-01-15 14:55:12 -08:00
parent 02fb6062a0
commit 01a773bafc
4 changed files with 26 additions and 24 deletions

View File

@ -9,6 +9,13 @@ menu:
Create, edit, and manage dashboards from the **Dashboards** tab in the left navigation.
Variable names changed--instead of dashboard time, it's time range start/time range end (double-check).
Window interval replaces interval
Save as somewhere--same as send to dashboard
Also save as dashboard/save as tasks
Multiple tabs, hide/show tabs, rename tabs
## Creating dashboards
**To create a dashboard**:
@ -46,16 +53,3 @@ You can also send data to your dashboard directly from the Data Explorer. For de
* Click **Clone**.
<<SCREEENSHOT>>
The cloned dashboard opens.
## Importing and exporting dashboards
**To import a dashboard**:
1. From the **Dashboards** tab, click **Import** in the upper right.
2. Drag a file into the **Import Dashboard** window or click to manually select one.
<<SCREENSHOT>>
3. Click **Upload Dashboard**.
**To export a dashboard**:
* Hover over the dashboard name in the list of dashboards to show options.
* Click **Export** to download the JSON file.

View File

@ -7,7 +7,9 @@ menu:
weight: 1
---
Everything is scoped by organization. Tasks are owned by an organization. The organization has access to read/write endpoints. Organizations have "owners" and "members".
Everything is scoped by/contained within organization--dashboards, tasks, buckets, users, !!collectors and scrapers!!.
# Create Organization
* Appears in upper right for users with permissions
@ -24,16 +26,19 @@ Everything is scoped by organization. Tasks are owned by an organization. The or
**To manage an organization's members**:
Organizations have "owners" and "members".
1. Click the **Organizations** tab in the navigation bar.
2. Click on the name of an organization. All of the organization's members appear in the **Members** tab.
3. Select a member from the list or search to filter the list.
4. ?? Edit members, remove members, invite users to be a member
A bucket is a named location where data is stored that has a retention policy. Its similar to an InfluxDB v1.x “database,” but is a combination of both a database and a retention policy. When using multiple retention policies, each retention policy is treated as is its own bucket.
**To manage an organization's buckets**:
A bucket is a named location where data is stored that has a retention policy. Its similar to an InfluxDB v1.x “database,” but is a combination of both a database and a retention policy. Each bucket can only have one retention policy.
1. Click the **Organizations** tab in the navigation bar.
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.
@ -55,11 +60,8 @@ A bucket is a named location where data is stored that has a retention policy. I
For details on editing dashboards, see <<link to dashboards section>>
#### Dashboards (/organizations/orgnamehere/dashboards)
* User can see all dashboards owned by this org
#### Tasks (/organizations/orgnamehere/tasks)
* User can see all dashboards owned by this org
* User can see all tasks owned by this org
#### Options (/organizations/orgnamehere/options) mockup says settings
* Only owners can see this tab

View File

@ -6,15 +6,17 @@ menu:
name: Using tasks
weight: 1
---
Scheduled flux query. Main use case is replacement for continuous queries, add info about CQs.
**To filter the list of tasks**:
* Enable the **Show Inactive** option to include inactive tasks on the list.
* Enter text in the **Filter tasks by name** field to search for tasks by name.
* Select an organization from the **All Organizations** dropdown to filter the list by organization.
* Click on the heading of any column to sort by that field.
**To import a task**:
1. Click the Tasks (calendar) icon in the left navigation menu.
2. Click **Import** in the upper right.
3. Drag and drop or select a file to upload.
@ -27,7 +29,9 @@ menu:
* **Name**: The name of your task.
* **Owner**: Select an organization from the drop-down menu.
* **Schedule Task**: Select **Interval** for !!!! or **Cron** to !!!. Also enter value below (interval window or Cron thing).
* **Offset**: Enter an offset time !!!
* **Retry Attempts**: The number of times the task should retry !!!
* **Offset**: Enter an offset time. If you schedule it to run at the hour but you have an offset of ten minutes, then it runs at an hour and ten minutes.
3. In the right panel, enter your task script.
4. Click **Save**.
**Disable tasks**

View File

@ -7,4 +7,6 @@ menu:
weight: 1
---
Account settings, tokens
1. Click the ?? icon in the navigation bar.
2. Review your settings on the **Settings** tab.
3. To edit your settings, click **Edit About Me**