Liking cljdoc? Tell your friends :D

elasticsearch.ilm


createclj

(create conn policy req)
Create an ILM policy.
https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-put-lifecycle.html
raw docstring

deleteclj

(delete conn policy)
(delete conn policy req)
Delete a policy.
https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-delete-lifecycle.html
raw docstring

ensureclj

(ensure & args)

Ensure a policy exists, updating it if present, creating it if not.

Ensure a policy exists, updating it if present, creating it if not.
raw docstring

existsclj

(exists conn policy)
(exists conn policy req)

Test if a policy exists. Returns the policy if it does, boolean false if not.

Test if a policy exists. Returns the policy if it does, boolean false if not.
raw docstring

explainclj

(explain conn idx)
(explain conn idx req)
Retrieve the current lifecycle status for an index.
https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-explain-lifecycle.html
raw docstring

getclj

(get conn policy)
(get conn policy req)
Retrieve a policy.
https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-get-lifecycle.html
raw docstring

moveclj

(move conn idx req)
Move an index to a particular step in the policy.
https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-move-to-step.html
raw docstring

policiesclj

(policies conn)

Returns all definied policies.

Returns all definied policies.
raw docstring

removeclj

(remove conn idx)
(remove conn idx req)
Remove policies from an index.
https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-remove-policy.html
raw docstring

retryclj

(retry conn idx)
(retry conn idx req)

Retry executing the policy for an index that is in ERROR step. https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-retry-policy.html

Retry executing the policy for an index that is in ERROR step.
https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-retry-policy.html
raw docstring

startclj

(start conn)
(start conn req)
Start the ILM system for the cluster.
https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-start.html
raw docstring

statusclj

(status conn)
(status conn req)
Return the status of ILM's current operation mode.
https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-get-status.html
raw docstring

stopclj

(stop conn)
(stop conn req)
Stop the ILM system for the cluster.
https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-stop.html
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close