Skip to content

Fix core layout #25025

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

Merged
merged 3 commits into from
Mar 3, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
62 changes: 1 addition & 61 deletions Packs/Core/Layouts/layoutscontainer-Default.json
Original file line number Diff line number Diff line change
Expand Up @@ -520,15 +520,6 @@
"hideName": false,
"i": "3podiwrjhh-caseinfoid-38f848d0-9a45-11ed-aff5-5d4496197108",
"items": [
{
"endCol": 2,
"fieldId": "agent_hostname",
"height": 26,
"id": "aea2aaa0-a2e5-11ed-81fe-3f9032ac5cab",
"index": -2,
"sectionItemType": "field",
"startCol": 0
},
{
"dropEffect": "move",
"endCol": 2,
Expand All @@ -540,39 +531,6 @@
"sectionItemType": "field",
"startCol": 0
},
{
"dropEffect": "move",
"endCol": 2,
"fieldId": "mac",
"height": 26,
"id": "b5a6ee60-a2e5-11ed-81fe-3f9032ac5cab",
"index": -2,
"listId": "3podiwrjhh-caseinfoid-38f848d0-9a45-11ed-aff5-5d4496197108",
"sectionItemType": "field",
"startCol": 0
},
{
"dropEffect": "move",
"endCol": 2,
"fieldId": "agent_os_type",
"height": 26,
"id": "b1691da0-a2e5-11ed-81fe-3f9032ac5cab",
"index": -2,
"listId": "3podiwrjhh-caseinfoid-38f848d0-9a45-11ed-aff5-5d4496197108",
"sectionItemType": "field",
"startCol": 0
},
{
"dropEffect": "move",
"endCol": 2,
"fieldId": "action_external_hostname",
"height": 26,
"id": "bf6018f0-a2e5-11ed-81fe-3f9032ac5cab",
"index": -2,
"listId": "3podiwrjhh-caseinfoid-38f848d0-9a45-11ed-aff5-5d4496197108",
"sectionItemType": "field",
"startCol": 0
},
{
"endCol": 2,
"fieldId": "remotehost",
Expand All @@ -591,15 +549,6 @@
"sectionItemType": "field",
"startCol": 0
},
{
"endCol": 2,
"fieldId": "action_remote_ip_v6",
"height": 26,
"id": "76563fe0-b73f-11ed-977b-dd8e6ac87856",
"index": 2,
"sectionItemType": "field",
"startCol": 0
},
{
"endCol": 2,
"fieldId": "remoteport",
Expand Down Expand Up @@ -756,15 +705,6 @@
"sectionItemType": "field",
"startCol": 0
},
{
"endCol": 2,
"fieldId": "action_local_ip_v6",
"height": 26,
"id": "377bdb40-b73f-11ed-977b-dd8e6ac87856",
"index": 2,
"sectionItemType": "field",
"startCol": 0
},
{
"endCol": 2,
"fieldId": "localport",
Expand Down Expand Up @@ -1122,7 +1062,7 @@
"minH": 1,
"moved": false,
"name": "Results",
"query": "b13474d4-cb26-44a0-85d9-ad8adede636a",
"query": "displayUtilitiesResults",
"queryType": "script",
"static": false,
"type": "dynamic",
Expand Down
2 changes: 1 addition & 1 deletion Packs/Core/Layouts/layoutscontainer-Default_XDR_Alert.json
Original file line number Diff line number Diff line change
Expand Up @@ -1543,7 +1543,7 @@
"minH": 1,
"moved": false,
"name": "Results",
"query": "b13474d4-cb26-44a0-85d9-ad8adede636a",
"query": "displayUtilitiesResults",
"queryType": "script",
"static": false,
"type": "dynamic",
Expand Down
10 changes: 10 additions & 0 deletions Packs/Core/ReleaseNotes/1_3_36.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

#### Layouts

##### Default

- Fixed an issue where the dynamic section referred to the script ID instead of name.
##### Default XDR Alert

- Fixed an issue where the dynamic section referred to the script ID instead of name.

2 changes: 1 addition & 1 deletion Packs/Core/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Core - Investigation and Response",
"description": "Automates incident response",
"support": "xsoar",
"currentVersion": "1.3.35",
"currentVersion": "1.3.36",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down