Skip to content

Commit 7531ee7

Browse files
Merge pull request #229025 from scottaddie/scottaddie/monitor-ingestion-docs
Update Azure Monitor client library docs
2 parents c9064a6 + 53534c6 commit 7531ee7

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

articles/azure-monitor/logs/api/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Overview
33
description: This article describes the REST API, created to make the data collected by Azure Log Analytics easily available.
44
author: AbbyMSFT
55
ms.author: abbyweisberg
6-
ms.date: 11/27/2022
6+
ms.date: 02/28/2023
77
ms.topic: article
88
---
99
# Azure Monitor Log Analytics API Overview
@@ -45,7 +45,7 @@ To try the API without writing any code, you can use:
4545
- Your favorite client such as [Fiddler](https://www.telerik.com/fiddler) or [Postman](https://www.getpostman.com/) to manually generate queries with a user interface.
4646
- [cURL](https://curl.haxx.se/) from the command line, and then pipe the output into [jsonlint](https://github.com/zaach/jsonlint) to get readable JSON.
4747

48-
Instead of calling the REST API directly, you can also use the Azure Monitor Query SDK. The SDK contains idiomatic client libraries for the following ecosystems:
48+
Instead of calling the REST API directly, you can use the idiomatic Azure Monitor Query client libraries:
4949

5050
- [.NET](/dotnet/api/overview/azure/Monitor.Query-readme)
5151
- [Go](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/monitor/azquery)

articles/azure-monitor/logs/data-platform-logs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn the basics of Azure Monitor Logs, which is used for advanced
44
documentationcenter: ''
55
ms.topic: conceptual
66
ms.tgt_pltfrm: na
7-
ms.date: 11/08/2022
7+
ms.date: 02/28/2023
88
ms.author: bwren
99
---
1010

@@ -28,6 +28,7 @@ The following table describes some of the ways that you can use Azure Monitor Lo
2828
| Visualize | Pin query results rendered as tables or charts to an [Azure dashboard](../../azure-portal/azure-portal-dashboards.md).<br>Create a [workbook](../visualize/workbooks-overview.md) to combine with multiple sets of data in an interactive report. <br>Export the results of a query to [Power BI](./log-powerbi.md) to use different visualizations and share with users outside Azure.<br>Export the results of a query to [Grafana](../visualize/grafana-plugin.md) to use its dashboarding and combine with other data sources.|
2929
| Get insights | Logs support [insights](../insights/insights-overview.md) that provide a customized monitoring experience for particular applications and services. |
3030
| Retrieve | Access log query results from a:<ul><li>Command line via the [Azure CLI](/cli/azure/monitor/log-analytics) or [Azure PowerShell cmdlets](/powershell/module/az.operationalinsights).</li><li>Custom app via the [REST API](/rest/api/loganalytics/) or client library for [.NET](/dotnet/api/overview/azure/Monitor.Query-readme), [Go](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/monitor/azquery), [Java](/java/api/overview/azure/monitor-query-readme), [JavaScript](/javascript/api/overview/azure/monitor-query-readme), or [Python](/python/api/overview/azure/monitor-query-readme).</li></ul> |
31+
| Import | Upload logs from a custom app via the [REST API](/azure/azure-monitor/logs/logs-ingestion-api-overview) or client library 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), or [Python](/python/api/overview/azure/monitor-ingestion-readme). |
3132
| Export | Configure [automated export of log data](./logs-data-export.md) to an Azure Storage account or Azure Event Hubs.<br>Build a workflow to retrieve log data and copy it to an external location by using [Azure Logic Apps](./logicapp-flow-connector.md). |
3233

3334
![Diagram that shows an overview of Azure Monitor Logs.](media/data-platform-logs/logs-overview.png)

articles/azure-monitor/logs/log-query-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: conceptual
55
author: guywild
66
ms.author: guywild
77
ms.reviewer: roygal
8-
ms.date: 11/08/2022
8+
ms.date: 02/28/2023
99

1010
---
1111

@@ -21,7 +21,7 @@ Areas in Azure Monitor where you'll use queries include:
2121
- [Azure Logic Apps](../logs/logicapp-flow-connector.md): Use the results of a log query in an automated workflow by using Logic Apps.
2222
- [PowerShell](/powershell/module/az.operationalinsights/invoke-azoperationalinsightsquery): Use the results of a log query in a PowerShell script from a command line or an Azure Automation runbook that uses `Invoke-AzOperationalInsightsQuery`.
2323
- [Azure Monitor Logs API](/rest/api/loganalytics/): Retrieve log data from the workspace from any REST API client. The API request includes a query that's run against Azure Monitor to determine the data to retrieve.
24-
- **Azure Monitor Query SDK**: Retrieve log data from the workspace via an idiomatic client library for the following ecosystems:
24+
- **Azure Monitor Query client libraries**: Retrieve log data from the workspace via an idiomatic client library for the following ecosystems:
2525
- [.NET](/dotnet/api/overview/azure/Monitor.Query-readme)
2626
- [Go](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/monitor/azquery)
2727
- [Java](/java/api/overview/azure/monitor-query-readme)

0 commit comments

Comments
 (0)