Skip to content

Commit 979cbf7

Browse files
authored
Merge pull request #204761 from bwren/patch-15
Update data-collector-api.md
2 parents d3f14ea + e3ec82c commit 979cbf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: You can use the Azure Monitor HTTP Data Collector API to add POST J
44
ms.topic: conceptual
55
author: bwren
66
ms.author: bwren
7-
ms.date: 10/20/2021
7+
ms.date: 07/14/2022
88

99
---
1010

@@ -173,7 +173,7 @@ The data posted to the Azure Monitor Data collection API is subject to certain c
173173
* Maximum of 32 KB for field values. If the field value is greater than 32 KB, the data will be truncated.
174174
* Recommended maximum of 50 fields for a given type. This is a practical limit from a usability and search experience perspective.
175175
* Tables in Log Analytics workspaces support only up to 500 columns (referred to as fields in this article).
176-
* Maximum of 50 characters for column names.
176+
* Maximum of 45 characters for column names.
177177

178178
## Return codes
179179
The HTTP status code 200 means that the request has been received for processing. This indicates that the operation finished successfully.

0 commit comments

Comments
 (0)