elktail icon indicating copy to clipboard operation
elktail copied to clipboard

Formatting with additional capabilities like `printf`

Open rocketraman opened this issue 6 years ago • 0 comments

It would be nice to specify the format field with additional capabilities such as provided by printf. For example, instead of:

%@timestamp %container_name %message

I might want to make sure all of my message output is aligned by doing:

%@timestamp %-20container_name %message

rocketraman avatar Sep 19 '18 13:09 rocketraman