Skip to content

Commit 5e506f5

Browse files
Windows Metrics Integration update (#116)
* Updated the metrics instructions to be clearer and updated the depricated command. * typo --------- Co-authored-by: Lee Smith <[email protected]>
1 parent ea15f7d commit 5e506f5

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

src/pages/account-administration/account-access-users-teams/troubleshooting/access-denied-azure-ad.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Access Denied Errors Azure AD Login
3-
metaTitle: Learn How to Resolve Azure AD Acesses Errors
3+
metaTitle: Learn How to Resolve Azure AD Access Errors
44
description: Discover the steps you need to take to resolve Azure AD access errors in this help article from Logit.io.
55
---
66

@@ -37,4 +37,4 @@ The 'User assignment required?' option needs to be set to Yes.
3737

3838
Then on the left-hand Manage menu click on 'Users and groups' and then 'Add User.' By selecting the relevant user and clicking on 'Assign' the user should appear in the users and group list.
3939

40-
Once the user account has been added they should be able to log into the Logit.io application with their Azure AD credentials without error.
40+
Once the user account has been added they should be able to log into the Logit.io application with their Azure AD credentials without error.

src/pages/integrations/windows.mdx

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,23 @@ If you are only interested in shipping metrics, you can skip the Logs section an
8787
Move the telegraf.exe and telegraf.conf files from C:\Program Files\InfluxData\telegraf\telegraf-1.33.0
8888
to the parent directory C:\Program Files\InfluxData\telegraf
8989

90+
Now navigate to this folder in Powershell.
91+
92+
```cmd copy
93+
cd 'C:\Program Files\InfluxData\telegraf'
94+
```
95+
9096
### Configure the Telegraf input and output plugins
9197

9298
The configuration file below is pre-configured to scrape the system metrics from your hosts.
9399
Add the following to the configuration file (i.e. C:\Program Files\InfluxData\telegraf\telegraf.conf).
94100
It includes plugins for both Windows Performance Counters and Windows Services and specifies the output configuration
95101
for sending your data to Logit.io.
96102

103+
__Note__: Please make sure the ___'metrics username'___ , ___'metrics password'___ , ___'metrics product Id'___ and
104+
___'vm agent port'___ , fields in the __[[outputs.http]]__ section are correctly populated.
105+
If you are logged into your Logit.io account the fields should have been pre-populated with the correct values.
106+
97107
```toml copy
98108
# Input plugin to report Windows services info.
99109
# This plugin ONLY supports Windows
@@ -204,8 +214,9 @@ If you are only interested in shipping metrics, you can skip the Logs section an
204214

205215
Run the following command to install Telegraf as a Windows service.
206216
```ps1 copy
207-
.\telegraf.exe --service install `
208-
--config "C:\Program Files\InfluxData\telegraf\telegraf.conf"
217+
.\telegraf.exe `
218+
--config "C:\Program Files\InfluxData\telegraf\telegraf.conf" `
219+
service install
209220
```
210221
To test that the installation works, enter the following command:
211222
```ps1 copy

0 commit comments

Comments
 (0)