Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[XDR - IR] Logs for OOTB integration #37352

Closed
wants to merge 5 commits into from
Closed

Conversation

jlevypaloalto
Copy link
Contributor

Contributing to Cortex XSOAR Content

Make sure to register your contribution by filling the contribution registration form

The Pull Request will be reviewed only after the contribution registration form is filled.

Status

  • In Progress
  • Ready
  • In Hold - (Reason for hold)

Related Issues

fixes: link to the issue

Description

A few sentences describing the overall goals of the pull request's commits.

Must have

  • Tests
  • Documentation

@@ -1099,8 +1100,7 @@ def fetch_incidents(client, first_fetch_time, integration_instance, exclude_arti
# Get the last fetch time, if exists
last_fetch = last_run.get('time') if isinstance(last_run, dict) else None
demisto.debug(f"{last_fetch=}")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add log for last_run

raw_incidents = incidents_from_previous_run
demisto.debug(f'Before: {ALERTS_LIMIT_PER_INCIDENTS=}')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Be explicit

Copy link

github-actions bot commented Nov 25, 2024

Coverage

Coverage Report
FileStmtsMissCoverMissing
Packs/CortexXDR/Integrations/CortexXDRIR
   CortexXDRIR.py6829386%60, 68, 72–74, 145–146, 207–211, 213, 216, 219, 223, 249–253, 255, 262–265, 276, 279, 282, 288, 291, 317, 322, 330, 332, 335–339, 341, 424–429, 479, 517, 532–533, 550, 560, 620, 623, 650, 657, 659, 736–737, 739, 792, 891–892, 990–992, 995, 998, 1003, 1059, 1085, 1118–1122, 1178–1179, 1188–1189, 1191–1193, 1196, 1201–1202, 1239–1242, 1274, 1291
TOTAL6829386% 

Tests Skipped Failures Errors Time
384 0 💤 0 ❌ 0 🔥 18.047s ⏱️

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.

1 participant