1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/pkg/log
ffeldmann b88ebdad6c
feat(splunk) Sending telemetry and logging information to Splunk (#2796)
* Adds inital splunk hook and logCollector

* Adds documentation of the Splunk hook

* Fixes markdown lint issues and removes comment from telemetry.go file

* Fixes markdown lint issues and adds missing generated file

* Markdown linting

* Changes documentation according to review, adds Splunk token automatically during init

* Adds error handling for marshalling hook config

* Markdown lint und correct Splunk token in httpclient

* Registeres Splunk token as secret and adjusts test cases

* Adds missing error handling and removes unnecessary comments

* Creates new function readPipelineEnvironment, adds tests

* Moves MonitoringData struct, edits defaults for json fields

* Adds gitRepository and gitOwner to telemetry information

* Simplifies readCommonPipelineEnvironment function, adds more descriptive errors, adds automated adding of Splunk prefix token

* Adjusts error handling

* Cleaner error logging
2021-05-17 12:14:04 +02:00
..
collectorHook_test.go feat(splunk) Sending telemetry and logging information to Splunk (#2796) 2021-05-17 12:14:04 +02:00
collectorHook.go feat(splunk) Sending telemetry and logging information to Splunk (#2796) 2021-05-17 12:14:04 +02:00
errors_test.go Add possibility to add category to failures (#1692) 2020-06-22 08:21:38 +02:00
errors.go Add error category parsing to cmd execution (#1703) 2020-06-24 10:04:05 +02:00
fatalHook_test.go Add error category parsing to cmd execution (#1703) 2020-06-24 10:04:05 +02:00
fatalHook.go fix(permissions) allow deletion of errors file (#2293) 2020-11-02 12:34:28 +01:00
log_test.go mask secret also when they are url encoded (#2289) 2020-11-02 10:08:34 +01:00
log.go chore(deprecation): change format of deprecation notice from config command (#2822) 2021-05-10 19:18:16 +02:00
sentryHook_test.go removed error level from sentry hook (#1528) 2020-05-12 22:11:52 +02:00
sentryHook.go Fix reading of hook configuration (#1854) 2020-07-28 17:19:33 +02:00
writer_test.go Fix logrus buffer issue (#1511) 2020-05-06 13:35:40 +02:00
writer.go Fix logrus buffer issue (#1511) 2020-05-06 13:35:40 +02:00