Cmdlets for Elasticsearch

Build 25.0.9434

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_*

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434