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
Copy file name to clipboardExpand all lines: articles/azure-monitor/learn/quick-collect-linux-computer.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,11 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
27
27
Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.com).
28
28
29
29
## Create a workspace
30
-
1. In the Azure portal, click**All services**. In the list of resources, type**Log Analytics**. As you begin typing, the list filters based on your input. Select **Log Analytics**.
30
+
1. In the Azure portal, select**All services**. In the list of resources, enter**Log Analytics**. As you begin typing, the list filters based on your input. Select **Log Analytics**.
2.Click**Create**, and then select choices for the following items:
34
+
2.Select**Create**, and then select choices for the following items:
35
35
36
36
* Provide a name for the new **Log Analytics workspace**, such as *DefaultLAWorkspace*. OMS workspaces are now referred to as Log Analytics workspaces.
37
37
* Select a **Subscription** to link to by selecting from the drop-down list if the default selected is not appropriate.
@@ -41,7 +41,7 @@ Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.c
1. In the Azure portal, click**All services** found in the upper left-hand corner. In the list of resources, type**Log Analytics**. As you begin typing, the list filters based on your input. Select **Log Analytics**.
53
+
1. In the Azure portal, select**All services** found in the upper left-hand corner. In the list of resources, enter**Log Analytics**. As you begin typing, the list filters based on your input. Select **Log Analytics**.
54
54
2. In your list of Log Analytics workspaces, select *DefaultLAWorkspace* created earlier.
55
55
3. Select **Advanced settings**.
56
56
@@ -102,23 +102,23 @@ For example: `https://user01:[email protected]:30443`
102
102
Log Analytics can collect events from the Linux Syslog and performance counters that you specify for longer term analysis and reporting, and take action when a particular condition is detected. Follow these steps to configure collection of events from the Linux Syslog, and several common performance counters to start with.
103
103
104
104
1. Select **Syslog**.
105
-
2. You add an event log by typing in the name of the log. Type **Syslog** and then click the plus sign **+**.
105
+
2. You add an event log by typing in the name of the log. Enter **Syslog** and then select the plus sign **+**.
106
106
3. In the table, uncheck the severities **Info**, **Notice** and **Debug**.
107
-
4. Click **Save** at the top of the page to save the configuration.
107
+
4. Select **Save** at the top of the page to save the configuration.
108
108
5. Select **Linux Performance Data** to enable collection of performance counters on a Linux computer.
109
-
6. When you first configure Linux Performance counters for a new Log Analytics workspace, you are given the option to quickly create several common counters. They are listed with a checkbox next to each.
109
+
6. When you first configure Linux Performance counters for a new Log Analytics workspace, you are given the option to quickly create several common counters. They are listed with a check box next to each.
110
110
111
111

112
112
113
-
Click **Add the selected performance counters**. They are added and preset with a ten second collection sample interval.
113
+
Select **Add the selected performance counters**. They are added and preset with a ten second collection sample interval.
114
114
115
-
7. Click **Save** at the top of the page to save the configuration.
115
+
7. Select **Save** at the top of the page to save the configuration.
116
116
117
117
## View data collected
118
118
Now that you have enabled data collection, lets run a simple log search example to see some data from the target computer.
119
119
120
-
1. In the Azure portal, navigate to Log Analytics and select the workspace created earlier.
121
-
2. Click the **Log Search** tile and on the Log Search pane, in the query field type `Perf` and then hit enter or click the search button to the right of the query field.
120
+
1. In the Azure portal, go to Log Analytics and select the workspace created earlier.
121
+
2. Select the **Log Search** tile and on the Log Search pane, in the query field, enter `Perf` and then hit enter or select the search button to the right of the query field.
0 commit comments