Skip to content

Releases: SumoLogic/sumologic-lambda-extensions

v1.1.0

11 Nov 09:24
7d924b1
Compare
Choose a tag to compare

New Layers versions are published

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

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

AWS_REGION - Replace with your AWS Lambda Region.

What's New

Enhanced Sumo Logic Lambda extension to support Lambda Telemetry API to collect logs, metrics and spans (traces). Introduced a new environment variable SUMO_SPAN_DROP which by default is set to false. Set it to true in case you would like the extension to drop spans from ingesting into Sumo Logic.

Full Changelog:

v1.0.5...v1.1.0

Commits

  • 9bb28bf: Checkin for lambda telemetry api support for extension. (Nitin Pande) #19

v1.0.5

27 Sep 07:45
5ee12ea
Compare
Choose a tag to compare

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

v1.0.4

01 Aug 14:15
483e55c
Compare
Choose a tag to compare

New Layers versions are published

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

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

AWS_REGION - Replace with your AWS Lambda Region.

What's New

  • Fixes Lambda Extension cost overruns #17

Full Changelog:

v1.0.3...v1.0.4

Commits

  • 89dcdc9: added release workflow (Himanshu Pal)
  • 6963d4f: updated readme (Himanshu Pal)
  • a28196a: removed for loop calling next if no event (Himanshu Pal) #17
  • b6b27f6: added retry sleep time as config parameter (Himanshu Pal) #17
  • 3795aae: added default log type and updated tests (Himanshu Pal) #17
  • 4648aba: removed break (Himanshu Pal) #17

v1.0.3

15 Jun 07:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

New Layers versions are published
For x86_64 architecture use layer ARN:
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-amd64:4

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

AWS_REGION - Replace with your AWS Lambda Region.

v1.0.2 - Ingestion Improvements

15 Feb 14:16
581132d
Compare
Choose a tag to compare

What's Changed

  • Removed extension logs from default set of subscribed events
  • Made the log sending part synchronous
  • Added the check to wait for platform.runtimeDone before calling next event. It will send platform.start and all the function logs till platform.runtimeDone event is received. However platform.end and platform.report will still come in next invocation.

Full Changelog: v1.0.1...v1.0.2

New Layers versions are published

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

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

AWS_REGION - Replace with your AWS Lambda Region.

ARM architecture based binaries generated for Sumo Logic Lambda Extension

29 Sep 21:33
45faadb
Compare
Choose a tag to compare

Arm architecture support added for Sumo Logic AWS Lambda Extension.

  1. Lambda Functions using Layers

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

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

      AWS_REGION - Replace with your AWS Lambda Region.

  2. Lambda Functions created using container images
    Download the latest binary tar file attached

v1.0.0

12 Nov 18:36
6dc03d8
Compare
Choose a tag to compare

Initial release of Sumo Logic AWS Lambda Extension.

The Layer version is :

arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension:1

  • AWS_REGION - Replace with your AWS Lambda Region.