Skip to content

Releases: SplunkGlobalDevs/SplunkLogger

v1.1.1

15 Mar 16:44
Compare
Choose a tag to compare

Fixed HEC raw message to fix break line issue during Splunk indexing

v1.1.0 (Turbo)

26 Feb 18:55
Compare
Choose a tag to compare

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

23 Feb 17:03
Compare
Choose a tag to compare

Adjustes configuration property misspelling

v1.0.7

22 Feb 22:38
Compare
Choose a tag to compare

Removed unnecessary threshold option

v1.0.6

22 Feb 18:57
Compare
Choose a tag to compare

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

21 Feb 16:16
Compare
Choose a tag to compare

Allow to retrieve configuration from json file

v1.0.4

21 Feb 04:01
Compare
Choose a tag to compare

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

21 Feb 03:53
Compare
Choose a tag to compare

Fix endpoint issue when Splunk HEC raw logger receive a endpoint that ends with \

v1.0.2

21 Feb 03:53
Compare
Choose a tag to compare

Fixed Splunk HEC Raw Logger issue with enpoints ending with \

VTEXSplunkLogger v1.2.0

11 Jan 22:22
ee0e983
Compare
Choose a tag to compare

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.