Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* misc: tweak workflows (#7) Migrating conditions over as surface-security/surface#86 * feature: support lifecycle policies on index creation (#8) * feature: support lifecycle policies on index creation ElasticSearch supports multiple lifecycle policies but when instances have many daily indexes, updating all existing indexes lifecycle policies can be cumbersome. Hence, to facilitate its management, collectors can specify lifecycle policies instead of attaching the default one (if your ElasticSearch has one, otherwise it's simply empty) which can be useful if you have different types of collectors and wish to apply different policies to them. * fixup: add testapp to installed apps This ensures collectors are loaded every time. Since `testapp` serves for testing, as well as to demonstrate how to use these packages, we should ensure we have a working example in this app. * misc: Update README Add install instructions, as well as a how-to to implement new collectors. * misc: bump version to new release * Update the version on Django in setup.cfg install_requirements (#13) Signed-off-by: pacuraro <[email protected]> * misc: version bump for new release --------- Signed-off-by: pacuraro <[email protected]> Signed-off-by: Gustavo Silva <[email protected]> Co-authored-by: Duarte Duarte <[email protected]> Co-authored-by: pacuraro <[email protected]>
- Loading branch information