Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch logger to use Azure Monitor DCE API #8

Open
Arnavion opened this issue Jan 29, 2023 · 1 comment
Open

Switch logger to use Azure Monitor DCE API #8

Arnavion opened this issue Jan 29, 2023 · 1 comment

Comments

@Arnavion
Copy link
Owner

The "Data Collector API" that logs directly to Log Analytics hasn't been updated since 2016, and there is an article about migrating to Azure Monitor's "Logs Ingestion API". The latter uses standard OAuth with SP credentials instead of the bespoke symmetric key method that the former uses.

https://learn.microsoft.com/en-us/azure/azure-monitor/logs/tutorial-logs-ingestion-portal

https://learn.microsoft.com/en-us/azure/azure-monitor/logs/custom-logs-migrate#migration-procedure

https://learn.microsoft.com/en-us/cli/azure/monitor/data-collection/rule

https://learn.microsoft.com/en-us/rest/api/monitor/data-collection-rules/create

@Arnavion
Copy link
Owner Author

Arnavion commented Sep 18, 2023

Retirement notice: Transition to DCR-based custom log ingestion by 14 September 2026

Data Collector API will be retired on 14 September 2026 – transition to DCR-based custom log ingestion.

On 14 September 2026, we’ll retire Data Collector API for ingesting custom logs to Azure Monitor logs. Before that date, you’ll need to transition to the Data Collection Rules based log ingestion API

To avoid ingestion errors and data loss, transition to the DCR-based Log Ingestion API before 14 September 2026. Data Collector API endpoints will become unavailable after that date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant