-
Notifications
You must be signed in to change notification settings - Fork 474
[google_workspace] Add support for Gmail events #14399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[google_workspace] Add support for Gmail events #14399
Conversation
c36663c
to
273f54f
Compare
🚀 Benchmarks reportTo see the full report comment with |
273f54f
to
91fccc6
Compare
Conflicts: packages/google_workspace/changelog.yml
@@ -0,0 +1,7 @@ | |||
# Define ECS constant fields as constant_keyword | |||
- name: observer.vendor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both fields here should use external: ecs
. https://github.com/elastic/integrations/wiki/Fleet-Package-Code-Review-Comments#defining-an-ecs-field-without-using-an-external-definition
- name: data_stream.type | ||
type: constant_keyword | ||
description: Data stream type. | ||
- name: data_stream.dataset | ||
type: constant_keyword | ||
description: Data stream dataset. | ||
- name: data_stream.namespace | ||
type: constant_keyword | ||
description: Data stream namespace. | ||
- name: event.module | ||
type: constant_keyword | ||
description: Event module. | ||
value: google_workspace | ||
- name: event.dataset | ||
type: constant_keyword | ||
description: Event dataset. | ||
value: google_workspace.gmail | ||
- name: '@timestamp' | ||
type: date | ||
description: Event timestamp. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use external: ecs
for all ECS fields to ensure consistency.
- name: data_stream.type | |
type: constant_keyword | |
description: Data stream type. | |
- name: data_stream.dataset | |
type: constant_keyword | |
description: Data stream dataset. | |
- name: data_stream.namespace | |
type: constant_keyword | |
description: Data stream namespace. | |
- name: event.module | |
type: constant_keyword | |
description: Event module. | |
value: google_workspace | |
- name: event.dataset | |
type: constant_keyword | |
description: Event dataset. | |
value: google_workspace.gmail | |
- name: '@timestamp' | |
type: date | |
description: Event timestamp. | |
- name: data_stream.type | |
external: ecs | |
- name: data_stream.dataset | |
external: ecs | |
- name: data_stream.namespace | |
external: ecs | |
- name: event.module | |
type: constant_keyword | |
external: ecs | |
value: google_workspace | |
- name: event.dataset | |
type: constant_keyword | |
external: ecs | |
value: google_workspace.gmail | |
- name: "@timestamp" | |
external: ecs |
94caef8
to
6c0c6a6
Compare
6c0c6a6
to
7415bb0
Compare
Modify setup steps in documentation Add additional fields definations
Conflicts: packages/google_workspace/changelog.yml packages/google_workspace/manifest.yml
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
💚 Build Succeeded
History
|
|
Proposed commit message
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Pipeline Test:
System Tests:
Related issues
Screenshots
Dashboard:

Integration Configuration:


Documentation: