docs(harmony): rename restore_requests source to emails#230
Merged
Conversation
The Check Point Harmony USP adapter was refactored (usp-adapters #276→#280): the `restore_requests` source was renamed to `emails` and `include_resolved` was removed. It now polls the full unfiltered HEC email-entity feed (every email entity, with verdicts and quarantine/ restore lifecycle flags inline) instead of only pending restore requests, the default lookback dropped from 720h to 1h, and the `_lc_harmony_state` annotation no longer exists. Update the Check Point Harmony adapter doc to match: source name, config keys, defaults, annotations, CLI/IaC/Web-UI examples and the sample rule. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
What
The Check Point Harmony USP adapter was refactored in
usp-adapters(PRs #276 → #280):restore_requestssource (RestoreRequestsConfig) was renamed toemails(EmailsConfig).include_resolvedwas removed.emails.lookbackdefault dropped from720hto1h(the HEC search endpoint silently truncates over-long windows; short lookback + frequent poll + dedup keeps the feed complete)._lc_harmony_stateannotation no longer exists;_lc_harmony_sourceis nowinfinity_eventsoremails.Changes
Rewrites the Check Point Harmony adapter doc to match the new schema: source name & overview, the
emailsconfig block, defaults, annotations list, CLI / IaC / Web-UI examples, and the sample D&R rule (which previously pivoted on the removed_lc_harmony_state).Companion to web-app-frontend PR #3744 (frontend adapter config sync).
🤖 Generated with Claude Code