Microsoft Sentinel
Developer and API

Migrate to the Microsoft Sentinel agentless SAP data connector

In brief

The guide now states that Microsoft will permanently retire and disable the containerized SAP connector agent on September 14, 2026. It also directs new deployments to the agentless connector and confirms existing analytics rules, workbooks, and playbooks remain functional.

What Defender admins need to know

Migrate existing containerized agents to the agentless connector before the deadline to prevent SAP logs from stopping. Use the agentless connector for new SAP systems.

Summaries are generated from the documentation change itself.

Documentation change

The comparison below shows only the changed extract. Use the full-page view for complete context.

Containerized SAP agentMigrate to the Microsoft Sentinel agentless SAP data connector migration guide

This article outlines the steps requiredFollow this guide to migrate from the containerized SAP agent to the agentless data connector for the Microsoft Sentinel Solutionsolution for SAP applications.

[!INCLUDE data-connector-agent-deprecation]Microsoft will retire and permanently disable the containerized data connector agent on September 14, 2026. After this date, the agent stops delivering SAP logs to Microsoft Sentinel. Customers who use the agentless data connector aren't affected.

Why move to the agentless data connector?

The migration from the containerized SAP agent to the agentless data connector is a simple exercise that can be accomplished in a few steps. The agentless connector offers severalthese advantages:

  • Simplified deployment (zerowith zero footprint on SAP NetWeaver)NetWeaver.
  • Reduced maintenance overhead (no morewithout container management and standard SAP updates)updates.
  • Future-proof architecture based on SAP Integration Suite and SAP Cloud ConnectorConnector.
  • Improved scalabilityscalability.

In a nut-shell, theThe migration process involves deploying the new agentless connector side-by-side by side with the existing containerized agent, validating log retrieval from the newagentless connector, and finallythen decommissioning of the deprecated containerized agent.

Your existing investment in the Microsoft Sentinel Solution for SAP analyticExisting analytics rules, workbooks, and playbooks remainsfor the Microsoft Sentinel solution for SAP applications remain functional with the agentless data connector. Enhancement ofEnhancements to the KQL functions used in the solution were applied to support both data ingestion methods side-by-side by side. TheyThe functions use the fuzzy union operator to combine data from both sources no matter if they exist.when available.

Migration path

Creation of new containerized agents is already disabled. Use the agentless data connector when you onboard new SAP systems, and migrate existing containerized agents before September 14, 2026.

  1. Assess: Review your existing containerized SAP agent deployment to identify monitored SAP systems, log types collected, and any custom configurations.
  2. Review: Familiarize yourself withCompare the approaches for feature parity betweenconfiguration options and capabilities of the containerized agent and the agentless data connector, including configuration options and capabilities.connector.
  3. Deploy: Set up the agentless data connector by following the deployment guideDeploy the Microsoft Sentinel solution for SAP applications.
  4. Validate: EnsureConfirm that logsall required SAP tables and log types are being collected correctly from your SAP systems usingby the agentless data connector. Use kqlKQL queries to verify log ingestion.
    let startTime = ago(1h);
    let endTime = now();
    | summarize Count = count() by SourceSystem, bin(TimeGenerated, 5m)
    | order by TimeGenerated desc
    
  5. Monitor: Run both the containerized agent and the agentless data connector in parallel for a defined period to ensure stabilitystable and completeness ofcomplete log collection. Confirm that analytics rules, workbooks, hunting queries, and playbooks return the expected results with logs ingested by the agentless connector. After September 14, 2026, these analytics rules and other dependent content stop returning results for affected SAP systems if the required logs aren't ingested through the agentless connector.
  6. Decommission: OnceAfter you have validated thatvalidate the agentless data connector is functioning correctly, proceed toconnector, decommission the containerized SAP agent. See the "agent by following Stop SAP data collection" article for details..

Feature parity

SAP HANA database or OS-level detections are out of scope for the comparison because they are covered by their own connectors in Microsoft Sentinel.

Next steps