The javascript logger does not support adding "fields" to the metadata as described here
It looks like it should be as simple as adding a conditional to here
like:
if (context.metadata.hasOwnProperty("fields")) {
metadata.fields = context.metadata.fields;
}
Version: 0.10.1
Platform: AWS Lambda
Framework version: Node 10.x
Splunk version: 7.2.6
The javascript logger does not support adding "fields" to the metadata as described here
It looks like it should be as simple as adding a conditional to here
like:
Version: 0.10.1
Platform: AWS Lambda
Framework version: Node 10.x
Splunk version: 7.2.6