Skip to content

feat(oci): add paginated logging export skill - #90

Open
jlecerf62 wants to merge 1 commit into
oracle:mainfrom
jlecerf62:89-oci-export-large-logs
Open

feat(oci): add paginated logging export skill#90
jlecerf62 wants to merge 1 commit into
oracle:mainfrom
jlecerf62:89-oci-export-large-logs

Conversation

@jlecerf62

@jlecerf62 jlecerf62 commented Jul 23, 2026

Copy link
Copy Markdown

Summary

  • add oci-export-large-logs under oci/logging/
  • follow native OCI Logging Search page tokens without ID-based deduplication
  • stream results to atomic JSON output and add regression coverage
  • update OCI and repository navigation

Closes #89

Validation

  • python3 -m unittest discover -s oci/logging/oci-export-large-logs/tests -p 'test_*.py' -v
  • quick_validate.py oci/logging/oci-export-large-logs
  • live read-only TEST VCN flow-log smoke test: 1,387 records across two pages; 521 unique IDs; all records preserved

Signed-off-by: jlecerf62 <jerome.lecerf@pm.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add an OCI skill for complete paginated Logging Search exports

1 participant