-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DMX-3256] chore(splunkhecreceiver): adds necessary entry to changelog
- Loading branch information
1 parent
101a643
commit 9939b72
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# use this changelog template to create an entry for the release notes. if | ||
# your changes don't affect end-users (e.g. test fixes or tooling updates), | ||
# title your pull request with "[chore]" or use the "skip changelog" label | ||
|
||
# choose one: breaking, deprecation, new_component, enhancement, or bug_fix | ||
change_type: bug_fix | ||
|
||
# name of the component or a single word describing the area of concern | ||
component: splunkhecreceiver | ||
|
||
# brief description of the proposed changes | ||
note: aligns success resp body w/ splunk enterprise | ||
|
||
# tracking issues related to the changes (or a pr number if none exist) | ||
issues: [19219] | ||
|
||
# (optional) additional information to render under the primary note provided above; | ||
# these lines will be padded with two spaces and inserted directly into the document | ||
subtext: changes resp from plaintext "ok" to json {"text":"success", "code":0} |