(create conn policy req)
Create an ILM policy. https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-put-lifecycle.html
Create an ILM policy. https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-put-lifecycle.html
(delete conn policy)
(delete conn policy req)
Delete a policy. https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-delete-lifecycle.html
Delete a policy. https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-delete-lifecycle.html
(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.
(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.
(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
Retrieve the current lifecycle status for an index. https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-explain-lifecycle.html
(get conn policy)
(get conn policy req)
Retrieve a policy. https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-get-lifecycle.html
Retrieve a policy. https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-get-lifecycle.html
(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
Move an index to a particular step in the policy. https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-move-to-step.html
(policies conn)
Returns all definied policies.
Returns all definied policies.
(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
Remove policies from an index. https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-remove-policy.html
(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
(start conn)
(start conn req)
Start the ILM system for the cluster. https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-start.html
Start the ILM system for the cluster. https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-start.html
(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
Return the status of ILM's current operation mode. https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-get-status.html
(stop conn)
(stop conn req)
Stop the ILM system for the cluster. https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-stop.html
Stop the ILM system for the cluster. https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-stop.html
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close