Skip to content

Commit 2aa8364

Browse files
committed
Send HEC auth via query string
#38
1 parent b6356ad commit 2aa8364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SplunkLogger/Configurations/HECConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public enum ChannelIdOption
3636
/// <summary>
3737
/// Gets or sets indication to use or not hec token autentication at query string
3838
/// </summary>
39-
public bool UseTokenAsQueryString { get; set; }
39+
public bool UseAuthTokenAsQueryString { get; set; }
4040

4141
/// <summary>
4242
/// Gets or sets indication to use or not channel identification when using raw endpoint

0 commit comments

Comments
 (0)