forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for for HC pack for x8 (demisto#37063)
* Adding support for for HC pack for x8 (demisto#36709) * New Health check main playbook * Adding support to x8 * fix is ready * fixing pre-commits tests * Delete Packs/HealthCheck/Scripts/HealthCheckAnalyzeLargeInvestigations/HealthCheckAnalyzeLargeInvestigations_test.py removing test file * update docker image version update docker images * Delete Packs/HealthCheck/Playbooks/HealthCheckMain.yml delete wrong file * add deleted file * add deleted file * fix rn * fix cr * cr fixes * fixing x8 notification for more dynamic section widgets * Adding release notes * Apply suggestions from code review Co-authored-by: ShirleyDenkberg <[email protected]> * Update Packs/HealthCheck/Scripts/HealthCheckPanicLog/HealthCheckPanicLog.yml Co-authored-by: ShirleyDenkberg <[email protected]> * Update Packs/HealthCheck/Playbooks/HealthCheck.yml Co-authored-by: ShirleyDenkberg <[email protected]> * Update Packs/HealthCheck/Scripts/HealthCheckLicenseData/HealthCheckLicenseData.yml Co-authored-by: ShirleyDenkberg <[email protected]> * Update Health_Check_-_Log_Analysis_Read_All_files_README.md * fix * fix * fix * Adding setincident command and adding correct threshold for inputs * adding more fixes --------- Co-authored-by: Tal <[email protected]> Co-authored-by: Tal Carmeli <[email protected]> Co-authored-by: ShirleyDenkberg <[email protected]> * update docker * update docker * fix * Apply suggestions from code review Co-authored-by: ShirleyDenkberg <[email protected]> * Update Packs/HealthCheck/Playbooks/HealthCheck.yml --------- Co-authored-by: Tsach Zimmer <[email protected]> Co-authored-by: Tal <[email protected]> Co-authored-by: Tal Carmeli <[email protected]> Co-authored-by: ShirleyDenkberg <[email protected]> Co-authored-by: jbabazadeh <[email protected]> Co-authored-by: JudithB <[email protected]>
- Loading branch information
1 parent
5914792
commit 23cd730
Showing
59 changed files
with
1,561 additions
and
1,225 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 17 additions & 9 deletions
26
Packs/HealthCheck/Playbooks/Health_Check_-_Log_Analysis_Read_All_files_README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,50 @@ | ||
Parse files from log bundle output | ||
Parse files from log bundle output. | ||
|
||
## Dependencies | ||
|
||
This playbook uses the following sub-playbooks, integrations, and scripts. | ||
|
||
### Sub-playbooks | ||
|
||
This playbook does not use any sub-playbooks. | ||
|
||
### Integrations | ||
|
||
This playbook does not use any integrations. | ||
|
||
### Scripts | ||
* HealthCheckPanicLog | ||
* HealthCheckFileSystem | ||
* HealthCheckReadVC | ||
* HealthCheckReadConf | ||
|
||
* HealthCheckDockerLog | ||
* HealthCheckServerLog | ||
* HealthCheckFileSystem | ||
* HealthCheckLicenseData | ||
* HealthCheckPanicLog | ||
* HealthCheckReadConf | ||
* HealthCheckReadTemeletryLog | ||
* HealthCheckReadVC | ||
* HealthCheckServerLog | ||
|
||
### Commands | ||
|
||
This playbook does not use any commands. | ||
|
||
## Playbook Inputs | ||
|
||
--- | ||
|
||
| **Name** | **Description** | **Default Value** | **Required** | | ||
| --- | --- | --- | --- | | ||
| LogFiles | Log bundle files | | Optional | | ||
| Health Check Thresholds | | ${Health Check Thresholds} | Optional | | ||
|
||
## Playbook Outputs | ||
|
||
--- | ||
|
||
| **Path** | **Description** | **Type** | | ||
| --- | --- | --- | | ||
| HealthCheck.ActionableItems | Data read from war room file | unknown | | ||
| HealthCheck.ActionableItems | Data read from war room file. | unknown | | ||
|
||
## Playbook Image | ||
|
||
--- | ||
![Health Check - Log Analysis Read All files](./../doc_files/HealthCheck-LogAnalysisReadAllfiles.png) | ||
|
||
![Health Check - Log Analysis Read All files](../doc_files/HealthCheck-LogAnalysisReadAllfiles.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
|
||
#### Playbooks | ||
|
||
##### Health Check - Collect Log Bundle | ||
|
||
Improve playbook documentation. | ||
|
||
##### Health Check - Log Analysis Read All files | ||
|
||
Improve playbook documentation. | ||
|
||
##### HealthCheck | ||
|
||
Updated the main playbook to differentiate between Cortex XSOAR versions 6.x and 8.x. | ||
|
||
#### Scripts | ||
|
||
##### HealthCheckAPIvalidation | ||
|
||
Updated the Docker image to **demisto/python3:3.11.10.111526**. | ||
|
||
##### HealthCheckPanicLog | ||
|
||
Updated the Docker image to **demisto/python3:3.11.10.113941**. | ||
|
||
##### HealthCheckFields | ||
|
||
Updated the Docker image to **demisto/python3:3.11.10.111526**. | ||
|
||
##### HealthCheckAnalyzeLargeInvestigations | ||
|
||
Updated the Docker image to **demisto/python3:3.11.10.113941**. | ||
|
||
##### HealthCheckCPU | ||
|
||
- Implemented notification for Cortex XSOAR version 8.x incompatibility. | ||
- Updated the Docker image to **demisto/python3:3.11.10.111526** | ||
|
||
##### HealthCheckCommonIndicators | ||
|
||
Updated the Docker image to **demisto/python3:3.11.10.111526** | ||
|
||
##### HealthCheckContainersStatus | ||
|
||
- Implemented notification for Cortex XSOAR version 8.x incompatibility. | ||
- Updated the Docker image to **demisto/python3:3.11.10.111526** | ||
|
||
##### HealthCheckDiskUsage | ||
|
||
- Implemented notification for Cortex XSOAR version 8.x incompatibility. | ||
- Updated the Docker image to **demisto/python3:3.11.10.111526** | ||
|
||
##### HealthCheckDiskUsageLine | ||
|
||
- Implemented notification for Cortex XSOAR version 8.x incompatibility. | ||
- Updated the Docker image to **demisto/python3:3.11.10.111526** | ||
|
||
##### HealthCheckDockerLog | ||
|
||
Implemented notification for Cortex XSOAR version 8.x incompatibility. | ||
|
||
|
||
##### HealthCheckFileSystem | ||
|
||
Implemented notification for Cortex XSOAR version 8.x incompatibility. | ||
|
||
##### HealthCheckGetLargestInputsAndOutputsInIncidents | ||
|
||
- Fixed script for Cortex XSOAR version 6.x. | ||
- Implemented notification for x8 incompatibility. | ||
|
||
##### HealthCheckIncidentTypes | ||
|
||
Updated the Docker image to **demisto/python3:3.11.10.111526** | ||
|
||
##### HealthCheckIncidentsCreatedDaily | ||
|
||
- Added support for Cortex XSOAR version 8.x. | ||
- Updated the Docker image to **demisto/python3:3.11.10.111526** | ||
|
||
##### HealthCheckIncidentsCreatedMonthly | ||
|
||
- Added support for Cortex XSOAR version 8.x. | ||
- Updated the Docker image to **demisto/python3:3.11.10.111526** | ||
|
||
##### HealthCheckIncidentsCreatedWeekly | ||
|
||
- Added support for Cortex XSOAR version 8.x. | ||
- Updated the Docker image to **demisto/python3:3.11.10.111526** | ||
|
||
##### HealthCheckInstalledPacks | ||
|
||
- Added support for Cortex XSOAR version 8.x. | ||
- Updated the Docker image to **demisto/python3:3.11.10.111526** | ||
|
||
##### HealthCheckIntegrations | ||
|
||
Updated the Docker image to **demisto/python3:3.11.10.111526** | ||
|
||
##### HealthCheckLicenseData | ||
|
||
Implemented notification for Cortex XSOAR version 8.x incompatibility. | ||
|
||
##### HealthCheckMemory | ||
|
||
- Implemented notification for Cortex XSOAR version 8.x incompatibility. | ||
- Updated the Docker image to **demisto/python3:3.11.10.111526** | ||
|
||
##### HealthCheckNumberOfDroppedIncidents | ||
|
||
- Added support for Cortex XSOAR version 8.x. | ||
- Updated the Docker image to **demisto/python3:3.11.10.111526** | ||
|
||
##### HealthCheckNumberOfLargeIOIncidents | ||
|
||
Implemented notification for Cortex XSOAR version 8.x incompatibility. | ||
|
||
##### HealthCheckNumberOfLargeIncidents | ||
|
||
Implemented notification for Cortex XSOAR version 8.x incompatibility. | ||
|
||
##### HealthCheckNumberOfPartitions | ||
|
||
Implemented notification for Cortex XSOAR version 8.x incompatibility. | ||
|
||
##### HealthCheckPlaybookAnalysis | ||
|
||
Updated the Docker image to **demisto/python3:3.11.10.111526** | ||
|
||
##### HealthCheckServerConfiguration | ||
|
||
Updated the Docker image to **demisto/python3:3.11.10.111526** | ||
|
||
##### HealthCheckSystemDiagnostics | ||
|
||
- Revised and updated the code. | ||
- Updated the Docker image to **demisto/python3:3.11.10.113941** | ||
|
||
##### HealthCheckWorkers | ||
|
||
- Revised and updated the code. | ||
- Updated the Docker image to **demisto/python3:3.11.10.111526** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.