Skip to content

Releases: SplunkGlobalDevs/SplunkLogger

v1.1.1

Choose a tag to compare

@Caldas Caldas released this 15 Mar 16:44

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

v1.1.0 (Turbo)

Choose a tag to compare

@Caldas Caldas released this 26 Feb 18:55

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

Choose a tag to compare

@Caldas Caldas released this 23 Feb 17:03

Adjustes configuration property misspelling

v1.0.7

Choose a tag to compare

@Caldas Caldas released this 22 Feb 22:38

Removed unnecessary threshold option

v1.0.6

Choose a tag to compare

@Caldas Caldas released this 22 Feb 18:57

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

Choose a tag to compare

@Caldas Caldas released this 21 Feb 16:16

Allow to retrieve configuration from json file

v1.0.4

Choose a tag to compare

@Caldas Caldas released this 21 Feb 04:01

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

Choose a tag to compare

@Caldas Caldas released this 21 Feb 03:53

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

v1.0.2

Choose a tag to compare

@Caldas Caldas released this 21 Feb 03:53

Fixed Splunk HEC Raw Logger issue with enpoints ending with \

VTEXSplunkLogger v1.2.0

Choose a tag to compare

@Caldas Caldas released this 11 Jan 22:22
ee0e983

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.