-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 the .address fields for ambiguous address prior to extracting IP & domain #10141
Conversation
Filebeat tests on both CI systems are hanging. I'll investigate this one some more. |
f2e5893
to
5ac0c1c
Compare
Note that I'm modifying the grok because the only thing expected in this field is either an IP or a socket path (e.g. for admin socket). And ECS doesn't define a place for socket paths in src/dst. IPs are never resolved to hostnames in HAProxy.
Can't actually get an error message for these timeouts, even when reproducing locally. Out of ideas. This reverts commit a78ebeb419cfa162551891846d35ba22c0bf8757.
e022bb6
to
3bd8fd5
Compare
@webmat Please ignore the Jenkins CI for now. |
- apache2.access.remote_ip points to source.address - apache.access.remote_ip is simply removed, since it was never publicly released My problems initially were caused by an alias pointing to an alias (apache2.access.remote_ip => apache.access.remote_ip => source.address)
Pretty sure I found my problem with CI, and it was legit. I was simply aliasing The alias is now directly |
This migration has been done in a few modules already. This completes the transition for the modules transitioned prior to ECS 1.0.0 Beta 2.
Modules/filesets affected
apache2.access.remote_ip
)haproxy.client.ip
)Noticed
HAProxy was migrated prior to ECS Beta 2. A few more fields should be migrated, opened #10143 for this.