Skip to content

Latest commit

 

History

History
113 lines (55 loc) · 5.07 KB

CHANGELOG.md

File metadata and controls

113 lines (55 loc) · 5.07 KB

2.1.0 (2018-12-06)

Features

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

2.0.2 (2018-11-08)

Bug Fixes

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

2.0.1 (2018-10-19)

Bug Fixes

  • kibana: Updating event field prefix (ffd9af0)

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.

1.2.0 (2018-09-17)

Features

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

1.1.3 (2018-09-13)

Bug Fixes

  • logsToEs: Stripping extra parens from apigw_request_id (b9f74b6)

1.1.2 (2018-09-12)

Bug Fixes

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

1.1.1 (2018-08-15)

Bug Fixes

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

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)

1.0.3 (2018-08-03)

Bug Fixes

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

1.0.2 (2018-08-02)

Bug Fixes

  • xray: Removing IAM role permissions for xray and disabling tracing on function (80fdedb)

1.0.1 (2018-08-02)

Bug Fixes

  • iam-lambda: Adding XRay policy to log lambda IAM role (9fd8e50)
  • patchLogProcesserRole: Removing reference to default role (49fe9d7)

1.0.0 (2018-08-02)

Bug Fixes

  • lint: Fixing lint errors (0ef0852)
  • lint: Fixing linting issues (313957f)
  • logProcesser: Updating log processer logic and role policies (eca181d)

Features

  • Adding log processer lambda to firehose (205b1a0)
  • Implementing logging using lambda to es (e64f4bf)
  • Initial implementation (911d2df)
  • Updating iam firehose policy (c6f706a)