Skip to content

Commit d825978

Browse files
committed
Fixing links
1 parent ad9dfa8 commit d825978

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/data-factory/how-to-configure-shir-for-log-analytics-collection.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ Centralize the events and the performance counter data to your Log Analytics wor
2727

2828
### Instrumenting on-premises virtual machines
2929

30-
The article [Install Log Analytics agent on Windows computers](https://docs.microsoft.com/azure/azure-monitor/agents/agent-windows) describes how to install the client on a virtual machine typically hosted on-premises. This can be either a physical server or a virtual machine hosted on a customer managed hypervisor. As mentioned in the prerequisite section, when installing the Log Analytics agent, you will have to provide the Log Analytics workspace ID and Workspace Key to finalize the connection.
30+
The article [Install Log Analytics agent on Windows computers](../azure-monitor/agents/agent-windows.md) describes how to install the client on a virtual machine typically hosted on-premises. This can be either a physical server or a virtual machine hosted on a customer managed hypervisor. As mentioned in the prerequisite section, when installing the Log Analytics agent, you will have to provide the Log Analytics workspace ID and Workspace Key to finalize the connection.
3131

3232
### Instrumenting Azure virtual machines
3333

34-
The recommended approach to instrument an Azure virtual machine based SHIR is to use virtual machine insights as described in the article [Enable VM insights overview](https://docs.microsoft.com/azure/azure-monitor/vm/vminsights-enable-overview). Note that there are multiple ways to configure the Log Analytics agent when the SHIR is hosted in an Azure virtual machine. All the options are described in the article [Log Analytics agent overview](https://docs.microsoft.com/azure/azure-monitor/agents/log-analytics-agent#installation-options).
34+
The recommended approach to instrument an Azure virtual machine based SHIR is to use virtual machine insights as described in the article [Enable VM insights overview](../azure-monitor/vm/vminsights-enable-overview.md). Note that there are multiple ways to configure the Log Analytics agent when the SHIR is hosted in an Azure virtual machine. All the options are described in the article [Log Analytics agent overview](../azure-monitor/agents/log-analytics-agent#installation-options.md).
3535

3636
## Configuring event log and performance counter capture
3737

3838
This step will highlight how to configure both Event viewer logs and performance counters to be captured and sent over to Log Analytics. The steps described below are common regardless of how the agent was deployed.
3939

4040
### Selecting event viewer journals
4141

42-
First you must collect event viewer journals relevant to the SHIR as described in the article [Collect Windows event log data sources with Log Analytics agent in Azure Monitor](https://docs.microsoft.com/azure/azure-monitor/agents/data-sources-windows-events).
42+
First you must collect event viewer journals relevant to the SHIR as described in the article [Collect Windows event log data sources with Log Analytics agent in Azure Monitor](../azure-monitor/agents/data-sources-windows-events.md).
4343

4444
It's important to note that when choosing the event logs using the interface, it is normal that you will not see all journals that can possibly exist on a machine. Consequently, the two journals that we need for SHIR monitoring will not show up in this list. If you type the journal name exactly as it appears on the local virtual machine, it will be captured and sent to your Log analytics workspace.
4545

@@ -63,7 +63,7 @@ In the interface, when first configuring it, a suggested counter set will be rec
6363

6464
## Viewing Events and Performance counter data in Log Analytics
6565

66-
Please consult this tutorial on [How to query data in Log Analytics](https://docs.microsoft.com/azure/azure-monitor/logs/log-analytics-tutorial).
66+
Please consult this tutorial on [How to query data in Log Analytics](../azure-monitor/logs/log-analytics-tutorial.md).
6767
The two tables where the telemetry is saved are called Perf and Event respectively. The following query will check the row count to see if we have data flowing in. This would confirm if the instrumentation described above is working.
6868

6969
### Sample KQL queries

articles/data-factory/monitoring-shir-in-azure.md renamed to articles/data-factory/monitor-shir-in-azure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ By default, the Self Hosted Integration Runtime’s diagnostic and performance t
1818

1919
## Event logs
2020

21-
When logged on locally to the Self Hosted Integration Runtime, specific events can be viewed using the [event viewer](https://docs.microsoft.com/windows/win32/eventlog/viewing-the-event-log). The relevant events are captured in two event viewer journals named: **Connectors – Integration Runtime** and **Integration Runtime** respectively. While it’s possible to log in to the Self Hosted Integration Runtime hosts individually to view these events, it is also possible to stream these events to a Log Analytics workspace in Azure monitor for ease of query and centralization purposes.
21+
When logged on locally to the Self Hosted Integration Runtime, specific events can be viewed using the [event viewer](../../windows/win32/eventlog/viewing-the-event-log.md). The relevant events are captured in two event viewer journals named: **Connectors – Integration Runtime** and **Integration Runtime** respectively. While it’s possible to log in to the Self Hosted Integration Runtime hosts individually to view these events, it is also possible to stream these events to a Log Analytics workspace in Azure monitor for ease of query and centralization purposes.
2222

2323
## Performance counters
2424

25-
Performance counters in Windows and Linux provide insight into the performance of hardware components, operating systems, and applications such as the Self Hosted Integration Runtime. The performance counters can be viewed and collected locally on the VM using the performance monitor tool. See the article on [using performance counters](https://docs.microsoft.com/windows/win32/perfctrs/using-performance-counters) for more details.
25+
Performance counters in Windows and Linux provide insight into the performance of hardware components, operating systems, and applications such as the Self Hosted Integration Runtime. The performance counters can be viewed and collected locally on the VM using the performance monitor tool. See the article on [using performance counters](../..windows/win32/perfctrs/using-performance-counters.md) for more details.
2626

2727
## Centralizing log collection and analysis
2828

0 commit comments

Comments
 (0)