mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05: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> |
||
|---|---|---|
| .. | ||
| awslogs | ||
| etwlogs | ||
| fluentd | ||
| gcplogs | ||
| gelf | ||
| journald | ||
| jsonfilelog | ||
| loggerutils | ||
| splunk | ||
| syslog | ||
| context.go | ||
| copier.go | ||
| copier_test.go | ||
| factory.go | ||
| logger.go | ||