precise support for datetime format from docker text field style time="2022-10-09T21:33:15.541012931Z"
#286
Labels
datetime format
support for parsing some datetime pattern format
good first issue
Good for newcomers
P2
less important
Add precise support this ad-hoc format found in docker logs, i.e. a more precise Regex.
Taken from these Rancher OS docker logs, like file
dockerlaunch.log
This is very similar to the JSONL format
"datetime": "2022-10-09T21:33:15.541012931Z"
support implemented in 75d48b0.To be clear, this format is already supported and will be parsed (hence Issue Label P2). However, 131 of the regular expressions are compiled to find this, as shown in this
--summary
outputThe regular expression pattern used is generic. Prefer a more precise pattern for the popular Docker service.
The text was updated successfully, but these errors were encountered: