Skip to content

Commit

Permalink
updated the classifier and layout of the qradar integration (#35222)
Browse files Browse the repository at this point in the history
* updated the classifier and layout of the qradar integration

* added the release notes

* commit

* RN
  • Loading branch information
omerKarkKatz authored and barryyosi-panw committed Jul 4, 2024
1 parent 9e53647 commit a379f2c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,10 @@
"complex": null,
"simple": "last_updated_time"
},
"External Last Updated Time": {
"complex": null,
"simple": "last_updated_time"
},
"Link To Offense": {
"complex": null,
"simple": "LinkToOffense"
Expand Down Expand Up @@ -752,6 +756,10 @@
"complex": null,
"simple": "start_time"
},
"External Start Time": {
"complex": null,
"simple": "start_time"
},
"Status - Offense": {
"complex": null,
"simple": "status"
Expand Down
4 changes: 2 additions & 2 deletions Packs/QRadar/Layouts/layoutscontainer-Qradar_Generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
},
{
"endCol": 2,
"fieldId": "starttime",
"fieldId": "externalstarttime",
"height": 22,
"id": "f21bd910-0cb4-11eb-9647-db2151019621",
"index": 9,
Expand All @@ -485,7 +485,7 @@
{
"dropEffect": "move",
"endCol": 2,
"fieldId": "lastupdatetime",
"fieldId": "externallastupdatedtime",
"height": 22,
"id": "0abf86b0-0cb5-11eb-9647-db2151019621",
"index": 10,
Expand Down
12 changes: 12 additions & 0 deletions Packs/QRadar/ReleaseNotes/2_5_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

#### Layouts

##### Qradar Generic

- Improved layout *QRadar offense* tab to use *External Start Time* instead of *start_time* and *External Last Updated Time* instead of *Last Update Time*.

#### Mappers

##### QRadar - Generic Incoming Mapper

- Added a mapping for incident fields: *External Last Updated Time* and *External Start Time*.
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.5.0",
"currentVersion": "2.5.1",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit a379f2c

Please sign in to comment.