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/agents/data-collection-log-json.md
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,34 +146,40 @@ Use the following ARM template to create a DCR for collecting text log files. In
146
146
"type": "string",
147
147
"metadata": {
148
148
"description": "Unique name for the DCR. "
149
-
},
149
+
}
150
150
},
151
151
"location": {
152
152
"type": "string",
153
153
"metadata": {
154
154
"description": "Region for the DCR. Must be the same location as the Log Analytics workspace. "
155
+
}
155
156
},
156
157
"filePatterns": {
157
158
"type": "string",
158
159
"metadata": {
159
160
"description": "Path on the local disk for the log file to collect. May include wildcards.Enter multiple file patterns separated by commas (AMA version 1.26 or higher required for multiple file patterns on Linux)."
160
-
},
161
+
}
161
162
},
162
163
"tableName": {
163
164
"type": "string",
164
165
"metadata": {
165
166
"description": "Name of destination table in your Log Analytics workspace. "
166
-
},
167
+
}
167
168
},
168
169
"workspaceResourceId": {
169
170
"type": "string",
170
171
"metadata": {
171
172
"description": "Resource ID of the Log Analytics workspace with the target table."
172
-
},
173
-
}
173
+
}
174
+
},
175
+
"dataCollectionEndpointResourceId": {
176
+
"type": "string",
177
+
"metadata": { "description": "Resource ID of the Data Collection Endpoint to be used with this rule."
0 commit comments