Communityupdates#3
Merged
Merged
Conversation
…n structure of underlying office activity data
zhzhao8888
suggested changes
Dec 3, 2018
zhzhao8888
approved these changes
Dec 3, 2018
Closed
shainw
pushed a commit
that referenced
this pull request
May 14, 2020
sarah-yo
pushed a commit
that referenced
this pull request
Feb 2, 2021
…IntelImprovements Minor fixes for nullable fields from Guardicore ThreatIntel feed
shainw
pushed a commit
that referenced
this pull request
Feb 18, 2021
v-maudan
pushed a commit
that referenced
this pull request
Sep 30, 2021
Armorblox Sentinel Solution Azure Function changes
NikTripathi
pushed a commit
that referenced
this pull request
Mar 4, 2022
Initial Commit with the first version
NikTripathi
pushed a commit
that referenced
this pull request
Apr 27, 2022
…47385-cs-47271 Bumps version. Updates code & solution zip file.
NikTripathi
pushed a commit
that referenced
this pull request
Jul 22, 2022
Tanium typo fixes and playbook readmes
NikTripathi
pushed a commit
that referenced
this pull request
Aug 3, 2022
Merging upstream into master
arledesma
pushed a commit
to mindstream-it/Azure-Sentinel
that referenced
this pull request
Sep 9, 2022
XDR-1172: Set up Upstream Sync for Azure-Sentinel using CI with Azure Pipelines (feat)
mayank88mahajan
added a commit
to mayank88mahajan/Azure-Sentinel
that referenced
this pull request
Jan 13, 2023
mayank88mahajan
added a commit
to mayank88mahajan/Azure-Sentinel
that referenced
this pull request
Jan 14, 2023
v-dvedak
pushed a commit
that referenced
this pull request
Aug 2, 2023
Merge master back to fork repo
v-atulyadav
pushed a commit
that referenced
this pull request
Mar 12, 2024
…dpointconnector-ccp Adding tables to .script/tests/KqlvalidationsTests/CustomTables
v-atulyadav
pushed a commit
that referenced
this pull request
Sep 10, 2024
Pull changes from Azure Main Repo
v-atulyadav
pushed a commit
that referenced
this pull request
Dec 31, 2024
Corrected validations and re-packaged the solution.
v-dvedak
pushed a commit
that referenced
this pull request
Sep 18, 2025
…zureCredential [MXDR-3374] fix default azure credential
jlheard
added a commit
that referenced
this pull request
Dec 22, 2025
Co-authored-by: jlheard <1328792+jlheard@users.noreply.github.com>
v-atulyadav
pushed a commit
that referenced
this pull request
Jan 16, 2026
Co-authored-by: anthonylamark <3209818+anthonylamark@users.noreply.github.com>
v-dvedak
pushed a commit
that referenced
this pull request
Jan 22, 2026
Co-authored-by: v-maheshbh <207855009+v-maheshbh@users.noreply.github.com>
v-dvedak
pushed a commit
that referenced
this pull request
Jan 22, 2026
)" This reverts commit 803d26e.
v-atulyadav
pushed a commit
that referenced
this pull request
Feb 23, 2026
* recompile using v3 tool * recompile using v3 tool * self review * follow up from claude on depends for contentPackages * revert * cleanup * minimize diff
ItaiMargalit
pushed a commit
to ItaiMargalit/Azure-Sentinel
that referenced
this pull request
May 24, 2026
Fixes two deploy-time bugs in v3.1.0 (PR Azure#13524). Bug Azure#1 — Paging: Switched pagingType from "NextPageUrl" to "Offset", matching the IONIX API's standard DRF LimitOffsetPagination shape. The old config failed CCF connectivity validation with "Missing NextPageParaName from config" (RES40002) for every customer on 3.1.0. Bug Azure#3 — Table declaration: The original v3.1.1 attempt removed IONIX_Table.json on the theory that Log Analytics would auto-create the custom table on first DCR write. That's not how it works — Sentinel's DCR validator requires the custom output table to already exist, and Connect failed with: InvalidOutputTable: Table for output stream 'Custom-CyberpionActionItems_CL' is not available for destination 'IONIX-Destination'. Restored IONIX_Table.json with the 12-column declaration (same shape as v3.1.0) so the table is created when the solution is installed via Content Hub (which auto-executes the contentTemplates nested mainTemplate). This matches the pattern used by every other CCF solution in the catalog (Auth0, Cloudflare CCF, SAP BTP, CyrenThreatIntelligence — all have the table declared inside the contentTemplates wrapper, none at top level). Package regenerated via Tools/Create-Azure-Sentinel-Solution/V3 (createSolutionV3.ps1) — mainTemplate.json + 3.1.1.zip are canonical V3-tool output. Verified end-to-end on a fresh Sentinel workspace: - Solution installs via Content Hub - CyberpionActionItems_CL table created - CCF connector connects (green), no RES40002 - First poll ingested 64 deduped action items via Offset paging - Workbook + analytics rule template both render Note: customers migrating from the deprecated push connector who already have a populated CyberpionActionItems_CL table with the legacy 15-18 column set will still hit "Invalid output table schema" on this version (same behavior as v3.1.0). Migration handling is tracked separately for v3.1.2 — recommended approach is a new table name for the CCF connector with a union shim during the transition period.
elakkuvan-r
added a commit
to elakkuvan-r/Azure-Sentinel
that referenced
this pull request
Jun 4, 2026
…zure#3, Azure#4) Azure#2 — Renamed Whisper - BGP Anomaly Hunt → Whisper - ASN Reputation Score Hunt to match the query's actual logic (compares ASN reputation scores across 24-hour windows, flags increases >20 points). Filename kept stable. Azure#3 — Standardized the playbook parameter naming across all 10 playbooks from `playbook-name` (kebab) to `PlaybookName` (PascalCase) per the Azure-Sentinel repo convention. Updated both the parameter declaration and every `parameters('playbook-name')` reference. Azure#4 — Moved the Whisper Security custom API connector ARM template into its own folder per repo convention: Solutions/Whisper/Playbooks/WhisperSecurityConnector.json → Solutions/Whisper/Playbooks/WhisperSecurityConnector/azuredeploy.json Package regenerated to 3.0.29 via Create-Azure-Sentinel-Solution V3. Azure#1 (parse_json on comma-separated strings) — replied on the thread explaining deferral until we have live data to verify the actual ingestion-pipeline output format; not changing code in this round. Signed-off-by: Elakkuvan Rajamani <elakkuvan@whisper.security>
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.
Update community github with fixes and new office queries.