Skip to content

Commit b71208d

Browse files
Merge pull request #256475 from scottaddie/scottaddie/logs-ingestion-go
Add Go library link to Logs Ingestion doc
2 parents c8db880 + 7b0f929 commit b71208d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/logs/tutorial-logs-ingestion-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ ms.topic: tutorial
55
ms.custom:
66
author: bwren
77
ms.author: bwren
8-
ms.date: 03/20/2023
8+
ms.date: 10/27/2023
99
---
1010

1111
# Tutorial: Send data to Azure Monitor using Logs ingestion API (Resource Manager templates)
12-
The [Logs Ingestion API](logs-ingestion-api-overview.md) in Azure Monitor allows you to send custom data to a Log Analytics workspace. This tutorial uses Azure Resource Manager templates (ARM templates) to walk through configuration of the components required to support the API and then provides a sample application using both the REST API and client libraries for [.NET](/dotnet/api/overview/azure/Monitor.Ingestion-readme), [Java](/java/api/overview/azure/monitor-ingestion-readme), [JavaScript](/javascript/api/overview/azure/monitor-ingestion-readme), and [Python](/python/api/overview/azure/monitor-ingestion-readme).
12+
The [Logs Ingestion API](logs-ingestion-api-overview.md) in Azure Monitor allows you to send custom data to a Log Analytics workspace. This tutorial uses Azure Resource Manager templates (ARM templates) to walk through configuration of the components required to support the API and then provides a sample application using both the REST API and client libraries for [.NET](/dotnet/api/overview/azure/Monitor.Ingestion-readme), [Go](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/monitor/azingest), [Java](/java/api/overview/azure/monitor-ingestion-readme), [JavaScript](/javascript/api/overview/azure/monitor-ingestion-readme), and [Python](/python/api/overview/azure/monitor-ingestion-readme).
1313

1414
> [!NOTE]
1515
> This tutorial uses ARM templates to configure the components required to support the Logs ingestion API. See [Tutorial: Send data to Azure Monitor Logs with Logs ingestion API (Azure portal)](tutorial-logs-ingestion-portal.md) for a similar tutorial that uses the Azure portal UI to configure these components.
@@ -20,7 +20,7 @@ The steps required to configure the Logs ingestion API are as follows:
2020
3. [Create a data collection endpoint (DCE)](#create-data-collection-endpoint) to receive data.
2121
2. [Create a custom table in a Log Analytics workspace](#create-new-table-in-log-analytics-workspace). This is the table you'll be sending data to.
2222
4. [Create a data collection rule (DCR)](#create-data-collection-rule) to direct the data to the target table.
23-
5. [Give the AD application access to the DCR](#assign-permissions-to-a-dcr).
23+
5. [Give the Microsoft Entra application access to the DCR](#assign-permissions-to-a-dcr).
2424
6. See [Sample code to send data to Azure Monitor using Logs ingestion API](tutorial-logs-ingestion-code.md) for sample code to send data to using the Logs ingestion API.
2525

2626
## Prerequisites

0 commit comments

Comments
 (0)