From 2eaf62dea57d1b47c53195c3a4dca2aece4d1cc2 Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Mon, 4 Apr 2022 11:42:38 -0700 Subject: [PATCH] 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> --- content/influxdb/cloud/organizations/users.md | 5 ----- .../reference/release-notes/cloud-updates.md | 20 +++++++++++++++++++ .../v2.1/notebooks/create-notebook.md | 4 ++++ 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/content/influxdb/cloud/organizations/users.md b/content/influxdb/cloud/organizations/users.md index ffb7ee7a5..ee4c53b66 100644 --- a/content/influxdb/cloud/organizations/users.md +++ b/content/influxdb/cloud/organizations/users.md @@ -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). 2. Click the **{{< icon "delete" >}}** icon next to the user you want to remove. 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. diff --git a/content/influxdb/cloud/reference/release-notes/cloud-updates.md b/content/influxdb/cloud/reference/release-notes/cloud-updates.md index dbb13ee9e..8e64e8a0a 100644 --- a/content/influxdb/cloud/reference/release-notes/cloud-updates.md +++ b/content/influxdb/cloud/reference/release-notes/cloud-updates.md @@ -14,6 +14,26 @@ aliases: 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/). +## 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 ### Update Tokens UI diff --git a/content/influxdb/v2.1/notebooks/create-notebook.md b/content/influxdb/v2.1/notebooks/create-notebook.md index 25165cc94..2c53c9d19 100644 --- a/content/influxdb/v2.1/notebooks/create-notebook.md +++ b/content/influxdb/v2.1/notebooks/create-notebook.md @@ -38,6 +38,10 @@ To create a new notebook, do the following: 4. Do the following at the top of the page: - Select your local time zone or UTC. - 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. 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.