Table of Contents

IndexingOptions element

Specifies indexing options (OpenSearch/Elasticsearch).

Parent

Database

Attributes

Name                  Type Required Description
enabled EnumTrueFalse Yes Specifies whether the data of the logger table will be stored in the indexing database instead of Cassandra. When set to true, the data of the logger table will be stored in the indexing database instead of Cassandra

Examples

<Database>
    <IndexingOptions enabled="true"/>
</Database>