Skip to content
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

WIP Filebeat modules adjustments for ECS Beta 2 #9684

Closed
webmat opened this issue Dec 19, 2018 · 1 comment
Closed

WIP Filebeat modules adjustments for ECS Beta 2 #9684

webmat opened this issue Dec 19, 2018 · 1 comment
Labels
ecs Filebeat Filebeat in progress Pull request is currently in progress. module

Comments

@webmat
Copy link
Contributor

webmat commented Dec 19, 2018

  • user_agent
    • Populate user_agent.version and user_agent.os.version, not major/minor/patch. Will need to revisit most access log modules to fix this.
    • Use user_agent.os.full (not user_agent.os.full_name) to save what was in user_agent.os
  • Leverage the new .address fields for the ambiguous address, prior to extracting an IP or domain
    • Domain should look like a domain. Don't get sockets in .domain
  • Use client / server as 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.yml defines http.response.content_length which should become an alias to http.response.body.size(may impact many modules)
    • Deprecate usage of http.response.elapsed_time
  • network.direction:inbound for access logs?
@webmat webmat added in progress Pull request is currently in progress. module Filebeat Filebeat ecs labels Dec 19, 2018
@webmat
Copy link
Contributor Author

webmat commented Jan 15, 2019

These have been moved back to #8655

@webmat webmat closed this as completed Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ecs Filebeat Filebeat in progress Pull request is currently in progress. module
Projects
None yet
Development

No branches or pull requests

1 participant