Skip to content

Releases: daniel-cottone/serverless-es-logs

v2.1.0

06 Dec 22:12

Choose a tag to compare

2.1.0 (2018-12-06)

Features

  • tags: Add option to add tags to all logs sent to ES (dda6837)

v2.0.2

08 Nov 15:17

Choose a tag to compare

2.0.2 (2018-11-08)

Bug Fixes

  • deps: update dependency fs-extra to v7.0.1 (#96) (e5218b0)

v2.0.1

19 Oct 17:59

Choose a tag to compare

2.0.1 (2018-10-19)

Bug Fixes

  • kibana: Updating event field prefix (ffd9af0)

v2.0.0

02 Oct 12:16

Choose a tag to compare

2.0.0 (2018-10-02)

Bug Fixes

  • logsToEs: Fixed ES '_type' attribute (dc5b849), closes #65

BREAKING CHANGES

  • logsToEs: The '_type' attribute is now hardcoded to
    'serverless-es-logs' instead of the name of the Cloudwatch
    log group.

For any users of Elasticsearch 6.x this change will result
in an error for the current index.

v1.2.0

17 Sep 11:57

Choose a tag to compare

1.2.0 (2018-09-17)

Features

  • filterPattern: Adding option for overriding default filter pattern (e2065bd)

v1.1.3

13 Sep 16:33

Choose a tag to compare

1.1.3 (2018-09-13)

Bug Fixes

  • logsToEs: Stripping extra parens from apigw_request_id (b9f74b6)

v1.1.2

12 Sep 20:27

Choose a tag to compare

1.1.2 (2018-09-12)

Bug Fixes

  • deps: update dependency lodash to v4.17.11 (#45) (87d26a6)

v1.1.1

15 Aug 01:00

Choose a tag to compare

1.1.1 (2018-08-15)

Bug Fixes

  • IAM: Attaching ES policy when no default role given (caebcc0)

v1.1.0

05 Aug 13:52

Choose a tag to compare

1.1.0 (2018-08-05)

Features

  • includeApiGWLogs: Adding support for API Gateway logs. Fixes #10 (#15) (dd7fddd)
  • retentionInDays: Adding option for setting Cloudwatch log retention. Fixes #11 (#16) (c1d1ad2)

v1.0.3

03 Aug 11:33

Choose a tag to compare

1.0.3 (2018-08-03)

Bug Fixes

  • Cleaning up code and adding tests (20e8437)
  • options: Adding validation for plugin options (c45aad0)