Home
last modified time | relevance | path

Searched refs:Curator (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/textproc/py-elasticsearch-curator/curator-5.8.4/docs/asciidoc/
H A Dversions.asciidoc6 Elasticsearch Curator has been around for many different versions of
7 Elasticsearch. The following document helps clarify which versions of Curator
10 The current version of Curator is {curator_version}
19 IMPORTANT: Each listed version of Elasticsearch Curator has been fully tested
22 The current version of Curator is {curator_version}
26 |Curator Version
64 * https://www.elastic.co/guide/en/elasticsearch/client/curator/3.5/index.html[Curator 3 Documentati…
65 * https://www.elastic.co/guide/en/elasticsearch/client/curator/4.2/index.html[Curator 4 Documentati…
66 …tic.co/guide/en/elasticsearch/client/curator/{curator_doc_tree}/index.html[Curator 5 Documentation]
H A Dabout.asciidoc7 Elasticsearch Curator helps you curate, or manage, your Elasticsearch indices
31 Curator was first called
40 Curator and is now hosted at https://github.com/elastic/curator
68 Curator has always been a command-line tool. This site provides the
69 documentation for how to use Curator on the command-line.
76 Curator ships with both an API and CLI tool. The API, or Application Program
78 even new and different things--with the same code that Curator uses.
81 http://curator.readthedocs.io/. The Curator API is built using the
128 We welcome contributions and bug fixes to Curator's API and CLI.
132 have helped Curator become what it is today.
[all …]
H A Dilm.asciidoc2 = Curator and Index Lifecycle Management
11 time analysis (which is how Curator works).
38 == ILM or Curator?
41 at least a Basic license, consider using ILM in place of Curator. Many of the
76 == ILM and Curator!
78 WARNING: Curator will not act on any index associated with an ILM policy without
81 Curator and ILM _can_ coexist. However, to prevent Curator from accidentally
86 Curator can be configured to work with ILM-enabled indices by setting the
H A Dsecurity.asciidoc7 Curator and Elasticsearch.
16 Curator was written in Python, which allows it to be distributed as code which
19 written. Curator was also written to be usable by the 4 most recent major
23 Unfortunately, this broad support comes at a cost. While Curator happily ran
27 in Curator not being able to communicate securely via SSL/TLS, or in some cases
32 impossible to guarantee that Curator will be able to make a secure and
35 troubleshooting and support work for Curator. The precompiled binary packages
44 If you are encountering SSL/TLS errors in Curator, please see the list of
H A Dinstallation.asciidoc6 Curator can be installed in a variety of ways, depending on what meets your
7 needs. It is important to note that Curator only requires access to a client
36 If you plan on using Curator with AWS ES using IAM credentials, you must also
47 If you already have Elasticsearch Curator installed, and want to upgrade to the
68 Curator into a path for just the current user, using the `--user` flag.
151 Use the file edit method described above to add the Curator repository. Do not
165 The APT version of Curator is a binary version. What this really means is that
244 The RPM version of Curator is a binary version. What this really means is that
271 Curator from properly functioning.
296 Installing or Curator from source is also possible. In order to do so requires
[all …]
H A Dfaq.asciidoc10 * <<faq_strange_chars,Can Curator handle index names with strange characters?>>
11 …etting `DistributionNotFound` and `entry_point` errors when I try to run Curator. What am I doing…
28 TL;DR: No. Curator can only delete entire indices.
45 delete method. Curator was created to help fill that need.
74 API]. Curator will not be modified to perform operations such as these, however.
75 Curator is meant to manage at the index level, rather than the data level.
80 == Q: Can Curator handle index names with strange characters?
133 Curator lets you use regular expressions to select indices to perform actions
192 == Q: I'm getting `DistributionNotFound` and `entry_point` errors when I try to run Curator. What …
235 You are likely running Curator with Python 3, or the RPM/DEB package, which was
[all …]
H A Dcommand-line.asciidoc2 = Running Curator
23 If `--config` and `CONFIG.YML` are not provided, Curator will look in
25 of the user executing Curator. In a Unix system, this might be
29 If `--dry-run` is included, Curator will simulate the action(s) in
50 Curator for Elasticsearch indices.
122 Recent improvements in Curator include schema and setting validation. With
124 permutations if passed in a way that Curator can easily digest.
H A Dactions.asciidoc7 Actions are the tasks which Curator can perform on your indices. Snapshots,
129 to have Curator wait for the shard routing to complete before continuing:
148 indefinitely. Curator will poll for completion at `10` second intervals, as
231 to have Curator wait for the shard routing to complete before continuing:
248 indefinitely. Curator will poll for completion at `10` second intervals, as
458 <<option_repository,repository>>. If a snapshot is currently underway, Curator
625 **Curator does not support using dotted notation.**
786 indefinitely. Curator will poll for completion at `10` second intervals, as
982 none of these conditions can be left empty, or Curator will generate an error.
1019 must have a value, or Curator will generate an error.
[all …]
H A Dinc_sources.asciidoc3 Using `name` as the `source` tells Curator to look for a
36 In Curator 5.3 and older, source `field_stats` uses the
H A Doptions.asciidoc98 ILM policies and Curator actions will not interfere with each other.
100 IMPORTANT: Read more about Curator and Index Lifecycle Management
123 Curator has two general classifications of exceptions: Empty list exceptions,
129 So why are there two kinds of exceptions? When Curator 4 was released, the
286 If `skip_flush` is set to `True`, Curator will not flush indices to disk
457 an ERROR level message will be logged, and Curator will exit with code 1.
770 specified, it must have a value, or Curator will generate an error.
821 must have a value, or Curator will generate an error.
983 If the destination index is set to `MIGRATION`, Curator will reindex all
1019 If the destination index is set to `MIGRATION`, Curator will reindex all
[all …]
H A Dinc_strftime_table.asciidoc1 The identifiers that Curator currently recognizes include:
H A Dindex.asciidoc15 = Curator Reference
H A Dfilter_elements.asciidoc295 <<fe_epoch,epoch>>, are used by Curator to establish the moment in time point of
377 In Curator 5.3 and older, source `field_stats` uses the
707 whether Curator will use the minimum or maximum value of <<fe_field,field>> for
787 <<fe_epoch,epoch>>, are used by Curator to establish the moment in time point of
829 <<fe_epoch,epoch>>, are used by Curator to establish the moment in time point of
972 * `regex`: Provide your own regular expression, and Curator will find the matches.
H A Dconfiguration.asciidoc225 WARNING: Curator can only work with one cluster at a time. Including clients
541 install Curator on every node. But you wouldn’t want it to run on each node.
546 value, Curator will raise an Exception. This setting should _only_ be used
/dports/textproc/py-elasticsearch-curator/curator-5.8.4/
H A DREADME.rst4 Curator chapter
10 Elasticsearch Curator helps you curate, or manage your indices.
13 `Curator API Documentation`_
16 Curator ships with both an API and a wrapper script (which is actually defined
18 similar goals, or even new and different things with the `Curator API`_, and
23 .. _Curator API Documentation: `Curator API`_
28 `Curator CLI Documentation`_
31 The `Curator CLI Documentation`_ is now a part of the document repository at
79 Curator was first called ``clearESindices.py`` [1] and was almost immediately
83 was the original author of this tool. It became Elasticsearch Curator after
H A DCONTRIBUTING.md1 # Contributing to Curator
13 Want to write your own code to do something Curator doesn't do out of the box?
15 * [Curator API Documentation](http://curator.readthedocs.io/) Since version 2.0,
16 Curator ships with both an API and wrapper scripts (which are actually defined
19 [Curator API](http://curator.readthedocs.io/), and the
24 * [Curator CLI Documentation](http://www.elastic.co/guide/en/elasticsearch/client/curator/current/i…
25 The Curator CLI Documentation is now a part of the document repository at
29 Want to lurk about and see what others are doing with Curator?
36 Have a problem you want Curator to solve for you?
54 Curator, and you think it will take more than a few minutes to produce the fix
[all …]
/dports/textproc/py-elasticsearch-curator/curator-5.8.4/docs/
H A Dindex.rst1 Elasticsearch Curator Python API
4 The Elasticsearch Curator Python API helps you manage your indices and
9 This documentation is for the Elasticsearch Curator Python API. Documentation
10 for the Elasticsearch Curator *CLI* -- which uses this API and is installed
19 The Elasticsearch Curator Python API is compatible with the 5.x Elasticsearch versions,
61 The Elasticsearch Curator Python API uses the standard `logging library`_ from Python.
H A DChangelog.rst12 longer supporting it. This will also be the case for Curator as its
15 unsupported on 15 Jul 2021, Curator will follow these same dates. This
108 and Curator 5.8.1
283 * With ILM fully released, Curator tests now correctly use the
494 and 6.x that was needed by Curator.
606 * Make Curator report the Curator version, and not just reiterate the
812 Curator.
963 * New Curator binary packages for common Linux systems!
1172 It's official! Curator 4.0.0 is released!
1397 It's time for Curator 4.0 alpha!
[all …]
/dports/textproc/py-elasticsearch-curator/curator-5.8.4/unix_packages/
H A DREADME.md32 The following will check out the tag identified by `tags/vX.Y.Z` from the Curator
56 and published to the repositories identified in the Curator documentation.
/dports/lang/solidity/solidity_0.8.11/test/externalTests/solc-js/DAO/
H A DDAO.sol47 // Proposals to spend the DAO's ether or to choose a new Curator
101 // or if `newCurator` is true, the proposed Curator of
120 // True if this proposal is to assign a new Curator
148 /// @dev Constructor setting the Curator and the address
151 /// @param _curator The Curator
189 /// DAO and sets `_recipient` as the new DAO's Curator.
197 /// a new Curator or not
244 /// with `_newCurator` as the new Curator, as has been
249 /// @param _newCurator The new Curator of the new DAO
269 /// @dev Can only be called by the current Curator
[all …]
/dports/devel/py-kazoo/kazoo-2.5.0/docs/
H A Dindex.rst21 Kazoo is heavily inspired by `Netflix Curator`_ simplifications and helpers.
107 .. _Netflix Curator: https://github.com/Netflix/curator
/dports/graphics/curator/curator-2.1/
H A DPKG-INFO10 Curator is a powerful script that allows one to generate Web page image
/dports/devel/stack/stack-2.7.3/src/Stack/Types/
H A DConfig.hs95 ,Curator(..)
635 , bcCurator :: !(Maybe Curator)
700 , projectCurator :: !(Maybe Curator)
726 data Curator = Curator type
735 instance ToJSON Curator where
744 instance FromJSON (WithJSONWarnings Curator) where
745 parseJSON = withObjectWarnings "Curator" $ \o -> Curator
/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/csl/src/
H A Dterms.rs538 Curator, enumerator
571 NameVariable::Curator => RoleTerm::Curator, in from_name_var()
/dports/devel/hs-spago/spago-0.20.3/
H A DCHANGELOG.md207 - Curator: move to its own repo (#586)
273 - Curator: automate updating `purs` version (#514)
274 - Curator: automate updating the `purescript-docs-search` version (#519)
355 - Refactor: rewrite Curator for moar maintainability (#458, #419)
451 - Curator: log exceptions to file to monitor eventual issues (#284)
501 - CI: rewrite Curator in Haskell (#239)

12345678