Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 1.44 KB

filters.rst

File metadata and controls

68 lines (45 loc) · 1.44 KB

Filter Methods

IndexList

.. automethod:: curator.indexlist.IndexList.filter_allocated
   :noindex:

.. automethod:: curator.indexlist.IndexList.filter_by_age
   :noindex:

.. automethod:: curator.indexlist.IndexList.filter_by_regex
   :noindex:

.. automethod:: curator.indexlist.IndexList.filter_by_space
   :noindex:

.. automethod:: curator.indexlist.IndexList.filter_closed
   :noindex:

.. automethod:: curator.indexlist.IndexList.filter_forceMerged
   :noindex:

.. automethod:: curator.indexlist.IndexList.filter_kibana
   :noindex:

.. automethod:: curator.indexlist.IndexList.filter_opened
   :noindex:

.. automethod:: curator.indexlist.IndexList.filter_none
  :noindex:

.. automethod:: curator.indexlist.IndexList.filter_by_alias
  :noindex:

.. automethod:: curator.indexlist.IndexList.filter_by_count
   :noindex:

.. automethod:: curator.indexlist.IndexList.filter_period
   :noindex:


SnapshotList

.. automethod:: curator.snapshotlist.SnapshotList.filter_by_age
   :noindex:

.. automethod:: curator.snapshotlist.SnapshotList.filter_by_regex
   :noindex:

.. automethod:: curator.snapshotlist.SnapshotList.filter_by_state
  :noindex:

.. automethod:: curator.snapshotlist.SnapshotList.filter_none
  :noindex:

.. automethod:: curator.snapshotlist.SnapshotList.filter_by_count
  :noindex:

.. automethod:: curator.snapshotlist.SnapshotList.filter_period
  :noindex: