Skip to content

Fix GitHub AuditLogs V3 DCR stream name mismatch in PollingConfig.json#14571

Draft
Copilot wants to merge 2 commits into
masterfrom
copilot/fix-code-review-comment
Draft

Fix GitHub AuditLogs V3 DCR stream name mismatch in PollingConfig.json#14571
Copilot wants to merge 2 commits into
masterfrom
copilot/fix-code-review-comment

Conversation

Copilot AI commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

dcrConfig.streamName in PollingConfig.json was set to Custom-GitHubAuditLogs while the V3 DCR uses outputStream: Custom-GitHubAuditLogsV3_CL, causing ingestion to fail or land in the wrong stream/table.

Change(s):

  • Solutions/GitHub/Data Connectors/GitHubAuditLogs_AzStorage/PollingConfig.json: updated dcrConfig.streamName from Custom-GitHubAuditLogsCustom-GitHubAuditLogsV3_CL to align with the V3 DCR output stream
"dcrConfig": {
  "streamName": "Custom-GitHubAuditLogsV3_CL",
  ...
}

Reason for Change(s):

  • Stream name mismatch between polling config and DCR outputStream breaks ingestion for the V3 GitHub Audit Logs connector

Version Updated:

  • N/A — no Detections/Analytic Rule templates modified

Testing Completed:

  • Config change verified by inspection against DCR outputStream value

Checked that the validations are passing and have addressed any issues that are present:

  • Yes

Copilot AI changed the title [WIP] Fix code based on review comment Fix GitHub AuditLogs V3 DCR stream name mismatch in PollingConfig.json Jun 26, 2026
Copilot AI requested a review from fuqing04 June 26, 2026 17:12
@v-atulyadav v-atulyadav requested a review from Copilot June 29, 2026 04:05

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Aligns the GitHub Audit Logs (V3) polling configuration with the Data Collection Rule (DCR) outputStream to prevent ingestion failures or data landing in the wrong table.

Changes:

  • Updated dcrConfig.streamName to match the V3 DCR output stream (Custom-GitHubAuditLogsV3_CL).

@v-atulyadav v-atulyadav added the Connector Connector specialty review needed label Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Connector Connector specialty review needed Content-Package P0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants