Skip to content

Commit a731a0a

Browse files
committed
Merge branch 'upgrade-billing-info' of https://github.com/SumoLogic/sumologic-documentation into upgrade-billing-info
2 parents 975688e + 31bb4f3 commit a731a0a

File tree

8 files changed

+44
-20
lines changed

8 files changed

+44
-20
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
66

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

9-
***Version: 1.3
10-
Updated: Jun 15, 2023***
9+
***Version: 1.4
10+
Updated: Feb 04, 2025***
1111

1212
Gather detonation data for files and URL using `ANY.RUN`.
1313

@@ -23,8 +23,8 @@ Sign in to ANY.RUN. Click on your profile on the left menu. In the API and Limit
2323

2424
## ANY.RUN in Automation Service and Cloud SOAR
2525

26-
1. Access integrations in the [Automation Service](/docs/platform-services/automation-service/automation-service-integrations/#view-integrations) or [Cloud SOAR](/docs/cloud-soar/automation).
27-
1. After the list of the integrations appears, search for the integration and click on the row.
26+
1. Access integrations in the [Automation Service](/docs/platform-services/automation-service/automation-service-integrations/#view-integrations) or [Cloud SOAR](/docs/cloud-soar/automation).
27+
1. After the list of the integrations appears, search for the integration and click on the row.
2828
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/any.run/any.run-3.png')} style={{border:'1px solid gray'}} alt="any.run-3" width="400"/>
2929
1. Populate all the required fields (\*):
3030
* **URL**. 'https://api.any.run'
@@ -39,3 +39,4 @@ Sign in to ANY.RUN. Click on your profile on the left menu. In the API and Limit
3939
* February 21, 2020 - First upload
4040
* February 13, 2023 - Integration refactored
4141
* June 15, 2023 (v1.3) - Updated the integration with Environmental Variables
42+
* February 04, 2025 (v1.4) - Updated the action Get Report with Environmental Variables

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

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,37 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
66

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

9-
***Version: 1.4
10-
Updated: July 04, 2024***
9+
***Version: 1.5
10+
Updated: Feb 04, 2025***
1111

1212
Using the integration with EC2, you can enrich incidents with specific EC2 data, create and delete snapshots, work with elastic addresses and instances, and manipulate security groups.
1313

1414
## Actions
1515

16-
* **Describe Regions** (*Enrichment*) - Describes the Regions that are enabled for an account, or all Regions.
17-
* **Describe Instances** (*Enrichment*) - Describes the specified instances or all of AWS account's instances.
16+
* **Authorize Security Group Ingress Rule** (*Containment*) - Adds the specified ingress rules to a security group.
17+
* **Create Snapshot** (*Containment*) - Creates a new snapshot.
18+
* **Delete Security Group** (*Containment*) - Delete a security group.
19+
* **Delete Snapshot** (*Containment*) - Deletes an existing snapshot.
1820
* **Describe Addresses** (*Enrichment*) - Describes the specified Elastic IP addresses or all Elastic IP addresses.
19-
* **Describe Volumes** (*Enrichment*) - Describes the specified EBS volumes or all EBS volumes.
21+
* **Describe Instances** (*Enrichment*) - Describes the specified instances or all of AWS account's instances.
22+
* **Describe Instances V2** (*Enrichment*) - Describes the specified instances or all of AWS account's instances with pagination.
2023
* **Describe Key Pairs** (*Enrichment*) - Describes the specified key pairs or all key pairs.
21-
* **Describe VPCs** (*Enrichment*) - Describes one or more VPCs.
24+
* **Describe Regions** (*Enrichment*) - Describes the Regions that are enabled for an account, or all Regions.
2225
* **Describe Subnets** (*Enrichment*) - Describes one or more subnets.
2326
* **Describe Security Groups** (*Enrichment*) - Describes the specified security groups or all security groups.
2427
* **Describe Snapshots** (*Enrichment*) - Describes a specified EBS snapshots or all of the EBS snapshots available.
25-
* **Get Password Data** (*Enrichment*) - Retrieves the encrypted administrator password for a running Windows instance.
26-
* **Create Snapshot** (*Containment*) - Creates a new snapshot.
27-
* **Delete Snapshot** (*Containment*) - Deletes an existing snapshot.
28+
* **Describe Volumes** (*Enrichment*) - Describes the specified EBS volumes or all EBS volumes.
29+
* **Describe VPCs** (*Enrichment*) - Describes one or more VPCs.
2830
* **Disassociate Address** (*Containment*) - Disassociates an Elastic IP address from an instance or network interface it's associated with.
31+
* **Get Password Data** (*Enrichment*) - Retrieves the encrypted administrator password for a running Windows instance.
32+
* **Monitor Instance** (*Containment*) - Monitor a specific instance.
2933
* **Release Address** (*Containment*) - Releases the specified Elastic IP address.
34+
* **Reboot Instances** (*Containment*) - Reboot instances.
35+
* **Revoke Security Group Ingress Rule** (*Containment*) - Removes the specified ingress rules from a security group.
3036
* **Start Instance** (*Containment*) - Start an instance.
3137
* **Stop Instance** (*Containment*) - Stop an instance.
3238
* **Terminate Instance** (*Containment*) - Terminate an instance.
33-
* **Delete Security Group** (*Containment*) - Delete a security group.
34-
* **Monitor Instance** (*Containment*) - Monitor a specific instance.
3539
* **Unmonitor Instances** (*Containment*) - Discontinue monitoring of a specified instances.
36-
* **Reboot Instances** (*Containment*) - Reboot instances.
37-
* **Authorize Security Group Ingress Rule** (*Containment*) - Adds the specified ingress rules to a security group.
38-
* **Revoke Security Group Ingress Rule** (*Containment*) - Removes the specified ingress rules from a security group.
3940

4041
**Supported Versions**
4142

@@ -54,4 +55,5 @@ Using the integration with EC2, you can enrich incidents with specific EC2 data,
5455
+ Updated action: Stop Instance (Resolved bug related to checkbox fields)
5556
+ July 04, 2024 (v1.4)
5657
+ Updated action: Describe Instances (Resolved bug related to Instance ID field)
57-
58+
+ February 04, 2025 (v1.5)
59+
+ Added action: Describe Instances V2

docs/platform-services/automation-service/automation-service-playbooks.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,31 @@ A filter node filters results from the preceding action based on the condition y
210210

211211
## Playbook versioning
212212

213-
Every time you edit a playbook, a new version of the playbook is saved. In the screen image below, notice how all the versions of the playbook are listed (#4 being the published version as indicated by the publish icon). Click on a version to edit it, and if you want, publish it. In this way, you maintain version control of your playbooks, and ensure that all versions are retained.
213+
### Autosave
214+
215+
Every time you edit a playbook draft, the draft is automatically saved, and the following notification briefly appears in the lower right corner of the playbook screen:<br/><img src={useBaseUrl('img/platform-services/automation-service/autosave-playbook-1.png')} alt="Playbook autosave" style={{border:'1px solid gray'}} width="200"/>
216+
217+
When the automatic save is complete, the following notification lets you know.<br/><img src={useBaseUrl('img/platform-services/automation-service/autosave-playbook-2.png')} alt="Playbook autosave complete" style={{border:'1px solid gray'}} width="200"/>
218+
219+
To enable or disable autosave, use [playbook preferences](#playbook-preferences).
220+
221+
### Versions
222+
223+
To publish a playbook so that others may use it, click the publish button at the bottom of the playbook screen.<br/><img src={useBaseUrl('img/platform-services/automation-service/playbook-publish-button.png')} alt="Playbook publish button" style={{border:'1px solid gray'}} width="300"/>
224+
225+
Every time you publish a playbook, a new version of the playbook is retained. In the screen image below, notice how all the versions of the playbook are listed (#4 being the published version as indicated by the publish icon). Click on a version to edit it, and if you want, publish it. In this way, you maintain version control of your playbooks, and ensure that all versions are retained.
214226

215227
<img src={useBaseUrl('img/platform-services/automation-service/playbook-versions.png')} alt="Playbook versions" style={{border:'1px solid gray'}} width="800"/>
216228

229+
## Playbook preferences
230+
231+
1. Click the preferences button in the upper-right corner of the screen.<br/><img src={useBaseUrl('img/platform-services/automation-service/playbook-preferences.png')} alt="Playbook preferences button" style={{border:'1px solid gray'}} width="200"/>
232+
2. Configure preferences in the **Playbooks Preferences** screen.<br/><img src={useBaseUrl('img/platform-services/automation-service/playbook-preferences-screen.png')} alt="Playbook preferences screen" style={{border:'1px solid gray'}} width="400"/>
233+
234+
### Autosave preference
235+
236+
Select **Enable Autosave for all playbooks** to ensure that while editing a playbook, all changes will be automatically saved to the draft. For more information, see [Autosave](#autosave).
237+
217238
## Import and export playbooks
218239

219240
With the mechanism to import and export playbooks, you can move a playbook, along with all its configurations, from one instance to another. The file should be in tar.gz format and adhere to naming conventions.
22.7 KB
Loading
23.1 KB
Loading
42 KB
Loading
12.4 KB
Loading
11.7 KB
Loading

0 commit comments

Comments
 (0)