Skip to content

Commit

Permalink
Merge pull request #39 from albertromkes/bugfix/sourcetype-property
Browse files Browse the repository at this point in the history
Fix for issue #38. sourceType is now all lowercase -> sourcetype
  • Loading branch information
merbla authored Oct 25, 2016
2 parents e9e8303 + 19c8c14 commit 2d8fb39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public SplunkJsonFormatter(

if (!string.IsNullOrWhiteSpace(sourceType))
{
suffixWriter.Write(",\"sourceType\":");
suffixWriter.Write(",\"sourcetype\":");
JsonValueFormatter.WriteQuotedJsonString(sourceType, suffixWriter);
}

Expand Down

0 comments on commit 2d8fb39

Please sign in to comment.