Skip to content

Commit 4235c54

Browse files
authored
Merge pull request #85116 from craigcaseyMSFT/patch-18
Update UI interaction terms
2 parents 3a29fb4 + 71d2920 commit 4235c54

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/azure-monitor/learn/quick-collect-linux-computer.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2727
Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.com).
2828

2929
## 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**.
3131

3232
![Azure portal](media/quick-collect-linux-computer/azure-portal-01.png)
3333

34-
2. Click **Create**, and then select choices for the following items:
34+
2. Select **Create**, and then select choices for the following items:
3535

3636
* Provide a name for the new **Log Analytics workspace**, such as *DefaultLAWorkspace*. OMS workspaces are now referred to as Log Analytics workspaces.
3737
* 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
4141

4242
![Create Log Analytics resource blade](media/quick-collect-linux-computer/create-loganalytics-workspace-02.png)<br>
4343

44-
3. After providing the required information on the **Log Analytics workspace** pane, click **OK**.
44+
3. After providing the required information on the **Log Analytics workspace** pane, select **OK**.
4545

4646
While the information is verified and the workspace is created, you can track its progress under **Notifications** from the menu.
4747

@@ -50,7 +50,7 @@ Before installing the Log Analytics agent for Linux, you need the workspace ID a
5050

5151
[!INCLUDE [log-analytics-agent-note](../../../includes/log-analytics-agent-note.md)]
5252

53-
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**.
5454
2. In your list of Log Analytics workspaces, select *DefaultLAWorkspace* created earlier.
5555
3. Select **Advanced settings**.
5656

@@ -102,23 +102,23 @@ For example: `https://user01:[email protected]:30443`
102102
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.
103103
104104
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 **+**.
106106
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.
108108
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.
110110
111111
![Default Windows performance counters selected](media/quick-collect-linux-computer/linux-perfcounters-default.png)
112112
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.
114114
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.
116116
117117
## View data collected
118118
Now that you have enabled data collection, lets run a simple log search example to see some data from the target computer.
119119
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.
122122
123123
![Log Analytics log search query example](media/quick-collect-linux-computer/log-analytics-portal-queryexample.png)
124124
@@ -133,7 +133,7 @@ To remove the agent, run the following command on the Linux computer. The *--pur
133133
134134
`wget https://raw.githubusercontent.com/Microsoft/OMS-Agent-for-Linux/master/installer/scripts/onboard_agent.sh && sh onboard_agent.sh --purge`
135135
136-
To delete the workspace, select the Log Analytics workspace you created earlier and on the resource page click **Delete**.
136+
To delete the workspace, select the Log Analytics workspace you created earlier and on the resource page select **Delete**.
137137
138138
![Delete Log Analytics resource](media/quick-collect-linux-computer/log-analytics-portal-delete-resource.png)
139139

0 commit comments

Comments
 (0)