JSON parsing extension (DOC for rsyslog PR/#2773)#691
JSON parsing extension (DOC for rsyslog PR/#2773)#691nhosoi wants to merge 1 commit intorsyslog:masterfrom
Conversation
|
The build failed with this error... Could you please enlighten me what was wrong in this PR? Thanks!! |
| *(Available since: 8.5.1)* | ||
|
|
||
| Specifies if a variable insteed of property 'msg' should be used for | ||
| Specifies if a variable insted of property 'msg' should be used for |
|
@nhosoi try rebasing on top of the latest master |
Adding parse_json extension "json_parse_ex" which supports compact.
03fb4fa to
b7e64c2
Compare
|
Thank you, @richm. I thought I fixed it when I copied the section from mmnormalize, but I added another typo. :p Fixed both. Regarding "rebasing on top of the latest master", I've done that just before creating this pr. So, it's up to date... |
|
/retest |
That's apparently a race in the github notification API. We see this occasionally. It looks like the commit is not actually available on all github front-end servers at the time the notification is sent out. If buildbot then starts up very quickly, we can hit that problem. We are investigating how to work-around it. Most probably, we will just add an initial "sleep step" to the buildbot configs. |
|
Closing this Doc PR along with the primary PR.
|
This is an update for rsyslog/rsyslog#2773 containing the following changes: