Skip to content

Commit e7362c1

Browse files
committed
Merge branch 'patch-2' of https://github.com/ehissey/azure-docs
2 parents 3add22d + 02b54a1 commit e7362c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/log-analytics/log-analytics-data-collector-api.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@ ms.date: 07/13/2017
1717
ms.author: bwren
1818

1919
---
20-
# Send data to Log Analytics with the HTTP Data Collector API
20+
21+
# Send data to Log Analytics with the HTTP Data Collector API (public preview)
2122
This article shows you how to use the HTTP Data Collector API to send data to Log Analytics from a REST API client. It describes how to format data collected by your script or application, include it in a request, and have that request authorized by Log Analytics. Examples are provided for PowerShell, C#, and Python.
2223

24+
> [!NOTE]
25+
> The Log Analytics HTTP Data Collector API is in public preview.
26+
2327
## Concepts
2428
You can use the HTTP Data Collector API to send data to Log Analytics from any client that can call a REST API. This might be a runbook in Azure Automation that collects management data from Azure or another cloud, or it might be an alternate management system that uses Log Analytics to consolidate and analyze data.
2529

0 commit comments

Comments
 (0)