Releases: SplunkGlobalDevs/SplunkLogger
Releases · SplunkGlobalDevs/SplunkLogger
v1.1.1
Fixed HEC raw message to fix break line issue during Splunk indexing
v1.1.0 (Turbo)
Improved performance after set Emit action that send data to Splunk as a Task and also, changed ILoggerFormatter to be able to receive category name on it.
v1.0.8
Adjustes configuration property misspelling
v1.0.7
Removed unnecessary threshold option
v1.0.6
Improved debug under Splunk response.
Fixed error when using 0 (or less) for splunk timeout post call
Update project Nuget references
Small refactoring at code
v1.0.5
Allow to retrieve configuration from json file
v1.0.4
Improved token management for HEC providers that now allow suppress send channelId or send it via request header. It was also added feature to allow send HEC auth token via query string.
v1.0.3
Fix endpoint issue when Splunk HEC raw logger receive a endpoint that ends with \
v1.0.2
Fixed Splunk HEC Raw Logger issue with enpoints ending with \
VTEXSplunkLogger v1.2.0
Implemented VTEX evidence concept.
This approach is used to store large blob text into a cheap system and only send to Splunk a key to be used to get this text when necessary. That way we avoid index at Splunk unnecessary text.