-
Notifications
You must be signed in to change notification settings - Fork 439
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
digital_guardian: fix mapping of dg_alert.alert_wb field and add export profile guid #12818
Conversation
7807ffa
to
3358e4b
Compare
- name: dg_alert.alert_wb | ||
type: integer | ||
type: keyword |
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.
The alternative here is to keep this as an integer
and map to 0/1.
3358e4b
to
de4ba06
Compare
🚀 Benchmarks reportTo see the full report comment with |
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
- name: dg_alert.alert_etl | ||
type: keyword | ||
description: Alert ETL | ||
- name: dg_alert.alert_etu | ||
type: date | ||
description: Alert ETU | ||
- name: dg_alert.alert_ur | ||
type: date | ||
description: Alert UR |
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.
- name: dg_alert.alert_etl | |
type: keyword | |
description: Alert ETL | |
- name: dg_alert.alert_etu | |
type: date | |
description: Alert ETU | |
- name: dg_alert.alert_ur | |
type: date | |
description: Alert UR | |
- name: dg_alert.alert_etl | |
type: date | |
description: Alert ETL | |
- name: dg_alert.alert_etu | |
type: date | |
description: Alert ETU | |
- name: dg_alert.alert_ur | |
type: keyword | |
description: Alert UR |
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.
Thanks
|
💚 Build Succeeded
History
cc @efd6 |
Package digital_guardian - 1.4.0 containing this change is available at https://epr.elastic.co/package/digital_guardian/1.4.0/ |
Proposed commit message
See title.
Note
Alternative approach is to keep the field type as an integer and map to yes/no to 1/0. This is not ideal.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots