compose-x / ecs_composex

Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definitions
https://docs.compose-x.io
Mozilla Public License 2.0
160 stars 16 forks source link

[FR] FireLens - add support for extra parser files #626

Closed JohnPreston closed 2 years ago

JohnPreston commented 2 years ago

Currently, in Advanced, I can add SourceFile which allow me to add filters etc, which will be included to the final configuration that FireLens will generate.

But if I have custom Parser, I need to set a ParserFile property pointing to it, and cannot have it as part of the main configuration file. Therefore, I'd like to have

x-logging:
  FireLens:
    Advanced:
      SourceFile: <>
      ParserFiles:
        - /path/to/parser

ParserFiles would be a list of files to add to the shared docker volume and add to the general [SERVICE] instruction.