Cloud oct updates (#3397)

* draft Cloud updates
* edits from Gunnar
pull/3383/head^2
kelseiv 2021-11-15 15:34:31 -08:00 committed by GitHub
parent a3ffc8a2af
commit 4ad5a80ab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 0 deletions

11
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,11 @@
{
"cSpell.words": [
"dbrp",
"downsample",
"eastus",
"Invokable",
"Rienmann",
"Signup",
"westeurope"
]
}

View File

@ -14,6 +14,31 @@ 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/).
## October 2021
- [API invokable scripts](#api-invokable-scripts)
- [New UI design](#new-ui-design)
- [Flux update](#flux-update)
- [Telegraf configuration UI](#telegraf-configuration-ui)
### API invokable scripts
Use [API invokable scripts](/influxdb/cloud/api-guide/api-invocable-scripts/) to assign and execute a script through an API endpoint.
### New UI design
Refresh the look and feel of InfluxDB Cloud UI. The updated icons, fonts, and layouts improve visibility, accessibility, and user experience.
The updated icons, fonts, and layouts improve visibility, accessibility, and user experience. For those interested in the code, check out the [Clockface UI kit](https://github.com/influxdata/clockface).
### Flux update
Upgrade to [Flux v0.139](/flux/v0.x/release-notes/).
### Telegraf configuration UI
Update Telegraf configuration in the UI to make it easier to set up and configure Telegraf plugins. See how to [use the InfluxDB UI to generate and store new Telegraf plugins](/influxdb/cloud/telegraf-configs/create/#use-the-influxdb-ui).
## September 2021
- **Paginated tasks in UI**: Previously, the Tasks page only listed the first 100 tasks. Now, all tasks are accessible and paginated on the Tasks page.