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-text.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,35 +132,35 @@ Use the following ARM template to create or modify a DCR for collecting text log
132
132
"type": "string",
133
133
"metadata": {
134
134
"description": "Unique name for the DCR. "
135
-
},
135
+
}
136
136
},
137
137
"location": {
138
138
"type": "string",
139
139
"metadata": {
140
140
"description": "Region for the DCR. Must be the same location as the Log Analytics workspace. "
141
-
},
141
+
}
142
142
},
143
143
"filePatterns": {
144
144
"type": "string",
145
145
"metadata": {
146
146
"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)."
147
-
},
147
+
}
148
148
},
149
149
"tableName": {
150
150
"type": "string",
151
151
"metadata": {
152
152
"description": "Name of destination table in your Log Analytics workspace. "
153
-
},
153
+
}
154
154
},
155
155
"workspaceResourceId": {
156
156
"type": "string",
157
157
"metadata": {
158
158
"description": "Resource ID of the Log Analytics workspace with the target table."
0 commit comments