Skip to content

Commit c38598a

Browse files
authored
Merge pull request #189699 from bwren/patch-32
Update data-collector-api.md
2 parents c1c9856 + 9d48592 commit c38598a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/logs/data-collector-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ $SharedKey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
223223
# Specify the name of the record type that you'll be creating
224224
$LogType = "MyRecordType"
225225
226-
# You can use an optional field to specify the timestamp from the data. If the time field is not specified, Azure Monitor assumes the time is the message ingestion time
226+
# Optional name of a field that includes the timestamp for the data. If the time field is not specified, Azure Monitor assumes the time is the message ingestion time
227227
$TimeStampField = ""
228228
229229

0 commit comments

Comments
 (0)