summaryrefslogtreecommitdiff
path: root/daemon/logger/splunk
Commit message (Expand)AuthorAgeFilesLines
* daemon/logger: use strconv instead of fmt.Sprintf()Sebastiaan van Stijn2022-10-081-11/+12
* replace deprecated gotest.tools' env.Patch() with t.SetEnv()Sebastiaan van Stijn2022-05-281-3/+1
* test: use `T.Setenv` to set env vars in testsEng Zer Jun2022-04-231-92/+12
* panic() instead of logrus.Fatal() in init funcsSebastiaan van Stijn2022-04-211-2/+2
* daemon/logger/splunk: remove uses of pkg/urlutil.IsURL()Sebastiaan van Stijn2022-04-111-3/+2
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-272-8/+6
* daemon/splunk: ignore G402: TLS MinVersion too low for nowSebastiaan van Stijn2021-06-101-1/+2
* Fix more goimportsSebastiaan van Stijn2020-02-111-7/+7
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-9/+9
* Merge pull request #40081 from thaJeztah/http_constantsJustin Cormack2019-10-172-2/+2
|\
| * daemon/logger/splunk: use constants for http methodsSebastiaan van Stijn2019-10-132-2/+2
* | Add ability to handle index acknowledgment with splunk log driverDevon Estes2019-09-251-0/+21
|/
* Be more conservative for Windows in TestFrequency for SplunkDeep Debroy2019-07-171-1/+6
* Use a regex to match labelsRobin THONI2019-01-161-0/+2
* Format code with gofmt -s from go-1.11beta1Kir Kolyshkin2018-09-061-7/+7
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-2/+2
* Automated migration usingDaniel Nephin2018-03-161-9/+9
* Merge pull request #36220 from dnephin/support-proxy-in-splunk-driverVincent Demeester2018-02-082-0/+33
|\
| * Support a proxy in splunk log driverDaniel Nephin2018-02-072-0/+33
* | Add canonical import commentDaniel Nephin2018-02-053-3/+3
|/
* Splunk: limit the reader size on error responsesBrian Goff2017-12-071-15/+22
* Set timeout on splunk batch sendBrian Goff2017-11-143-6/+87
* Merge pull request #34520 from fnoeding/fixed-raw-splunk-loggerVincent Demeester2017-09-192-0/+13
|\
| * Fixed `raw` mode splunk loggerFlorian Noeding2017-08-182-0/+13
* | Add gosimple linterDaniel Nephin2017-09-121-12/+9
* | Fix golint errors.Daniel Nephin2017-08-181-1/+1
|/
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* Merge pull request #27565 from rothrock/env-by-regexBrian Goff2017-03-312-6/+15
|\
| * Use a regex to match environment variables #27565Joseph Rothrock2017-01-192-6/+15
* | Use sync.Pool for logger MessagesBrian Goff2017-02-011-3/+3
* | Implement optional ring buffer for container logsBrian Goff2017-02-011-20/+20
|/
* Rename 'context' to 'loginfo' in the logger moduleYanqiang Miao2016-12-292-59/+59
* check typos and fix in daemon directorylixiaobing100512672016-11-261-2/+2
* Splunk Logging Driver performance improvementsDenis Gladkikh2016-09-123-37/+1730
* Splunk Logging Driver: PR feedbackDenis Gladkikh2016-08-181-13/+14
* Splunk Logging Driver: formats and verifyconnectionDenis Gladkikh2016-08-161-25/+145
* Standardize default logging tag valueVincent Demeester2016-06-041-1/+1
* 1.change validateNoSchema into validateNoSchemeallencloud2016-03-311-1/+1
* *: fix response body leaksAntonio Murdaca2016-03-161-3/+1
* Fix typos found across repositoryJustas Brazauskas2015-12-131-1/+1
* Allow configurable metadata for Splunk log driverDenis Gladkikh2015-11-121-8/+20
* Add Splunk logging driver #16207Denis Gladkikh2015-10-231-0/+256