Skip to content

Commit

Permalink
Merge branch 'main' into docs-107-cloudquery-ga
Browse files Browse the repository at this point in the history
  • Loading branch information
jpipkin1 authored Oct 15, 2024
2 parents 3090d1c + 04a2580 commit 174644a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';

<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/cortex-xdr.png')} alt="cortex-xdr" width="100"/>

***Version: 1.4
Updated: Mar 4, 2024***
***Version: 1.5
Updated: Oct 15, 2024***

Query data and utilize actions in Palo Alto Networks Cortex XDR.

Expand Down Expand Up @@ -45,3 +45,4 @@ XDR
+ Alerts Cortex XDR Daemon: refactored
* July 11, 2023 (v1.3) - Removed leading/trailing spaces
* March 4, 2024 (v1.4) - Updated code for compatibility with Python 3.12
* October 15, 2024 (v1.5) - Fixed the timeout error.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';

<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/slack.png')} alt="slack" width="80"/>

***Version: 1.10
Updated: Oct 1, 2024***
***Version: 1.11
Updated: Oct 10, 2024***

Create a public or private channel, Send messages or Files to channels or Users directly. This Slack integration keeps teams connected. Organize conversations, and quickly find what you need to get work done.

Expand Down Expand Up @@ -99,9 +99,11 @@ Create a public or private channel, Send messages or Files to channels or Users
1. The integration details will appear. Click on the **"+"** button to add new Resource.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/slack/slack-13.png')} style={{border:'1px solid gray'}} alt="slack" width="200"/>
1. Create a new resource for the User.
1. Copy the User OAuth Token from Slack webpage and paste it In the Bot/User OAuth Token.
1. If using an Org-level Token, select the Token Type as Org-level Token and provide the Team ID. By default, it is set to Workspace-Level Token, which does not require a Team ID.
1. Once you have filled in all the required fields, click **SAVE**.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/slack/slack-14.png')} style={{border:'1px solid gray'}} alt="slack" width="400"/>
1. Create another resource for the Bot User.
1. Copy the Bot User OAuth Token from Slack webpage and paste it In the Bot/User OAuth Token.
1. If using an Org-level Token, select the Token Type as Org-level Token and provide the Team ID. By default, it is set to Workspace-Level Token, which does not require a Team ID.
1. Once you have filled in all the required fields, click **SAVE**.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/slack/slack-15.png')} style={{border:'1px solid gray'}} alt="slack" width="400"/><br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/slack/slack-16.png')} style={{border:'1px solid gray'}} alt="slack" width="400"/>
1. To make sure the resource is working, hover over the resource and then click **TEST**.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/slack/slack-17.png')} style={{border:'1px solid gray'}} alt="slack" width="200"/>
1. You should receive a successful notification in the bottom right corner.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/slack/slack-19.png')} style={{border:'1px solid gray'}} alt="slack" width="400"/>
Expand All @@ -124,4 +126,7 @@ Create a public or private channel, Send messages or Files to channels or Users
* Sept 17, 2024 (v1.10)
* Updated action: Ask Question (Added Allow Custom Text feature)
* Oct 1, 2024 (v1.10)
* Updated action: Ask Question, Ask For User Email (Made changes for timeout)
* Updated action: Ask Question, Ask For User Email (Made changes for timeout)
* Oct 10, 2024 (v1.11)
* Updated Integration File - Added Token Type and Team ID arg.
* Updated actions - Create Channel, List Channel, Get Channel, List Users, Send Message, Ask Questions, Ask For User Email (added team_id arg if using org level token)
8 changes: 5 additions & 3 deletions src/css/sumo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ html[data-theme='light'] {
@media (prefers-color-scheme: light) {
.support-menu-trigger {
stroke: white;
border-color: black; /* Darker border for light mode */
}
}

Expand Down Expand Up @@ -351,7 +350,7 @@ html[data-theme='light'] {

.header-trial::before {
content: 'Start free trial';
border: 1px solid #0466FF;
border: .5px solid #0466FF;
color: #FFF;
border-radius: 3px;
padding: 5px 15px;
Expand All @@ -370,7 +369,7 @@ html[data-theme='light'] {

[data-theme='dark'] .header-trial::before {
background: transparent;
border: 0px solid #0466FF;
border: .5px solid #0466FF;
color: #FFF;
border-radius: 3px;
padding: 5px 15px;
Expand All @@ -382,6 +381,9 @@ html[data-theme='light'] {
background: linear-gradient(35deg, #0466FF 0%, #0800FF 30%, #000099 100%);
}

[data-theme='light'] .header-trial::before {
border: .5px solid #0466FF;
}
.markdown {
h1 {
font-size: 2rem !important;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 174644a

Please sign in to comment.