Skip to content

Enabling JSON logging to ship logs to EFK stack #406

@shahamit

Description

@shahamit

Is your feature request related to a problem? Please describe.
We are using version 2.7.0 in production. We want to ship zeeqs logs to the standard centralised log management stack - EFK stack (elasticsearch-fluentd-kibana). Our fluentd is configured to parse json logs. Current zeeqs code base does not generate logs in json format hence they don't get parsed by fluentd.

Describe the solution you'd like
Add logback-logstash-encoder dependency so that LogstashEncoder could be used to encode and generate zeeqs logs in json format. We use this library in all our microservices to enable json logging. We have been using version 6.6 of this library in production

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions