diff --git a/content/telegraf/controller/install/_index.md b/content/telegraf/controller/install/_index.md index 908ec8fc3..e2f6cd6fb 100644 --- a/content/telegraf/controller/install/_index.md +++ b/content/telegraf/controller/install/_index.md @@ -583,8 +583,7 @@ mode, the web interface displays a setup page where you can create one. 2. Fill in the **Username**, **Email**, and **Password** fields. 3. Click **Create Account**. - - +{{< img-hd src="/img/telegraf/controller-setup-owner-account.png" alt="Owner account setup page" />}} For more information about user roles and permissions, see [Authorization](/telegraf/controller/reference/authorization/). diff --git a/content/telegraf/controller/settings.md b/content/telegraf/controller/settings.md index a318cd77e..dcbf419da 100644 --- a/content/telegraf/controller/settings.md +++ b/content/telegraf/controller/settings.md @@ -15,8 +15,7 @@ password requirements for {{% product-name %}}. Navigate to the **Settings** page from the left navigation menu to view and modify these settings. - - +{{< img-hd src="/img/telegraf/controller-settings.png" alt="Telegraf Controller settings page" />}} ## Require authentication per endpoint diff --git a/content/telegraf/controller/tokens/create.md b/content/telegraf/controller/tokens/create.md index bdb69e58a..c8b88b661 100644 --- a/content/telegraf/controller/tokens/create.md +++ b/content/telegraf/controller/tokens/create.md @@ -31,8 +31,7 @@ Tokens let you grant scoped access to external tools, scripts, and services with See [Custom permissions](#custom-permissions) for details. 6. Click **Create**. - - +{{< img-hd src="/img/telegraf/controller-create-token.png" alt="Telegraf Controller create token form" />}} > [!Important] > #### Copy and store your token diff --git a/content/telegraf/controller/users/account.md b/content/telegraf/controller/users/account.md index 2889602dd..cbb9d9fe5 100644 --- a/content/telegraf/controller/users/account.md +++ b/content/telegraf/controller/users/account.md @@ -12,8 +12,7 @@ weight: 101 Any authenticated user can update their own account details from the account page. Use the account page to change your username, email address, or password at any time. - - +{{< img-hd src="/img/telegraf/controller-account-page.png" alt="Telegraf Controller account page" />}} ## Update your username diff --git a/content/telegraf/controller/users/invite.md b/content/telegraf/controller/users/invite.md index 8297a9423..5fd5ded2e 100644 --- a/content/telegraf/controller/users/invite.md +++ b/content/telegraf/controller/users/invite.md @@ -33,8 +33,7 @@ immediately active. values range from 1 to 720 hours (30 days). 7. Click **Create Invite**. - - +{{< img-hd src="/img/telegraf/controller-invite-user.png" alt="Telegraf Controller invite user form" />}} > [!Note] > You cannot invite a user with the **Owner** role. To make someone the owner, diff --git a/content/telegraf/controller/users/transfer-ownership.md b/content/telegraf/controller/users/transfer-ownership.md index f2f440bdf..99e5d9432 100644 --- a/content/telegraf/controller/users/transfer-ownership.md +++ b/content/telegraf/controller/users/transfer-ownership.md @@ -32,8 +32,7 @@ administrator. 4. Confirm the username of the user you want to transfer ownership to and click **Transfer Ownership**. - - +{{< img-hd src="/img/telegraf/controller-transfer-ownership.png" alt="Telegraf Controller transfer ownership confirmation" />}} ## What happens during transfer diff --git a/static/img/telegraf/controller-account-page.png b/static/img/telegraf/controller-account-page.png new file mode 100644 index 000000000..c21f59a7c Binary files /dev/null and b/static/img/telegraf/controller-account-page.png differ diff --git a/static/img/telegraf/controller-agents-list.png b/static/img/telegraf/controller-agents-list.png index b46ab5bfa..4dfca4c97 100644 Binary files a/static/img/telegraf/controller-agents-list.png and b/static/img/telegraf/controller-agents-list.png differ diff --git a/static/img/telegraf/controller-create-token.png b/static/img/telegraf/controller-create-token.png new file mode 100644 index 000000000..617f12794 Binary files /dev/null and b/static/img/telegraf/controller-create-token.png differ diff --git a/static/img/telegraf/controller-invite-user.png b/static/img/telegraf/controller-invite-user.png new file mode 100644 index 000000000..f059cc89e Binary files /dev/null and b/static/img/telegraf/controller-invite-user.png differ diff --git a/static/img/telegraf/controller-settings.png b/static/img/telegraf/controller-settings.png new file mode 100644 index 000000000..7cd013e97 Binary files /dev/null and b/static/img/telegraf/controller-settings.png differ diff --git a/static/img/telegraf/controller-setup-owner-account.png b/static/img/telegraf/controller-setup-owner-account.png new file mode 100644 index 000000000..9df863661 Binary files /dev/null and b/static/img/telegraf/controller-setup-owner-account.png differ diff --git a/static/img/telegraf/controller-transfer-ownership.png b/static/img/telegraf/controller-transfer-ownership.png new file mode 100644 index 000000000..2960654f4 Binary files /dev/null and b/static/img/telegraf/controller-transfer-ownership.png differ