You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alias has slightly different def to other actions:
action: alias
description: "Add/Remove selected indices to or from the specified alias"
options:
name: alias_name
add:
filters:
- filtertype: ...
remove:
filters:
- filtertype: ...
Specifically filters are inside add or remove which does not seem to be supported by action.pp (unless I'm missing sth here)
Here's the sample config:
7:
action: alias
description: Recreate alias for combined *logstable indices
options:
name: logstable_combo
remove:
filters:
- filtertype: none
add:
filters:
- filtertype: pattern
kind: regex
value: '.*logstable-.*$'
The text was updated successfully, but these errors were encountered:
Alias has slightly different def to other actions:
Specifically filters are inside add or remove which does not seem to be supported by action.pp (unless I'm missing sth here)
Here's the sample config:
The text was updated successfully, but these errors were encountered: