Skip to content

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 27 Sep 07:45
· 34 commits to main since this release
5ee12ea

New Layers versions are published

For x86_64 architecture use layer ARN:
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-amd64:6

For arm64 architecture use layer ARN:
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-arm64:6

AWS_REGION - Replace with your AWS Lambda Region.

What's New

Introduced a new environment variable SUMO_ENHANCE_JSON_LOGS which by default is set to true. If the feature switch is set to false then the message sent to SumoLogic will not contain any addition metadata only the actual log message.

Full Changelog:

v1.0.4...v1.0.5

Commits

  • a503d68: Update README.md (Himanshu Pal)
  • 2b31f95: Address feature request in Issue 13 (laszlo.bica) #18