Configuring Advanced Search for Files
- Updated2025-11-26
- 1 minute(s) read
Configure the advanced search capabilities for the files stored in SystemLink Enterprise.
As of the 2025-07 release, this feature is available for early access.
-
Enable the Flink operator in the SystemLink Admin Chart.
- Open the systemlink-admin.yaml file.
- Set the flinkoperator.enabled value to True.
-
Configure FileIngestion CDC to conduct metadata searches through
Elasticsearch.
- Open the systemlink.yaml file.
- Enable FileIngestion CDC by setting the fileingestioncdc.enabled value to True.
-
Configure the connection to Elasticsearch from FileIngestion CDC.
- Set the fileingestioncdc.elasticsearch.host value to the Elasticsearch host or to the FQDN of the Elasticsearch headless service.
- Set the fileingestioncdc.elasticsearch.scheme value to the scheme of the deployment. This value is typically https.
- Set the fileingestioncdc.elasticsearch.port value to the port of the deployment.
- Optional: Set the fileingestioncdc.elasticsearch.existingSecretName value to the name of the secret containing the Elasticsearch password.
- Enable the FileIngestion search functionality with the following toggle by setting the fileingestion.featureToggle.searchFiles value to True.
-
Configure the connection to Elasticsearch from FileIngestion.
- Set the fileingestion.elasticsearch.host value to the Elasticsearch host or to the FQDN of the Elasticsearch headless service.
- Set the fileingestion.elasticsearch.scheme value to the scheme of the deployment. This value is typically https.
- Set the fileingestion.elasticsearch.port value to the port of the deployment.
- Optional: Set the fileingestion.elasticsearch.existingSecretName value to the name of the secret containing the Elasticsearch password.
Related Information
- Configuring an Elasticsearch Instance
Configure SystemLink Enterprise to access a remote Elasticsearch database to enhance scalability and performance.