Closed josephlewis42 closed 6 years ago
LGTM
LGTM
I have this functionality built out now, it would be awesome if one of ya'll would give it a go and give thumbs up/down. I have a pre-release gem published here, the version is 3.1.0.
There are two new configuration options. Both are boolean:
include_uuid
- default false, appends a UUID before the file extension .log[.gz]
include_hostname
- default true, whether or not to include the hostname in the prefix.
This proposal is to add the ability for the user to request a UUID in the log name and optionally turn off the hostname e.g.
logstash_2018-01-01T01:01:00.part1.{{UUID}}.log
. This has the following benefits:Thoughts @neuromantik33, @joshdvir and @arslanm?