-
Notifications
You must be signed in to change notification settings - Fork 5k
WIP Filebeat modules adjustments for ECS Beta 2 #9684
Copy link
Copy link
Closed
Labels
FilebeatFilebeatFilebeatecsin progressPull request is currently in progress.Pull request is currently in progress.module
Description
user_agent- Populate
user_agent.versionanduser_agent.os.version, not major/minor/patch. Will need to revisit most access log modules to fix this. - Use
user_agent.os.full(notuser_agent.os.full_name) to save what was inuser_agent.os
- Populate
- Leverage the new
.addressfields for the ambiguous address, prior to extracting an IP or domain- Domain should look like a domain. Don't get sockets in
.domain
- Domain should look like a domain. Don't get sockets in
- Use
client/serveras well, where it makes sense - After HTTP field set is imported (Update the HTTP field set with ECS definitions as of beta 2 #9645)
- Transition the http size metrics (Traefik, Kibana)
filebeat/_meta/fields.common.ymldefineshttp.response.content_lengthwhich should become an alias tohttp.response.body.size(may impact many modules)- Deprecate usage of
http.response.elapsed_time
network.direction:inboundfor access logs?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FilebeatFilebeatFilebeatecsin progressPull request is currently in progress.Pull request is currently in progress.module
Type
Fields
Give feedbackNo fields configured for issues without a type.