Search Configuration

Fabric Config.ini File

Configure the CDC sections, including the search_loader_pubsub section that is used by the CDC Transaction Consumer job.

Note that prior to Fabric 7.0, the search_loader_pubsub section's name was cdc_data_consume.

Configuration

Edit the configuration file parameters, based on the search provider: elasticsearch.yml or opensearch.yml.

  • network.host: populated by the Elasticsearch IP address.

  • discovery.seed_hosts: [Populated by the Elasticsearch IP address]. For example:

    • discovery.seed_hosts: ["localhost"]
  • Add the following parameter to the Memory section:

    • bootstrap.system_call_filter: false

Note that an installation of the search provider is required, as it is not included in the Fabric installation package.

Previous

Search Configuration

Fabric Config.ini File

Configure the CDC sections, including the search_loader_pubsub section that is used by the CDC Transaction Consumer job.

Note that prior to Fabric 7.0, the search_loader_pubsub section's name was cdc_data_consume.

Configuration

Edit the configuration file parameters, based on the search provider: elasticsearch.yml or opensearch.yml.

  • network.host: populated by the Elasticsearch IP address.

  • discovery.seed_hosts: [Populated by the Elasticsearch IP address]. For example:

    • discovery.seed_hosts: ["localhost"]
  • Add the following parameter to the Memory section:

    • bootstrap.system_call_filter: false

Note that an installation of the search provider is required, as it is not included in the Fabric installation package.

Previous