Skip to content

Commit 011e6db

Browse files
committed
Add new field to docs and update changelog
1 parent e3e040a commit 011e6db

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/cisco_secure_email_gateway/changelog.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- description: Fix handling of AMP logs when filenames contain a comma.
88
type: bugfix
99
link: https://github.com/elastic/integrations/pull/8932
10+
- description: Parse fields 'Analysis Source' and 'verdict_source' from AMP logs.
11+
type: enhancement
12+
link: https://github.com/elastic/integrations/pull/8932
1013
- version: "1.21.0"
1114
changes:
1215
- description: Handle and record log host origin filepaths.

packages/cisco_secure_email_gateway/data_stream/log/fields/fields.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
description: Dropped Messages.
188188
- name: email_participants
189189
type: keyword
190-
description: All the participants in the email.
190+
description: All the participants in the email.
191191
- name: email
192192
type: keyword
193193
- name: email_tracker_header

packages/cisco_secure_email_gateway/docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,8 @@ An example event for `log` looks as following:
532532
| cisco_secure_email_gateway.log.upload.priority | Upload priority values are: High - For all selected file types, except PDF file type. Low - For only PDF file types. | keyword |
533533
| cisco_secure_email_gateway.log.vendor_action | | keyword |
534534
| cisco_secure_email_gateway.log.verdict | The file retrospective verdict value is malicious or clean. | keyword |
535-
| cisco_secure_email_gateway.log.verdict_scale | Verdict is negative or postive. | keyword |
535+
| cisco_secure_email_gateway.log.verdict_scale | Verdict is negative or positive. | keyword |
536+
| cisco_secure_email_gateway.log.verdict_source | Verdict source. | keyword |
536537
| cisco_secure_email_gateway.log.verified | | keyword |
537538
| cisco_secure_email_gateway.log.work_queue | This is the number of messages currently in the work queue. | long |
538539
| cisco_secure_email_gateway.log.zone | | keyword |

0 commit comments

Comments
 (0)