Skip to content

Metadata Fields Not Supported #34

Description

@cdowney

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions