Skip to content

WIP Filebeat modules adjustments for ECS Beta 2 #9684

@webmat

Description

@webmat
  • 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions