AliasesFilter Parameter (Connect-Elasticsearch Cmdlet)
A comma-separated list of alias names or filters that define the aliases exposed as views.
Syntax
Connect-Elasticsearch -AliasesFilter string
Data Type
cstr
Default Value
""
Remarks
The alias names provided should match existing aliases in Elasticsearch. Filters can use parts of alias names and the wildcard character *.
For example, the following value matches the aliases "qa," "sprint_testing," and "sprint_metrics":
qa,sprint_*