mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
New driver options: - `splunk-gzip` - gzip compress all requests to Splunk HEC (enabled by default) - `splunk-gzip-level` - change compression level. Messages are sent in batches by 1000, with frequency of 5 seconds. Maximum buffer is 10,000 events. If HEC will not be available, Splunk Logging Driver will keep retrying while it can hold messages in buffer. Added unit tests for driver. Signed-off-by: Denis Gladkikh <denis@gladkikh.email> Upstream-commit: 4907cc7793cf469fc2d6fc0f842d08bd045da569 Component: engine