Closed bathos closed 9 years ago
For better integration with logentries' query language I’d like to add some additional format options, the first of which should be KVP:
kvp: true
example input:
{ type: 'server', event: 'explosion', keywords: [ 'destruction', 'annihilation' ], nested: { yes: true } }
log would be something like this:
type="server" event="exposion" keywords.1="destruction" keywords.2="annihilation" nested.yes=true
For better integration with logentries' query language I’d like to add some additional format options, the first of which should be KVP:
example input:
log would be something like this: