Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.
/ curator-api Public archive
forked from elastic/curator

elasticsearch-curator package for API usage, with no CLI

License

Notifications You must be signed in to change notification settings

PerchSecurity/curator-api

This branch is 4 commits ahead of, 110 commits behind elastic/curator:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3e7c968 · Sep 15, 2020
Nov 30, 2017
Sep 15, 2020
Nov 14, 2019
Aug 17, 2019
Jan 12, 2020
Apr 24, 2019
Jan 12, 2020
Aug 29, 2019
Jan 12, 2020
Aug 27, 2019
Nov 14, 2019
Apr 15, 2019
Jul 22, 2016
Apr 22, 2016
Jan 12, 2020
May 9, 2017
Jan 12, 2020
Jan 12, 2020
Sep 15, 2020
Jun 11, 2019

Repository files navigation

NOTE: this package is a fork of Elasticsearch Curator without the CLI functionality (and without a dependency on Click). Only the API is exposed for library usage.

Curator API

Have indices in Elasticsearch? This is the library for you!

Like a museum curator manages the exhibits and collections on display, Elasticsearch Curator helps you curate, or manage your indices.

Build Status

Branch Status
Master master
5.x 5_x

PyPI: pypi_pkg

Curator ships with both an API and a wrapper script (which is actually defined as an entry point). The API allows you to write your own scripts to accomplish similar goals, or even new and different things with the Curator API, and the Elasticsearch Python API.

See the Installation guide and the command-line usage guide

Running curator --help will also show usage information.

Contributing

  • fork the repo
  • make changes in your fork
  • add tests to cover your changes (if necessary)
  • run tests
  • sign the CLA
  • send a pull request!

To run from source, use the run_curator.py script in the root directory of the project.

Running Tests

To run the test suite just run python setup.py test

When changing code, contributing new code or fixing a bug please make sure you include tests in your PR (or mark it as without tests so that someone else can pick it up to add the tests). When fixing a bug please make sure the test actually tests the bug - it should fail without the code changes and pass after they're applied (it can still be one commit of course).

The tests will try to connect to your local elasticsearch instance and run integration tests against it. This will delete all the data stored there! You can use the env variable TEST_ES_SERVER to point to a different instance (for example, 'otherhost:9203').

Origins

Curator was first called clearESindices.py [1] and was almost immediately renamed to logstash_index_cleaner.py [1]. After a time it was migrated under the [logstash](https://github.com/elastic/logstash) repository as expire_logs. Soon thereafter, Jordan Sissel was hired by Elasticsearch, as was the original author of this tool. It became Elasticsearch Curator after that and is now hosted at <https://github.com/elastic/curator>

[1] <https://logstash.jira.com/browse/LOGSTASH-211>

About

elasticsearch-curator package for API usage, with no CLI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.1%
  • Shell 2.8%
  • Dockerfile 0.1%