-
Notifications
You must be signed in to change notification settings - Fork 442
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
Use correct types for source.port and source.ip #737
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪 |
@@ -1,7 +1,7 @@ | |||
format_version: 1.0.0 | |||
name: apache | |||
title: Apache | |||
version: 0.3.3 | |||
version: 0.3.4 |
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.
Just want to confirm that we want to bump up the version just for this change, causing it to get released immediately? The alternative would be to make this change but not release it right away so other changes can accumulate for 0.3.4
before it is released.
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.
I think this is a bug fix and it would be good to push the change sooner than later.
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.
Change LGTM. Just have a question about whether we want to release it right away or later.
packages/apache/changelog.yml
Outdated
- version: "0.3.4" | ||
changes: | ||
- description: Use correct types for `source.port` and `source.ip` | ||
type: enhancement |
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.
Sounds like this should be bugfix
?
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.
Right, fixed!
It would be great to make this PR happy first, let's wait for the fix for Elastic Agent. |
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. WFG.
Pinging @elastic/integrations (Team:Integrations) |
/test |
jenkins run the tests please |
Blocked by: elastic/beats#24163 |
* Use correct types for source.port and source.ip * Add changelog entry * Fix
This PR adjusts the Apache intergration to use correct types for
source.port
andsource.ip
.What does this PR do?
Different field mappings caused conflicts.
Checklist
changelog.yml
file.How to test this PR locally
Related issues