Search Configuration

Fabric Config.ini File

Configure the CDC sections including the cdc_data_consume sections. The cdc_data_consume sections are used by the

Elasticsearch Configuration

Edit the elasticsearch.yml configuration file parameters:

  • 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 Elasticsearch is required. The Elasticsearch is not included in the Fabric installation package.

Previous

Search Configuration

Fabric Config.ini File

Configure the CDC sections including the cdc_data_consume sections. The cdc_data_consume sections are used by the

Elasticsearch Configuration

Edit the elasticsearch.yml configuration file parameters:

  • 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 Elasticsearch is required. The Elasticsearch is not included in the Fabric installation package.

Previous