Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudreach/aws-lambda-es-cleanup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5
Choose a base ref
...
head repository: cloudreach/aws-lambda-es-cleanup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 7, 2018

  1. Update README.md

    add provider in the example
    giuliocalzolari authored Mar 7, 2018
    Configuration menu
    Copy the full SHA
    a6ae9f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Update es_policy.json (#14)

    * Update es_policy.json
    giuliocalzolari authored Apr 10, 2018
    Configuration menu
    Copy the full SHA
    e0989ee View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. [Resolve #15] Enable DNS connection on security group (#16)

    enabled egress port UDP / TCP port 53
    giuliocalzolari authored May 16, 2018
    Configuration menu
    Copy the full SHA
    6720336 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Fix index name parsed incorrectly if index format contains hyphen (#18)

    If index format contains hyphen such as `index-2018-08-11`, the index date
    is parsed as `index-2018-08` rather than `index`.
    cheungpat authored and giuliocalzolari committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    9f4cbed View commit details
    Browse the repository at this point in the history
Loading