Skip to content

Commit 174644a

Browse files
authored
Merge branch 'main' into docs-107-cloudquery-ga
2 parents 3090d1c + 04a2580 commit 174644a

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

docs/platform-services/automation-service/app-central/integrations/cortex-xdr.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
77

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

10-
***Version: 1.4
11-
Updated: Mar 4, 2024***
10+
***Version: 1.5
11+
Updated: Oct 15, 2024***
1212

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

@@ -45,3 +45,4 @@ XDR
4545
+ Alerts Cortex XDR Daemon: refactored
4646
* July 11, 2023 (v1.3) - Removed leading/trailing spaces
4747
* March 4, 2024 (v1.4) - Updated code for compatibility with Python 3.12
48+
* October 15, 2024 (v1.5) - Fixed the timeout error.

docs/platform-services/automation-service/app-central/integrations/slack.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
77

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

10-
***Version: 1.10
11-
Updated: Oct 1, 2024***
10+
***Version: 1.11
11+
Updated: Oct 10, 2024***
1212

1313
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.
1414

@@ -99,9 +99,11 @@ Create a public or private channel, Send messages or Files to channels or Users
9999
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"/>
100100
1. Create a new resource for the User.
101101
1. Copy the User OAuth Token from Slack webpage and paste it In the Bot/User OAuth Token.
102+
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.
102103
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"/>
103104
1. Create another resource for the Bot User.
104105
1. Copy the Bot User OAuth Token from Slack webpage and paste it In the Bot/User OAuth Token.
106+
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.
105107
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"/>
106108
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"/>
107109
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"/>
@@ -124,4 +126,7 @@ Create a public or private channel, Send messages or Files to channels or Users
124126
* Sept 17, 2024 (v1.10)
125127
* Updated action: Ask Question (Added Allow Custom Text feature)
126128
* Oct 1, 2024 (v1.10)
127-
* Updated action: Ask Question, Ask For User Email (Made changes for timeout)
129+
* Updated action: Ask Question, Ask For User Email (Made changes for timeout)
130+
* Oct 10, 2024 (v1.11)
131+
* Updated Integration File - Added Token Type and Team ID arg.
132+
* 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)

src/css/sumo.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ html[data-theme='light'] {
294294
@media (prefers-color-scheme: light) {
295295
.support-menu-trigger {
296296
stroke: white;
297-
border-color: black; /* Darker border for light mode */
298297
}
299298
}
300299

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

352351
.header-trial::before {
353352
content: 'Start free trial';
354-
border: 1px solid #0466FF;
353+
border: .5px solid #0466FF;
355354
color: #FFF;
356355
border-radius: 3px;
357356
padding: 5px 15px;
@@ -370,7 +369,7 @@ html[data-theme='light'] {
370369

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

384+
[data-theme='light'] .header-trial::before {
385+
border: .5px solid #0466FF;
386+
}
385387
.markdown {
386388
h1 {
387389
font-size: 2rem !important;
31.1 KB
Loading
32.5 KB
Loading

0 commit comments

Comments
 (0)