Skip to content

Commit 05815bf

Browse files
authored
added EVENTS_SEARCH_TRIES to advanced_params (demisto#41515)
1 parent 9d0d583 commit 05815bf

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

Packs/QRadar/Integrations/QRadar_v3/QRadar_v3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
ADVANCED_PARAMETER_INT_NAMES = [
5454
"EVENTS_INTERVAL_SECS",
5555
"MAX_SEARCHES_QUEUE",
56-
"EVENTS_SEARCH_RETRIES",
57-
"EVENTS_POLLING_RETRIES",
56+
"EVENTS_SEARCH_TRIES",
57+
"EVENTS_POLLING_TRIES",
5858
"EVENTS_SEARCH_RETRY_SECONDS",
5959
"FAILURE_SLEEP",
6060
"FETCH_SLEEP",

Packs/QRadar/Integrations/QRadar_v3/QRadar_v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ configuration:
9797
name: limit_assets
9898
type: 0
9999
section: Collect
100-
- additionalinfo: 'The parameter uses the AQL SELECT syntax. For more information, see: https://www.ibm.com/support/knowledgecenter/en/SS42VS_7.4/com.ibm.qradar.doc/c_aql_intro.html'
100+
- additionalinfo: 'The parameter uses the AQL SELECT syntax. For more information, see: https://www.ibm.com/support/knowledgecenter/en/SS42VS_7.4/com.ibm.qradar.doc/c_aql_intro.html. Selecting over 100 fields can result in long waiting times for queries.'
101101
defaultvalue: 'QIDNAME(qid), LOGSOURCENAME(logsourceid), CATEGORYNAME(highlevelcategory), CATEGORYNAME(category), PROTOCOLNAME(protocolid), sourceip, sourceport, destinationip, destinationport, QIDDESCRIPTION(qid), username, PROTOCOLNAME(protocolid), RULENAME("creEventList"), sourcegeographiclocation, sourceMAC, sourcev6, destinationgeographiclocation, destinationv6, LOGSOURCETYPENAME(devicetype), credibility, severity, magnitude, eventcount, eventDirection, postNatDestinationIP, postNatDestinationPort, postNatSourceIP, postNatSourcePort, preNatDestinationPort, preNatSourceIP, preNatSourcePort, UTF8(payload), starttime, devicetime'
102102
display: 'Event fields to return from the events query (WARNING: This parameter is correlated to the incoming mapper and changing the values may adversely affect mapping).'
103103
name: events_columns

Packs/QRadar/Integrations/QRadar_v3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This is the default integration for this content pack when configured by the Dat
1919
| Number of offenses to pull per API call (max 50) | In case of mirroring with events, this value will be used for mirroring API calls as well, and it is advised to have a small value. | False |
2020
| Query to fetch offenses. | Define a query to determine which offenses to fetch. E.g., "severity >= 4 AND id > 5". | False |
2121
| Incidents Enrichment | IPs enrichment transforms IDs of the IPs of the offense to IP values. Asset enrichment adds correlated assets to the fetched offenses. | True |
22-
| Event fields to return from the events query (WARNING: This parameter is correlated to the incoming mapper and changing the values may adversely affect mapping). | The parameter uses the AQL SELECT syntax. For more information, see: https://www.ibm.com/support/knowledgecenter/en/SS42VS_7.4/com.ibm.qradar.doc/c_aql_intro.html | False |
22+
| Event fields to return from the events query (WARNING: This parameter is correlated to the incoming mapper and changing the values may adversely affect mapping). | The parameter uses the AQL SELECT syntax. For more information, see: https://www.ibm.com/support/knowledgecenter/en/SS42VS_7.4/com.ibm.qradar.doc/c_aql_intro.html. Selecting over 100 fields can result in long waiting times for queries. | False |
2323
| Mirroring Options | How mirroring from QRadar to Cortex XSOAR should be done, available from QRadar 7.3.3 Fix Pack 3. For further explanation on how to check your QRadar version, see the integration documentation at https://xsoar.pan.dev. | False |
2424
| Close Mirrored XSOAR Incident | When selected, closing the QRadar offense is mirrored in Cortex XSOAR. | False |
2525
| The number of incoming incidents to mirror each time | Maximum number of incoming incidents to mirror each time. | False |
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#### Integrations
3+
4+
##### IBM QRadar v3
5+
6+
- Updated the QRadar v3 integration to support *EVENTS_POLLING_TRIES* and *EVENTS_SEARCH_TRIES* in **Advanced Parameters**.

Packs/QRadar/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "IBM QRadar",
33
"description": "Fetch offenses as incidents and search QRadar",
44
"support": "xsoar",
5-
"currentVersion": "2.5.27",
5+
"currentVersion": "2.5.28",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

0 commit comments

Comments
 (0)