diff --git a/assets/styles/tools/_icomoon.scss b/assets/styles/tools/_icomoon.scss index dfd7c1f91..a3b4a64a2 100644 --- a/assets/styles/tools/_icomoon.scss +++ b/assets/styles/tools/_icomoon.scss @@ -1,10 +1,10 @@ @font-face { font-family: 'icomoon'; - src: url('fonts/icomoon.eot?e8u66e'); - src: url('fonts/icomoon.eot?e8u66e#iefix') format('embedded-opentype'), - url('fonts/icomoon.ttf?e8u66e') format('truetype'), - url('fonts/icomoon.woff?e8u66e') format('woff'), - url('fonts/icomoon.svg?e8u66e#icomoon') format('svg'); + src: url('fonts/icomoon.eot?9r9zke'); + src: url('fonts/icomoon.eot?9r9zke#iefix') format('embedded-opentype'), + url('fonts/icomoon.ttf?9r9zke') format('truetype'), + url('fonts/icomoon.woff?9r9zke') format('woff'), + url('fonts/icomoon.svg?9r9zke#icomoon') format('svg'); font-weight: normal; font-style: normal; } @@ -33,6 +33,9 @@ .icon-ui-nav-chat:before { content: "\e941"; } +.icon-ui-disks:before { + content: "\e950"; +} .icon-ui-add-cell:before { content: "\e91f"; } diff --git a/content/v2.0/cloud/account-management/offboarding.md b/content/v2.0/cloud/account-management/offboarding.md index 34b3f6bc9..f2b9d6fb2 100644 --- a/content/v2.0/cloud/account-management/offboarding.md +++ b/content/v2.0/cloud/account-management/offboarding.md @@ -36,9 +36,9 @@ For details, see [Export a dashboard](v2.0/visualize-data/dashboards/export-dash **To save a Telegraf configuration:** -1. Click in the **Organizations** icon in the navigation bar. +1. Click in the **Settings** icon in the navigation bar. - {{< nav-icon "orgs" >}} + {{< nav-icon "settings" >}} 2. Select the **Telegraf** tab. A list of existing Telegraf configurations appears. 3. Click on the name of a Telegraf configuration. diff --git a/content/v2.0/write-data/use-telegraf/auto-config/_index.md b/content/v2.0/write-data/use-telegraf/auto-config/_index.md index aaca5632d..3001d429f 100644 --- a/content/v2.0/write-data/use-telegraf/auto-config/_index.md +++ b/content/v2.0/write-data/use-telegraf/auto-config/_index.md @@ -25,33 +25,32 @@ for using Telegraf with InfluxDB v2.0._ ## Create a Telegraf configuration 1. Open the InfluxDB UI _(default: [localhost:9999](http://localhost:9999))_. -2. Click **Organizations** in the left navigation menu. +2. Click **Load Data** in the left navigation menu. - {{< nav-icon "orgs" >}} + {{< nav-icon "load data" >}} -3. Click on the name of your organization. -4. Click the **Telegraf** tab. -5. Click **{{< icon "plus" >}} Create Configuration**. -6. In the **Bucket** dropdown, select the bucket where Telegraf will store collected data. -7. Select one or more of the available plugin groups +3. Click the **Telegraf** tab. +4. Click **{{< icon "plus" >}} Create Configuration**. +5. In the **Bucket** dropdown, select the bucket where Telegraf will store collected data. +6. Select one or more of the available plugin groups (e.g. **System**, **Docker**, **Kubernetes**, **NGINX**, or **Redis**), and click **Continue**. {{% note %}} All Telegraf plugins are supported, but only a subset are configurable using the InfluxDB UI. To use plugins other than those listed, you must [manually configure Telegraf](/v2.0/write-data/use-telegraf/manual-config). {{% /note %}} -8. Review the list of **Plugins to Configure** for configuration requirements. +7. Review the list of **Plugins to Configure** for configuration requirements. Plugins listed with a {{< icon "check" >}} require no additional configuration. To configure a plugin or access plugin documentation, click the plugin name. -9. Provide a **Telegraf Configuration Name** and an optional **Telegraf Configuration Description**. -10. Click **Create and Verify**. -11. The **Test Your Configuration** page provides instructions for how to start +8. Provide a **Telegraf Configuration Name** and an optional **Telegraf Configuration Description**. +9. Click **Create and Verify**. +10. The **Test Your Configuration** page provides instructions for how to start Telegraf using the generated configuration. _See [Start Telegraf](#start-telegraf) below for detailed information about what each step does._ -12. Once Telegraf is running, click **Listen for Data** to confirm Telegraf is successfully +11. Once Telegraf is running, click **Listen for Data** to confirm Telegraf is successfully sending data to InfluxDB. Once confirmed, a **Connection Found!** message appears. -13. Click **Finish**. Your configuration name and the associated bucket name appears +12. Click **Finish**. Your configuration name and the associated bucket name appears in the list of Telegraf connections. ## Start Telegraf diff --git a/layouts/shortcodes/nav-icon.html b/layouts/shortcodes/nav-icon.html index f7a077c01..a3a7c3d9c 100644 --- a/layouts/shortcodes/nav-icon.html +++ b/layouts/shortcodes/nav-icon.html @@ -11,9 +11,9 @@ {{ else if eq $navIcon "tasks" }} {{ .Scratch.Set "icon" "calendar" }} {{ .Scratch.Set "title" "Tasks" }} -{{ else if or (eq $navIcon "organizations") (eq $navIcon "orgs") }} - {{ .Scratch.Set "icon" "organizations" }} - {{ .Scratch.Set "title" "Organizations" }} +{{ else if or (eq $navIcon "disks") (eq $navIcon "load data") (eq $navIcon "load-data") }} + {{ .Scratch.Set "icon" "disks" }} + {{ .Scratch.Set "title" "Load Data" }} {{ else if eq $navIcon "settings" }} {{ .Scratch.Set "icon" "wrench-2" }} {{ .Scratch.Set "title" "Settings" }} diff --git a/static/fonts/icomoon.eot b/static/fonts/icomoon.eot index a90f793ac..2ff522e19 100755 Binary files a/static/fonts/icomoon.eot and b/static/fonts/icomoon.eot differ diff --git a/static/fonts/icomoon.svg b/static/fonts/icomoon.svg index e7dda9a20..f5ed6e65c 100755 --- a/static/fonts/icomoon.svg +++ b/static/fonts/icomoon.svg @@ -69,6 +69,7 @@ + diff --git a/static/fonts/icomoon.ttf b/static/fonts/icomoon.ttf index d59e5ca6c..fb000be8e 100755 Binary files a/static/fonts/icomoon.ttf and b/static/fonts/icomoon.ttf differ diff --git a/static/fonts/icomoon.woff b/static/fonts/icomoon.woff index 5b5167d80..ac8bf730d 100755 Binary files a/static/fonts/icomoon.woff and b/static/fonts/icomoon.woff differ