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

QRadar: add polling in YAML #29097

Merged
merged 8 commits into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Packs/QRadar/Integrations/QRadar_v3/QRadar_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,7 @@ script:
- 'false'
- name: qradar-reference-set-value-upsert
description: Adds or updates an element in a reference set.
polling: true
outputs:
- contextPath: QRadar.Reference.TimeoutType
description: 'Timeout type of the reference set. Possible values: "UNKNOWN", "FIRST_SEEN", "LAST_SEEN".'
Expand Down Expand Up @@ -1107,6 +1108,7 @@ script:
isArray: true
- name: qradar-indicators-upload
description: Uploads indicators to QRadar.
polling: true
outputs:
- contextPath: QRadar.Reference.TimeoutType
description: 'Timeout type of the reference set. Possible values: "UNKNOWN", "FIRST_SEEN", "LAST_SEEN".'
Expand Down
6 changes: 6 additions & 0 deletions Packs/QRadar/ReleaseNotes/2_4_32.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### IBM QRadar v3

- Fixed an issue where **qradar-reference-set-value-upsert** and **qradar-indicators-upload** commands were not triggered polling.
dorschw marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion Packs/QRadar/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "IBM QRadar",
"description": "Fetch offenses as incidents and search QRadar",
"support": "xsoar",
"currentVersion": "2.4.31",
"currentVersion": "2.4.32",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down