[Azure] Update ECS field mappings for firewall_logs data stream#16395
Merged
moxarth-rathod merged 4 commits intoelastic:mainfrom Dec 15, 2025
Merged
[Azure] Update ECS field mappings for firewall_logs data stream#16395moxarth-rathod merged 4 commits intoelastic:mainfrom
moxarth-rathod merged 4 commits intoelastic:mainfrom
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
ShourieG
reviewed
Dec 10, 2025
packages/azure/data_stream/firewall_logs/elasticsearch/ingest_pipeline/default.yml
Show resolved
Hide resolved
Co-authored-by: Shourie Ganguly <shourie.ganguly@elastic.co>
kcreddy
reviewed
Dec 10, 2025
packages/azure/data_stream/firewall_logs/elasticsearch/ingest_pipeline/default.yml
Show resolved
Hide resolved
Comment on lines
85
to
100
| - 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 |
kcreddy
reviewed
Dec 10, 2025
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
|
kcreddy
approved these changes
Dec 12, 2025
Contributor
kcreddy
left a comment
There was a problem hiding this comment.
LGTM. Thanks @moxarth-rathod !
|
Package azure - 1.31.0 containing this change is available at https://epr.elastic.co/package/azure/1.31.0/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed commit message
Checklist
changelog.ymlfile.Related issues