Skip to content

Commit

Permalink
AWS Cloud Watch logs - fix proxy issue (demisto#32956) (demisto#33024)
Browse files Browse the repository at this point in the history
* fix proxy issue

* format yml

* Update Packs/AWS-CloudWatchLogs/Integrations/AWS-CloudWatchLogs/AWS-CloudWatchLogs.yml



* Update Packs/AWS-CloudWatchLogs/ReleaseNotes/1_2_19.md



* format and ReleaseNotes

* ReleaseNotes

* add 1_2_20

---------

Co-authored-by: Fábio Dias <[email protected]>
Co-authored-by: merit-maita <[email protected]>
Co-authored-by: Moshe Eichler <[email protected]>
  • Loading branch information
4 people authored Feb 20, 2024
1 parent 24fbd75 commit 2abddeb
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Packs/AWS-CloudWatchLogs/CONTRIBUTORS.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
"Fabio Dias"
]
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ configuration:
section: Connect
advanced: true
required: false
- display: Use system proxy settings
name: proxy
type: 8
required: false
section: Connect
script:
script: ''
type: python
Expand Down Expand Up @@ -335,7 +340,7 @@ script:
description: The name of the log stream.
- name: timestamp
required: true
description: The time the event occurred, expressed as the number of milliseconds fter Jan 1, 1970 00:00:00 UTC. (Unix Time)
description: The time the event occurred, expressed as the number of milliseconds fter Jan 1, 1970 00:00:00 UTC. (Unix Time).
- name: message
required: true
description: The raw event message.
Expand Down Expand Up @@ -447,7 +452,7 @@ script:
description: The name of the log group.
type: string
description: Lists the specified metric filters. You can list all the metric filters or filter the results by log name, prefix, metric name, or metric namespace.
dockerimage: demisto/boto3py3:1.0.0.87655
dockerimage: demisto/boto3py3:1.0.0.88114
tests:
- No Tests
fromversion: 5.0.0
3 changes: 2 additions & 1 deletion Packs/AWS-CloudWatchLogs/ReleaseNotes/1_2_19.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@

##### AWS - CloudWatchLogs

- Updated the Docker image to: *demisto/boto3py3:1.0.0.87655*.
- Updated the Docker image to: demisto/boto3py3:1.0.0.87655.

7 changes: 7 additions & 0 deletions Packs/AWS-CloudWatchLogs/ReleaseNotes/1_2_20.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### AWS - CloudWatchLogs

- Added the *Use system proxy settings* parameter.
- Updated the Docker image to: *demisto/boto3py3:1.0.0.88114*.
4 changes: 2 additions & 2 deletions Packs/AWS-CloudWatchLogs/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "AWS - CloudWatchLogs",
"description": "Amazon Web Services CloudWatch Logs (logs).",
"support": "xsoar",
"currentVersion": "1.2.19",
"currentVersion": "1.2.20",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand All @@ -18,4 +18,4 @@
"marketplacev2",
"xpanse"
]
}
}

0 comments on commit 2abddeb

Please sign in to comment.