Skip to content

Commit a5c4465

Browse files
Merge pull request #281879 from JeffreyWolford/patch-21
Update data-collection-log-json.md
2 parents 31aec79 + 2d2415e commit a5c4465

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

articles/azure-monitor/agents/data-collection-log-json.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ $tableParams = @'
8888
{
8989
"name": "FilePath",
9090
"type": "string"
91-
},
92-
{
93-
"name": "Computer",
94-
"type": "string"
9591
}
9692
]
9793
}
@@ -116,7 +112,6 @@ JSON files include a property name with each value, and the incoming stream in t
116112
| `TimeGenerated` | datetime | The time the record was generated. |
117113
| `RawData` | string | This column will be empty for a JSON log. |
118114
| `FilePath` | string | If you add this column to the incoming stream in the DCR, it will be populated with the path to the log file. This column is not created automatically and can't be added using the portal. You must manually modify the DCR created by the portal or create the DCR using another method where you can explicitly define the incoming stream. |
119-
| `Computer` | string | If you add this column to the incoming stream in the DCR, it will be populated with the name of the computer. This column is not created automatically and can't be added using the portal. You must manually modify the DCR created by the portal or create the DCR using another method where you can explicitly define the incoming stream. |
120115

121116
### [Portal](#tab/portal)
122117

@@ -198,10 +193,6 @@ Use the following ARM template to create a DCR for collecting text log files. In
198193
"name": "FilePath",
199194
"type": "String"
200195
},
201-
{
202-
"name": "Computer",
203-
"type": "String"
204-
},
205196
{
206197
"name": "MyStringColumn",
207198
"type": "string"

0 commit comments

Comments
 (0)