[OpenAI] Updatethe OpenAI chat completions data connector to ingest to ASimAgentEventLogs table#14277
Open
marjoriehahn wants to merge 1 commit into
Open
[OpenAI] Updatethe OpenAI chat completions data connector to ingest to ASimAgentEventLogs table#14277marjoriehahn wants to merge 1 commit into
marjoriehahn wants to merge 1 commit into
Conversation
…AgentEventLogs table
Collaborator
Author
|
@microsoft-github-policy-service agree company="Microsoft" |
jlheard
reviewed
May 15, 2026
jlheard
reviewed
May 15, 2026
jlheard
reviewed
May 15, 2026
Contributor
jlheard
left a comment
There was a problem hiding this comment.
Some questions about references to the deleted OpenAIChatCompletions in the connector definition file.
jlheard
approved these changes
May 18, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the OpenAI chat completions ingestion path to land in the ASIM ASimAgentEventLogs standard table (instead of a custom _CL table), and bumps the OpenAI solution version accordingly.
Changes:
- Updated the OpenAI CCF DCR transform and connector assets to emit/visualize chat completions via
ASimAgentEventLogs. - Updated the OpenAI chat completions parser alias to query
ASimAgentEventLogswith OpenAI-specific filters. - Bumped solution version to
3.1.0, updated release notes, and regenerated the packaged template.
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| Tools/Create-Azure-Sentinel-Solution/common/standardLogStreams.ps1 | Adds standard stream mapping for SENTINEL_AGENT_EVENT → Microsoft-ASimAgentEventLogs. |
| Solutions/OpenAI/ReleaseNotes.md | Adds a 3.1.0 release notes entry for the ASIM table migration. |
| Solutions/OpenAI/Parsers/parser_OpenAIChatCompletionsAliasFunction.json | Updates the alias function to query ASimAgentEventLogs by OpenAI identifiers. |
| Solutions/OpenAI/Package/mainTemplate.json | Regenerated package reflecting version bump and new ingestion/queries for ASIM table. |
| Solutions/OpenAI/Data/Solution_OpenAI.json | Bumps solution version to 3.1.0. |
| Solutions/OpenAI/Data Connectors/OpenAI_CCP/OpenAI_PollingConfig.json | Updates polling config to ASimAgentEventLogs and adds ASIM add-on attributes. |
| Solutions/OpenAI/Data Connectors/OpenAI_CCP/OpenAI_DCR.json | Updates DCR output stream and transform KQL to map into ASIM AgentEvent schema fields. |
| Solutions/OpenAI/Data Connectors/OpenAI_CCP/OpenAI_ConnectorDefinition.json | Updates UI documentation/queries to reference ASimAgentEventLogs. |
| Solutions/OpenAI/Data Connectors/OpenAI_CCP/OpenAIChatCompletions_Table.json | Removes custom table definition now that chat completions are normalized to ASIM. |
Comment on lines
1
to
4
| | **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** | | ||
| |-------------|--------------------------------|----------------------------------------------------------------------------------------------------| | ||
| | 3.1.0 | 15-05-2026 | Updated OpenAI CCF connector to ingest chat completions to ASimAgentEventLogs | | ||
| | 3.0.0 | 13-03-2026 | Added OpenAI CCF connector to support ingesting audit log and chat completions | No newline at end of file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change(s):
OpenAIChatCompletions_Table.json— customOpenAIChatCompletions_CLtable definition is no longer neededOpenAI_DCR.json: changed output stream fromCustom-OpenAIChatCompletions_CLtoMicrosoft-ASimAgentEventLogs; rewrote transform KQL to map OpenAI API response fields to the ASIMAgentEventschema (EventUid,EventRequestId,ModelName,InputTokensUsed,OutputTokensUsed,EventVendor,EventProduct,EventSchema,EventType, etc.)OpenAI_PollingConfig.json: changeddataTypetoASimAgentEventLogs; addedaddOnAttributesfor ASIM fields (eventVendor,eventProduct,eventSchema,eventSchemaVersion,eventCount,eventType,modelProviderName)OpenAI_ConnectorDefinition.json: updated connector description, graph queries,lastDataReceivedQuery, connectivity criteria query, and inline UI documentation to referenceASimAgentEventLogsparser_OpenAIChatCompletionsAliasFunction.json: changedOpenAIChatCompletionsalias function query fromunion isfuzzy=true OpenAIChatCompletions_CL, SentinelOpenAIChatCompletionsto filterASimAgentEventLogsby OpenAIEventVendor,EventProduct, andEventTypeSENTINEL_AGENT_EVENT→Microsoft-ASimAgentEventLogsmapping toTools/Create-Azure-Sentinel-Solution/common/standardLogStreams.ps13.0.0to3.1.0; updatedReleaseNotes.md; regeneratedmainTemplate.jsonand3.1.0.zipReason for Change(s):
ASimAgentEventLogsstandard table, enabling cross-product query correlation and standardized security analysis within Microsoft SentinelOpenAIChatCompletions_CLtable in favor of the built-in ASIMAgentEventschemaVersion Updated:
3.0.0to3.1.0Testing Completed:
Checked that the validations are passing and have addressed any issues that are present: