docs(sublime): fix the audit log adapter options and example config - #446
Merged
Merged
Conversation
- api_key was described as an Okta key. - Document the optional base_url and its North America default. - Use the sublime platform, which already extracts the event type and time; the previous json example mapped the sensor hostname to a user.email field that audit events do not have. - Note that the adapter does not backfill history, and add troubleshooting for the sensor-identity and cloud-sensor cases. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
lcbill
previously approved these changes
Sep 24, 2026
LimaCharlie Cloud Security — code scanNo new code findings were introduced by this pull request. This check reports and never fails: no Scanned This comment is updated in place on every push to this pull request. |
…are not shipped Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Self-review (this repo does not use
|
lcbill
approved these changes
Sep 24, 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.
Summary
Fixes the Sublime Security audit log adapter page:
api_keywas described as "your Okta API key/token".base_urloption and its North America default (https://platform.sublime.security).jsonplatform withsensor_hostname_path: "user.email". Audit events have no such field, and LimaCharlie paths use/, not.. The example now uses thesublimeplatform, which already takes the event type fromtypeand the event time fromcreated_at, so no mapping is needed.sensor_seed_keyshows up as a separate sensor from the cloud sensor, deleting a sensor does not stop a cloud sensor that is still configured, and the mapping to use with thejsonplatform.Verification
Ran the
sublimeadapter against a live Sublime tenant with both thesublimeplatform and thejsonplatform plus mapping. In both cases the audit events arrived with the correct event type and timestamp. markdownlint reports no issues.Adapter change: see refractionPOINT/usp-adapters pull request 301.
🤖 Generated with Claude Code