docs: cite the Deduplication Workflow Wednesday post in the dedup reference - #46
Merged
Merged
Conversation
…erence The Deduplicate worked example mirrors the pattern in the CrowdStrike Workflow Wednesday post 'Taming Noisy Alerts with Deduplication' (sha1 key over detection name + sender + subject, Workflow scope, 24h period, metadata handoff with a Wait on the duplicate path). Add it as a corroborating source alongside the live-tenant console export the example is built from.
mraible
enabled auto-merge (squash)
August 27, 2026 16:26
prvn
approved these changes
Aug 27, 2026
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.
The Deduplicate worked example (
intro-deduplicate-third-party-detections.yaml) implements the same pattern taught in the CrowdStrike Workflow Wednesday post "Taming Noisy Alerts with Deduplication": acs.hash.sha1key over detection name + sender + subject, Workflow scope, an 86400-second (24h) period, branch onduplicate,Set Deduplicate Entry Metadatato store the Case ID, andWait for Deduplicate Entry Metadataon the duplicate path to handle the create-vs-read race.This adds that post as a corroborating public source in
deduplicate-ratelimit.md, alongside the live-tenant console export the example is already built from. Docs-only; markdownlint clean.