-
Notifications
You must be signed in to change notification settings - Fork 474
Azure Firewall integration #3578
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
Conversation
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
🌐 Coverage report
|
...ure/data_stream/firewall_logs/_dev/test/pipeline/test-applicationrules-raw.log-expected.json
Show resolved
Hide resolved
- name: code | ||
type: keyword | ||
description: | | ||
ICMP request code |
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.
network_traffic has this as a long
for the icmp datastream, but kubernetes has it as a keyword
for an HTTP request code. I can't see it defined, so is there a preference?
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.
Unless a numeric field needs to support range
queries, ES recommends keyword
for the better term
query performance.
For ICMP messages, I think users are more likely query for a specific request code than across a range.
packages/azure/data_stream/firewall_logs/agent/stream/azure-eventhub.yml.hbs
Outdated
Show resolved
Hide resolved
...ages/azure/data_stream/firewall_logs/elasticsearch/ingest_pipeline/azure-shared-pipeline.yml
Outdated
Show resolved
Hide resolved
Last round of comments have been addressed - ready for another review round. |
packages/azure/data_stream/firewall_logs/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
packages/azure/data_stream/firewall_logs/agent/stream/log.yml.hbs
Outdated
Show resolved
Hide resolved
Thanks for the feedback, @efd6. I've incorporated your suggestions. |
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
a4721e7
to
7cdd3df
Compare
@elastic/obs-cloud-monitoring would you also please review as package owners? |
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!
What does this PR do?
This PR adds a new integration for Azure Firewall.
Checklist
changelog.yml
file.How to test this PR locally
Related issues
Relates to #1205
Screenshots