Is your feature request related to a problem? Please describe.
The data connector for Cyber Ark is identified to be using the classic version of Log analytics tables and need to be updated to use the newer version of tables as per link https://learn.microsoft.com/en-us/azure/azure-monitor/logs/custom-logs-migrate#migrate-existing-custom-tables-or-create-new-tables
In addition to this, the data connector is using old Data collection API and also needs to be updated to use the newer log ingestion API using DCE endpoint and DCR.
Deprecated: https://learn.microsoft.com/en-us/previous-versions/azure/azure-monitor/logs/data-collector-api?tabs=powershell
https://learn.microsoft.com/en-us/azure/azure-monitor/logs/logs-ingestion-api-overview
Describe the solution you'd like
Update the data connector to use the new version of Tables and Log Ingestion API using DCE endpoint and DCR transformation.
The Data collection API is already marked as deprecated and will not be functioning after 9/14/2026 as per MS docs.