-
Notifications
You must be signed in to change notification settings - Fork 518
[Azure] Update ECS field mappings for firewall_logs data stream #16395
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?
Conversation
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
provisioning |
6802.72 | 3003 | -3799.72 (-55.86%) | 💔 |
application_gateway |
3311.26 | 2785.52 | -525.74 (-15.88%) | 💔 |
auditlogs |
3861 | 1960.78 | -1900.22 (-49.22%) | 💔 |
eventhub |
1e+06 | 333333.33 | -666666.67 (-66.67%) | 💔 |
firewall_logs |
2008.03 | 1386.96 | -621.07 (-30.93%) | 💔 |
identity_protection |
4545.45 | 3496.5 | -1048.95 (-23.08%) | 💔 |
To see the full report comment with /test benchmark fullreport
packages/azure/data_stream/firewall_logs/elasticsearch/ingest_pipeline/default.yml
Show resolved
Hide resolved
Co-authored-by: Shourie Ganguly <[email protected]>
packages/azure/data_stream/firewall_logs/elasticsearch/ingest_pipeline/default.yml
Show resolved
Hide resolved
| - rename: | ||
| field: json.properties.TranslatedPort | ||
| target_field: destination.port | ||
| ignore_missing: true | ||
| ignore_failure: true | ||
| if: ctx?.azure?.firewall?.properties?.DestinationPort == null | ||
| - set: | ||
| field: destination.nat.port | ||
| tag: set_destination_nat_port_from_properties_translated_port | ||
| copy_from: json.properties.TranslatedPort | ||
| ignore_empty_value: true |
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.
Same here.
packages/azure/data_stream/firewall_logs/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
packages/azure/data_stream/firewall_logs/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
💚 Build Succeeded
History
|
ShourieG
left a comment
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.
LGTM from my end but please wait for @kcreddy
kcreddy
left a comment
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.
LGTM. Thanks @moxarth-rathod !
Proposed commit message
Checklist
changelog.ymlfile.Related issues