jarpy / lambkin

CLI tool for generating and managing simple functions in AWS Lambda
Apache License 2.0
74 stars 12 forks source link

Feature Request: add index rollover options #14

Open bcharboneauiherb opened 6 years ago

bcharboneauiherb commented 6 years ago

As I am not heavily knowledgeable of Python Scripting, I would like to know and see if it is possible to add a feature to handle index rollover via serverless-curator as i can see that it is available in curator itself as mentioned in the link below.

https://www.elastic.co/guide/en/elasticsearch/client/curator/current/rollover.html

jarpy commented 6 years ago

Hi,

Rollover certainly appears to be supported in the Python API for Curator. If you need specific help with the Curator API, a good place to ask would be the Elastic forums. Lambkin is just a tool for managing Lambda functions. It doesn't know anything about Elasticsearch or Curator (and it's also deprecated, I'm afraid).