Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat(chronicle): implement search_raw_logs functionality#187

Open
dandye wants to merge 8 commits intogoogle:mainfrom
dandye:search_raw_logs
Open

feat(chronicle): implement search_raw_logs functionality#187
dandye wants to merge 8 commits intogoogle:mainfrom
dandye:search_raw_logs

Conversation

@dandye
Copy link
Contributor

@dandye dandye commented Feb 18, 2026

Summary of Changes

Feature: Implemented search_raw_logs functionality for Chronicle.

Key Changes:

  • New Module (src/secops/chronicle/log_search.py):

    • Created search_raw_logs function to interact with the :searchRawLogs API endpoint.
    • Handles parameters including baselineQuery, baselineTimeRange, snapshotQuery, logTypes, and allowPartialResults.
  • Client Update (src/secops/chronicle/client.py):

    • Added search_raw_logs method to the ChronicleClient class, exposing the functionality to users.
  • Package Export (src/secops/chronicle/__init__.py):

    • Exported search_raw_logs to make it available via secops.chronicle.
  • Tests (tests/chronicle/test_raw_log_search.py):

    • Added unit tests to verify parameter passing and API request construction.
  • Example (examples/log_search_example.py):

    • Created a script demonstrating how to use the new search functionality with time ranges and filters.

@mihirvala08 mihirvala08 marked this pull request as ready for review March 2, 2026 10:32
@mihirvala08 mihirvala08 self-requested a review as a code owner March 2, 2026 10:32
@mihirvala08
Copy link
Collaborator

/run-integration-tests 463522d

@mihirvala08 mihirvala08 linked an issue Mar 3, 2026 that may be closed by this pull request
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.

feat: add support for raw log search

2 participants