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/monitoring-and-diagnostics/monitoring-archive-activity-log.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ In this article, we show how you can use the Azure portal, PowerShell Cmdlets, o
18
18
>
19
19
20
20
## Prerequisites
21
-
Before you begin, you need to [Create a storage account](../storage/common/storage-quickstart-create-account.md) to which you can archive your Activity Log. We highly recommend that you do not use an existing storage account that has other, non-monitoring data stored in it so that you can better control access to monitoring data. However, if you are also archiving Diagnostic Logs and metrics to a storage account, it may make sense to use that storage account for your Activity Log as well to keep all monitoring data in a central location. The storage account does not have to be in the same subscription as the subscription emitting logs as long as the user who configures the setting has appropriate RBAC access to both subscriptions.
21
+
Before you begin, you need to [create a storage account](../storage/common/storage-create-storage-account.md#create-a-storage-account) to which you can archive your Activity Log. We highly recommend that you do not use an existing storage account that has other, non-monitoring data stored in it so that you can better control access to monitoring data. However, if you are also archiving Diagnostic Logs and metrics to a storage account, it may make sense to use that storage account for your Activity Log as well to keep all monitoring data in a central location. The storage account does not have to be in the same subscription as the subscription emitting logs as long as the user who configures the setting has appropriate RBAC access to both subscriptions.
22
22
23
23
> [!NOTE]
24
24
> You cannot currently archive data to a storage account that behind a secured virtual network.
@@ -29,10 +29,10 @@ To archive the Activity Log using any of the methods below, you set the **Log Pr
29
29
## Archive the Activity Log using the portal
30
30
1. In the portal, click the **Activity Log** link on the left-side navigation. If you don’t see a link for the Activity Log, click the **All Services** link first.
31
31
32
-

33
-
2. At the top of the blade, click **Export**.
32
+

33
+
2. At the top of the blade, click **Export to Event Hub**.
34
34
35
-

35
+

36
36
3. In the blade that appears, check the box for **Export to a storage account** and select a storage account.
37
37
38
38

@@ -59,9 +59,9 @@ To archive the Activity Log using any of the methods below, you set the **Log Pr
59
59
| Property | Required | Description |
60
60
| --- | --- | --- |
61
61
| StorageAccountId |Yes |Resource ID of the Storage Account to which Activity Logs should be saved. |
62
-
|Location|Yes |Comma-separated list of regions for which you would like to collect Activity Log events. You can view a list of all regions for your subscription using `(Get-AzureRmLocation).Location`. |
62
+
|Locations|Yes |Comma-separated list of regions for which you would like to collect Activity Log events. You can view a list of all regions for your subscription using `(Get-AzureRmLocation).Location`. |
63
63
| RetentionInDays |No |Number of days for which events should be retained, between 1 and 2147483647. A value of zero stores the logs indefinitely (forever). |
64
-
|Category|No |Comma-separated list of event categories that should be collected. Possible values are Write, Delete, and Action. If not provided, then all possible values are assumed |
64
+
|Categories|No |Comma-separated list of event categories that should be collected. Possible values are Write, Delete, and Action. If not provided, then all possible values are assumed |
The Activity Log contains several categories of data. For full details on the schemata of these categories, [see this article](monitoring-activity-log-schema.md). These include:
@@ -64,7 +61,7 @@ Here are some of the things you can do with the Activity Log:
64
61
Within the Azure portal, you can view your Activity Log in several places:
65
62
* The **Activity Log** that you can access by searching for the Activity Log under **All services** in the left-hand navigation pane.
66
63
***Monitor** appears by default in the left-hand navigation pane. The Activity Log is one section of Azure Monitor.
67
-
*Any resource's **resource**, for example, the configuration blade for a Virtual Machine. The Activity Log is be one of the sections on most of these resource blades, and clicking on it automatically filters the events to those related to that specific resource.
64
+
*Most **resources**, for example, the configuration blade for a Virtual Machine. The Activity Log is a section on most resource blades, and clicking on it automatically filters the events to those related to that specific resource.
68
65
69
66
In the Azure portal, you can filter your Activity Log by these fields:
70
67
* Timespan - The start and end time for events.
@@ -78,11 +75,9 @@ In the Azure portal, you can filter your Activity Log by these fields:
78
75
* Event initiated by - The 'caller,' or user who performed the operation.
79
76
* Open search - This is an open text search box that searches for that string across all fields in all events.
80
77
81
-
Once you have defined a set of filters, you can save it as a query that is persisted across sessions if you ever need to perform the same query with those filters applied again in the future. You can also pin a query to your Azure dashboard to always keep an eye on specific events.
82
-
83
-
Clicking "Apply" runs your query and show all matching events. Clicking on any event in the list shows the summary of that event as well as the full raw JSON of that event.
78
+
Once you have defined a set of filters, you can pin a query to your Azure dashboard to always keep an eye on specific events.
84
79
85
-
For even more power, you can click the **Log Search** icon, which displays your Activity Log data in the [Log Analytics Activity Log Analytics solution](../log-analytics/log-analytics-activity.md). The Activity Log blade offers a basic filter/browse experience on logs, but Log Analytics enables you to pivot, query, and visualize your data in more powerful ways.
80
+
For even more power, you can click the **Logs** icon, which displays your Activity Log data in the [Log Analytics Activity Log Analytics solution](../log-analytics/log-analytics-activity.md). The Activity Log blade offers a basic filter/browse experience on logs, but Log Analytics enables you to pivot, query, and visualize your data in more powerful ways.
86
81
87
82
## Export the Activity Log with a Log Profile
88
83
A **Log Profile** controls how your Activity Log is exported. Using a Log Profile, you can configure:
@@ -108,14 +103,14 @@ You can use a storage account or event hub namespace that is not in the same sub
108
103
These settings can be configured via the “Export” option in the Activity Log blade in the portal. They can also be configured programmatically [using the Azure Monitor REST API](https://msdn.microsoft.com/library/azure/dn931927.aspx), PowerShell cmdlets, or CLI. A subscription can only have one log profile.
109
104
110
105
### Configure log profiles using the Azure portal
111
-
You can stream the Activity Log to an Event Hub or store them in a Storage Account by using the “Export” option in the Azure portal.
106
+
You can stream the Activity Log to an Event Hub or store them in a Storage Account by using the “Export to Event Hub” option in the Azure portal.
112
107
113
108
1. Navigate to **Activity Log** using the menu on the left side of the portal.
114
109
115
-

116
-
2. Click the **Export** button at the top of the blade.
110
+

111
+
2. Click the **Export to Event Hub** button at the top of the blade.
117
112
118
-

113
+

119
114
3. In the blade that appears, you can select:
120
115
* regions for which you would like to export events
121
116
* the Storage Account to which you would like to save events
Copy file name to clipboardexpand all lines: articles/monitoring-and-diagnostics/monitoring-stream-activity-logs-event-hubs.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,10 @@ To update the Activity Log log profile to include streaming, the user who's maki
33
33
### Via the Azure portal
34
34
1. Browse to the **Activity Log** section by using the **All services** search on the left side of the portal.
35
35
36
-

37
-
2. Select the **Export** button at the top of the log.
36
+

37
+
2. Select the **Export to Event Hub** button at the top of the log.
38
38
39
-

39
+

40
40
41
41
Note that the filter settings you had applied while viewing the Activity Log in the previous view have no impact on your export settings. Those are only for filtering what you see while browsing through your Activity Log in the portal.
42
42
3. In the section that appears, select **All regions**. Do not select particular regions.
title: CONCEPT SUCH AS Web Services in Azure Machine Learning service in 59 chars or less. Include the name Azure Machine Learning. Test title here https://moz.com/learn/seo/title-tag
3
-
description: This string describes the article in 115 to 145 characters. Use SEO kind of action verbs here. such as - Learn how to do this and that using customer words. This info is displayed on the search page inline with the article date stamp. If your intro para describes your article's intent, you can use it here edited for length.
4
-
services: machine-learning
5
-
ms.service: machine-learning
6
-
ms.component: core
7
-
ms.topic: conceptual
8
-
ms.reviewer: jmartens
9
-
ms.author: your-msft-alias
10
-
author: your-github-account-name
11
-
ms.date: 04/10/2018
12
-
---
13
-
# This is the H1 and the article title that shows on the web
14
-
15
-
## Section here H2
16
-
Paragraph here.
17
-
**This phrase is bold**
18
-
*This phrase is italics*
19
-
20
-
This is a [hyperlink to an article](template-concepts.md)
21
-
22
-
This is an image:
23
-
24
-

25
-
26
-
## Section here H2
27
-
This table has headings:
28
-
29
-
|Column1 |Column2 |Column3 |
30
-
|---------|---------|---------|
31
-
|Row1|Value 1|Value A|
32
-
|Row2|Value 2|Value B|
33
-
|Row3|Value 3|Value C|
34
-
35
-
## Section here H2
36
-
This is a numbered list:
37
-
38
-
1. First item
39
-
40
-
This paragraph is indented to be the same spacing as the first numbered item.
41
-
42
-
2. Second item
43
-
- this sentence is a bullet
44
-
- this sentence is another bullet
45
-
46
-
3. Third item
47
-
48
-
4. Forth item
49
-
50
-
5. Fifth item
51
-
52
-
## This list is bulleted list:
53
-
- Item 1
54
-
- Item 2
55
-
- Item 3
56
-
- Subitem 1
57
-
- Subitem 2
58
-
59
-
60
-
## Next steps
1
+
---
2
+
title: CONCEPT SUCH AS Web Services in Azure Machine Learning service in 59 chars or less. Include the name Azure Machine Learning. Test title here https://moz.com/learn/seo/title-tag
3
+
description: This string describes the article in 115 to 145 characters. Use SEO kind of action verbs here. such as - Learn how to do this and that using customer words. This info is displayed on the search page inline with the article date stamp. If your intro para describes your article's intent, you can use it here edited for length.
4
+
services: machine-learning
5
+
ms.service: machine-learning
6
+
ms.component: core
7
+
ms.topic: conceptual
8
+
ms.reviewer: jmartens
9
+
ms.author: your-msft-alias
10
+
author: your-github-account-name
11
+
ms.date: 04/10/2018
12
+
---
13
+
# This is the H1 and the article title that shows on the web
14
+
15
+
## Section here H2
16
+
Paragraph here.
17
+
**This phrase is bold**
18
+
*This phrase is italics*
19
+
20
+
This is a [hyperlink to an article](template-concepts.md)
21
+
22
+
This is an image:
23
+
24
+

25
+
26
+
## Section here H2
27
+
This table has headings:
28
+
29
+
|Column1 |Column2 |Column3 |
30
+
|---------|---------|---------|
31
+
|Row1|Value 1|Value A|
32
+
|Row2|Value 2|Value B|
33
+
|Row3|Value 3|Value C|
34
+
35
+
## Section here H2
36
+
This is a numbered list:
37
+
38
+
1. First item
39
+
40
+
This paragraph is indented to be the same spacing as the first numbered item.
41
+
42
+
2. Second item
43
+
- this sentence is a bullet
44
+
- this sentence is another bullet
45
+
46
+
3. Third item
47
+
48
+
4. Forth item
49
+
50
+
5. Fifth item
51
+
52
+
## This list is bulleted list:
53
+
- Item 1
54
+
- Item 2
55
+
- Item 3
56
+
- Subitem 1
57
+
- Subitem 2
58
+
59
+
60
+
## Next steps
61
61
For information about machine learning, see [Another article](template-concepts.md)
title: Verb action for Azure Machine Learning service in 59 chars or less. Include the name Azure Machine Learning. Test title here https://moz.com/learn/seo/title-tag (EXAMPLE - Deploying web services in Python with Azure Machine Learning service)
3
-
description: Learn how to do this and that using customer words in Azure Machine Learning. This string describes the article in 115 to 145 characters. Use SEO kind of action verbs here. This info is displayed on the search page inline with the article date stamp. If your intro para describes your article's intent, you can use it here edited for length.
4
-
services: machine-learning
5
-
ms.service: machine-learning
6
-
ms.component: core
7
-
ms.topic: conceptual
8
-
ms.reviewer: jmartens
9
-
ms.author: your-msft-alias
10
-
author: your-github-account-name
11
-
ms.date: 04/10/2018
12
-
---
13
-
# This H1 is the title of the article. It appears in search, appears at the top of article, second greatest impact on search, 100 chars or less
1st paragraph provides the primary intent of the article in 1 or 2 short sentences.
19
-
20
-
## Prerequisites
21
-
To step through this how-to guide, you need:
22
-
-[A machine learning account](template-howto.md)
23
-
24
-
## Section here H2
25
-
Paragraph here.
26
-
**This phrase is bold.**
27
-
*This phrase is italics.*
28
-
29
-
This is a [hyperlink to an article](./template-concepts.md)
30
-
31
-
This is an image:
32
-
33
-

34
-
Note that images need to be stored in the media folder with a subdirectory matching the name of the article and then the filename.
35
-
36
-
## Section here H2
37
-
This table has headings:
38
-
39
-
|Column1 |Column2 |Column3 |
40
-
|---------|---------|---------|
41
-
|Row1|Value 1|Value A|
42
-
|Row2|Value 2|Value B|
43
-
|Row3|Value 3|Value C|
44
-
45
-
## Section here H2
46
-
This is a numbered list:
47
-
48
-
1. First item
49
-
50
-
This paragraph is indented to be the same spacing as the first numbered item.
51
-
52
-
2. Second item
53
-
- this sentence is a bullet
54
-
- this sentence is another bullet
55
-
56
-
3. Third item
57
-
58
-
4. Forth item
59
-
60
-
5. Fifth item
61
-
62
-
## This list is bulleted list:
63
-
- Item 1
64
-
- Item 2
65
-
- Item 3
66
-
- Subitem 1
67
-
- Subitem 2
68
-
69
-
70
-
## Next steps
71
-
72
-
For information about machine learning, see [Another article](template-howto.md)
1
+
---
2
+
title: Verb action for Azure Machine Learning service in 59 chars or less. Include the name Azure Machine Learning. Test title here https://moz.com/learn/seo/title-tag (EXAMPLE - Deploying web services in Python with Azure Machine Learning service)
3
+
description: Learn how to do this and that using customer words in Azure Machine Learning. This string describes the article in 115 to 145 characters. Use SEO kind of action verbs here. This info is displayed on the search page inline with the article date stamp. If your intro para describes your article's intent, you can use it here edited for length.
4
+
services: machine-learning
5
+
ms.service: machine-learning
6
+
ms.component: core
7
+
ms.topic: conceptual
8
+
ms.reviewer: jmartens
9
+
ms.author: your-msft-alias
10
+
author: your-github-account-name
11
+
ms.date: 04/10/2018
12
+
---
13
+
# This H1 is the title of the article. It appears in search, appears at the top of article, second greatest impact on search, 100 chars or less
0 commit comments