JDBC Driver for Elasticsearch

Build 23.0.8839

IndicesAndDataStreamsFilter

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, the filter will be used to limit the indices and data streams exposed as tables, or used to limit the indices and data streams exposed as schemas. See Schema Mapping for more information.

The supplied values for index or data stream names should match the names of the indices or data streams in Elasticsearch. Filters for indices or datastreams can incorporate parts of index or data stream names, as well as * as a wildcard character.

This filter will only be applied against open, non-hidden indices and non-hidden data streams.

Below is a sample value for the property that would match against the data streams "my_logs_0" and "my_logs_1", and the index "sources".

sources,my_logs_*
.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839