February and March Cloud updates (#3909)

* February 2022 updates (addresses #3818)

* March cloud updates (closes #3822)

* Update content/influxdb/cloud/reference/release-notes/cloud-updates.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
pull/3923/head
noramullen1 2022-04-04 11:42:38 -07:00 committed by GitHub
parent 866c606071
commit 2eaf62dea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 5 deletions

View File

@ -71,8 +71,3 @@ Accounts can have up to 50 pending invitations at one time.
1. Navigate to your organization's [Members page](#members-page). 1. Navigate to your organization's [Members page](#members-page).
2. Click the **{{< icon "delete" >}}** icon next to the user you want to remove. 2. Click the **{{< icon "delete" >}}** icon next to the user you want to remove.
3. Click **{{< caps >}}Remove user access{{< /caps >}}**. 3. Click **{{< caps >}}Remove user access{{< /caps >}}**.
### Remove yourself from an organization
You cannot remove yourself from an organization.
Have another member of your organization remove you.

View File

@ -14,6 +14,26 @@ aliases:
InfluxDB Cloud updates occur frequently. Find a compilation of recent updates below. InfluxDB Cloud updates occur frequently. Find a compilation of recent updates below.
To find information about the latest Flux updates in InfluxDB Cloud, see [Flux release notes](/influxdb/cloud/reference/release-notes/flux/). To find information about the latest Flux updates in InfluxDB Cloud, see [Flux release notes](/influxdb/cloud/reference/release-notes/flux/).
## March 2022
### Deep linking
Navigate to UI pages without having to enter your organization ID in the URL using deep links. For example, `cloud2.influxdata.com/me/billing` redirects to your organization's billing page.
## February 2022
### Remove yourself from an organization
You can now remove yourself as a member of an organization in the Cloud UI. For details, see [Remove a user from your organization](/influxdb/cloud/organizations/users/#remove-a-user-from-your-organization/).
### Add auto-refresh functionality to Notebooks
Automatically refresh Notebooks data. For details, see [Create a notebook](/influxdb/cloud/notebooks/create-notebook/).
## Performance improvements to dashboards and queries
Previously, InfluxDB loaded all variables on the client side, even those not included in a dashboard or query. Now, InfluxDB only loads variables used by queries or dashboards.
## January 2022 ## January 2022
### Update Tokens UI ### Update Tokens UI

View File

@ -38,6 +38,10 @@ To create a new notebook, do the following:
4. Do the following at the top of the page: 4. Do the following at the top of the page:
- Select your local time zone or UTC. - Select your local time zone or UTC.
- Choose a time [range](/{{% latest "flux" %}}/stdlib/universe/range/) for your data. - Choose a time [range](/{{% latest "flux" %}}/stdlib/universe/range/) for your data.
- Select an auto-refresh interval. Click **Enable Auto Refresh**. In the window that appears, configure the following options:
- **Until**: Select **Indefinite** to automatically refresh continuously. Select **Custom** to set a time to stop automatically refreshing.
- **Inactivity Timeout**: Set how long the user should be inactive for the dashboard to time out and stop automatically refreshing.
- **Refresh Interval**: Enter how frequently the dashboard should refresh.
5. Your notebook should have a **Data Source** cell as the first cell. **Data Source** cells provide data to subsequent cells. The presets (listed in step 2) include either a **Query Builder** or a **Flux Script** as the first cell. 5. Your notebook should have a **Data Source** cell as the first cell. **Data Source** cells provide data to subsequent cells. The presets (listed in step 2) include either a **Query Builder** or a **Flux Script** as the first cell.
6. To define your data source query, do one of the following: 6. To define your data source query, do one of the following:
- If your notebook uses a **Query Builder** cell, select your bucket and any additional filters for your query. - If your notebook uses a **Query Builder** cell, select your bucket and any additional filters for your query.