IndicesAndDataStreamsFilter
A comma-separated list of index and data stream names or filters.
Data Type
string
Default Value
""
Remarks
Depending on the version of Elasticsearch connected to, this filter limits the indices and data streams exposed as tables or schemas. See Schema Mapping for more details.
The values provided should match existing index or data stream names in Elasticsearch. Filters for indices or data streams can include parts of their names and the wildcard character *.
This filter applies only to open, non-hidden indices and data streams.
For example, the following value matches the data streams "my_logs_0" and "my_logs_1" and the index "sources":
sources,my_logs_*.