You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Tutorial: Track a web app outage using Change Analysis
14
+
# Track a web app outage using Change Analysis
15
15
16
16
When issues happen, one of the first things to check is what changed in application, configuration and resources to triage and root cause issues. Change Analysis provides a centralized view of the changes in your subscriptions for up to the past 14 days to provide the history of changes for troubleshooting issues.
17
17
18
-
In this tutorial, you will:
18
+
To track an outage, we will:
19
19
20
20
> [!div class="checklist"]
21
21
> - Clone, create, and deploy a [sample web application](https://github.com/Azure-Samples/changeanalysis-webapp-storage-sample) with a storage account.
description: Guidance and recommendations for deploying Azure Monitor.
4
+
ms.topic: conceptual
5
+
author: bwren
6
+
ms.author: bwren
7
+
ms.date: 10/18/2021
8
+
ms.reviewer: bwren
9
+
---
10
+
11
+
# Getting started with Azure Monitor
12
+
This article helps guide you through getting started with Azure Monitor including recommendations for preparing your environment and configuring Azure Monitor. It presents an overview of the basic steps you need for a complete Azure Monitor implementation. It will help you understand how you can take advantage of Azure Monitor's features to maximize the observability of your cloud and hybrid applications and resources.
13
+
14
+
This article focuses on configuration requirements and deployment options, as opposed to actual configuration details. Links are provided for detailed information for the required configurations.
15
+
16
+
Azure Monitor is available the moment you create an Azure subscription. The Activity log immediately starts collecting events about activity in the subscription, and platform metrics are collected for any Azure resources you created. Features such as metrics explorer are available to analyze data. Other features require configuration. This scenario identifies the configuration steps required to take advantage of all Azure Monitor features. It also makes recommendations for which features you should use and how to determine configuration options based on your particular requirements.
17
+
18
+
The goal of a complete implementation is to collect all useful data from all of your cloud resources and applications and enable the entire set of Azure Monitor features based on that data.
19
+
To enable Azure Monitor to monitor all of your Azure resources, you need to both:
20
+
- Configure Azure Monitor components
21
+
- Configure Azure resources to generate monitoring data for Azure Monitor to collect.
22
+
23
+
> [!IMPORTANT]
24
+
> If you're new to Azure Monitor or are want to monitor a single Azure resource, start with the [Monitor Azure resources with Azure Monitor tutorial](essentials/monitor-azure-resource.md). The tutorial provides general concepts for Azure Monitor and guidance for monitoring a single Azure resource. This article provides recommendations for preparing your environment to leverage all features of Azure Monitor to monitoring your entire set of applications and resources together at scale.
25
+
26
+
## Getting started workflow
27
+
These articles provide detailed information about each of the main steps you'll need to do when getting started with Azure Monitor.
28
+
29
+
| Article | Description |
30
+
|:---|:---|
31
+
|[Planning](best-practices-plan.md)| Things that you should consider before starting your implementation. Includes design decisions and information about your organization and requirements that you should gather. |
32
+
|[Configure data collection](best-practices-data-collection.md)| Tasks required to collect monitoring data from your Azure and hybrid applications and resources. |
33
+
|[Analysis and visualizations](best-practices-analysis.md)| Standard features and additional visualizations that you can create to analyze collected monitoring data. |
34
+
|[Alerts and automated responses](best-practices-alerts.md)| Configure notifications and processes that are automatically triggered when an alert is created. |
35
+
|[Best practices and cost management](best-practices-cost.md)| Reducing your cloud monitoring costs by implementing and managing Azure Monitor in the most cost-effective manner. |
36
+
37
+
38
+
## Next steps
39
+
40
+
-[Planning your monitoring strategy and configuration](best-practices-plan.md)
Copy file name to clipboardExpand all lines: articles/sentinel/forward-syslog-monitor-agent.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ ms.custom: template-tutorial
10
10
#Customer intent: As a security-engineer, I want to get syslog data into Microsoft Sentinel so that I can use the data with other data to do attack detection, threat visibility, proactive hunting, and threat response. As an IT administrator, I want to get syslog data into my Log Analytics workspace to monitor my linux-based devices.
11
11
---
12
12
13
-
# Tutorial: Forward syslog data to a Log Analytics workspace by using the Azure Monitor agent
13
+
# Forward syslog data to a Log Analytics workspace by using the Azure Monitor agent
14
14
15
-
In this tutorial, you'll configure a Linux virtual machine (VM) to forward syslog data to your workspace by using the Azure Monitor agent. These steps allow you to collect and monitor data from Linux-based devices where you can't install an agent like a firewall network device.
15
+
In this article, we'll describe how to configure a Linux virtual machine (VM) to forward syslog data to your workspace by using the Azure Monitor agent. These steps allow you to collect and monitor data from Linux-based devices where you can't install an agent like a firewall network device.
16
16
17
17
Configure your linux-based device to send data to a Linux VM. The Azure Monitor agent on the VM forwards the syslog data to the Log Analytics workspace. Then use Microsoft Sentinel or Azure Monitor to monitor the device from the data stored in the Log Analytics workspace.
18
18
19
-
In this tutorial, you learn how to:
19
+
In this article, you learn how to:
20
20
21
21
> [!div class="checklist"]
22
22
> * Create a data collection rule
@@ -26,7 +26,7 @@ In this tutorial, you learn how to:
26
26
27
27
## Prerequisites
28
28
29
-
To complete the steps in this tutorial, you must have the following resources and roles.
29
+
To complete the steps in this article, you must have the following resources and roles.
30
30
31
31
- Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
32
32
- Azure account with the following roles to deploy the agent and create the data collection rules:
0 commit comments