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

Introduce service.type field for all Filebeat modules #10042

Merged
merged 5 commits into from
Jan 15, 2019

Commits on Jan 14, 2019

  1. Introduce service.type field for all Filebeat modules

    Based on ECS the `service.type` field is introduce for all Filebeat modules. By default `service.type` is set to the module name. If the service.type is not the module name the `servic.type` config can be used in a module to overwrite the field.
    
    The `service.name` fields in the Elasticsearch module were removed as `service.name` could be used for example for the cluster name in this context. `service.type` is the field that always stays the same.
    ruflin committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    6887270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0c2db5 View commit details
    Browse the repository at this point in the history
  3. remove temporary target fix

    ruflin committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    9d7b937 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Configuration menu
    Copy the full SHA
    175e557 View commit details
    Browse the repository at this point in the history
  2. update one more log file

    ruflin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    eb3142c View commit details
    Browse the repository at this point in the history