Skip to content

Commit 3d73676

Browse files
Merge pull request #281648 from bwren/docs-editor/data-collection-log-text-1721775343
Update data-collection-log-text.md
2 parents 59b91c9 + 1582261 commit 3d73676

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,11 @@ Adhere to the following recommendations to ensure that you don't experience data
5151
## Incoming stream
5252
The incoming stream of data includes the columns in the following table.
5353

54-
| Column | Type | Description |
54+
| Column | Type | Description |
5555
|:---|:---|:---|
5656
| `TimeGenerated` | datetime | The time the record was generated. This value will be automatically populated with the time the record is added to the Log Analytics workspace. You can override this value using a transformation to set `TimeGenerated` to another value. |
5757
| `RawData` | string | The entire log entry in a single column. You can use a transformation if you want to break down this data into multiple columns before sending to the table. |
5858
| `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. |
59-
| `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. |
6059

6160

6261
## Custom table
@@ -87,10 +86,6 @@ $tableParams = @'
8786
{
8887
"name": "FilePath",
8988
"type": "String"
90-
},
91-
{
92-
"name": "Computer",
93-
"type": "String"
9489
}
9590
]
9691
}
@@ -188,10 +183,6 @@ Use the following ARM template to create or modify a DCR for collecting text log
188183
{
189184
"name": "FilePath",
190185
"type": "string"
191-
},
192-
{
193-
"name": "Computer",
194-
"type": "string"
195186
}
196187
]
197188
}

0 commit comments

Comments
 (0)