Documentation ¶
Overview ¶
Removes the assigned lifecycle policy and stops managing the specified index
Index ¶
- Variables
- type NewRemovePolicy
- type RemovePolicy
- func (r RemovePolicy) Do(ctx context.Context) (*http.Response, error)
- func (r *RemovePolicy) Header(key, value string) *RemovePolicy
- func (r *RemovePolicy) HttpRequest(ctx context.Context) (*http.Request, error)
- func (r *RemovePolicy) Index(v string) *RemovePolicy
- func (r RemovePolicy) IsSuccess(ctx context.Context) (bool, error)
Constants ¶
This section is empty.
Variables ¶
var ErrBuildPath = errors.New("cannot build path, check for missing path parameters")
ErrBuildPath is returned in case of missing parameters within the build of the request.
Functions ¶
This section is empty.
Types ¶
type NewRemovePolicy ¶
type NewRemovePolicy func(index string) *RemovePolicy
NewRemovePolicy type alias for index.
func NewRemovePolicyFunc ¶
func NewRemovePolicyFunc(tp elastictransport.Interface) NewRemovePolicy
NewRemovePolicyFunc returns a new instance of RemovePolicy with the provided transport. Used in the index of the library this allows to retrieve every apis in once place.
type RemovePolicy ¶
type RemovePolicy struct {
// contains filtered or unexported fields
}
func New ¶
func New(tp elastictransport.Interface) *RemovePolicy
Removes the assigned lifecycle policy and stops managing the specified index
https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-remove-policy.html
func (*RemovePolicy) Header ¶
func (r *RemovePolicy) Header(key, value string) *RemovePolicy
Header set a key, value pair in the RemovePolicy headers map.
func (*RemovePolicy) HttpRequest ¶
HttpRequest returns the http.Request object built from the given parameters.
func (*RemovePolicy) Index ¶
func (r *RemovePolicy) Index(v string) *RemovePolicy
Index The name of the index to remove policy on API Name: index