1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
Source: elasticsearch-curator
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
w3m,
dh-python,
python-all,
python-setuptools,
python-click,
python-elasticsearch (>= 1.0.0),
python-elasticsearch-doc,
python3-all,
python3-setuptools,
python3-click,
python3-doc,
python-yaml,
python3-yaml,
python-voluptuous,
python3-voluptuous,
asciidoc,
docbook-xml,
docbook-xsl,
xsltproc,
libxml2-utils
Build-Depends-Indep: libjs-jquery, python-sphinx (>= 1.0.7+dfsg-1~)
Standards-Version: 3.9.8
Homepage: https://github.com/elasticsearch/curator
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/elasticsearch-curator.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/elasticsearch-curator.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: elasticsearch-curator
Architecture: all
Section: admin
Depends: ${misc:Depends}, ${python:Depends}, python-elasticsearch-curator (= ${binary:Version}),
python-pkg-resources
Description: command-line tool for managing Elasticsearch time-series indices
Elasticsearch Curator helps manage Elasticsearch time-series indices. It
consists of a Python library and a CLI tool providing a high-level interface
to Elasticsearch administration tasks, such as:
.
- Management of index aliases
- Index optimization
- Changing the replica count
- Modifying the shard/index allocation using routing tags
- Index snapshotting
.
This package contains the curator and es_repo_mgr command-line tools.
Package: python-elasticsearch-curator
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-elasticsearch (>= 1.0.0),
python-pkg-resources
Suggests: python-elasticsearch-curator-doc
Description: Python library for managing Elasticsearch time-series indices
Elasticsearch Curator helps manage Elasticsearch time-series indices. It
consists of a Python library and a CLI tool providing a high-level interface
to Elasticsearch administration tasks, such as:
.
- Management of index aliases
- Index optimization
- Changing the replica count
- Modifying the shard/index allocation using routing tags
- Index snapshotting
.
This package contains the Python 2 version of the library.
Package: python3-elasticsearch-curator
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-elasticsearch (>= 1.0.0),
python3-pkg-resources
Suggests: python-elasticsearch-curator-doc
Description: Python 3 library for managing Elasticsearch time-series indices
Elasticsearch Curator helps manage Elasticsearch time-series indices. It
consists of a Python library and a CLI tool providing a high-level interface
to Elasticsearch administration tasks, such as:
.
- Management of index aliases
- Index optimization
- Changing the replica count
- Modifying the shard/index allocation using routing tags
- Index snapshotting
.
This package contains the Python 3 version of the library.
Package: python-elasticsearch-curator-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Python library for managing Elasticsearch time-series indices (documentation)
Elasticsearch Curator helps manage Elasticsearch time-series indices. It
consists of a Python library and a CLI tool providing a high-level interface
to Elasticsearch administration tasks, such as:
.
- Management of index aliases
- Index optimization
- Changing the replica count
- Modifying the shard/index allocation using routing tags
- Index snapshotting
.
This package contains the Python library documentation.
|