⚠️ OPSWAT Central Management v7 and My OPSWAT On-Premises (My OPSWAT Central Management v8) will reach End of Sale on July 31, 2025, and End of Life on January 31, 2027. We encourage you to upgrade to My OPSWAT Central Management v10 before Janauary 31, 2027, to ensure continued support and access to the latest features.

OpenSearch Integration

For MetaDefender Core and MetaDefender ICAP' Scan Reports feature, My OPSWAT On-premises provides an optional integration feature with an external OpenSearch server for optimized storage and query performance.

To set up OpenSearch integration:

  1. Set up an external OpenSearch server. Please refer to the official OpenSearch documentation.

  2. Log into the virtual appliance's CLI terminal using the Local User credentials configured during the setup wizard.

  3. Run sudo /os/prod-scripts/cent-ocm-service.sh stop to stop My OPSWAT service.

  4. Run sudo /os/prod-scripts/cent-update-docker-profile.sh opensearch to enable OpenSearch integration mode.

  5. Run vim /home/<user>/bin/opensearch-external.properties to edit the OpenSearch configuration. The following settings are available by default

    • OPENSEARCH_ADDRESSES=https://opensearch:9200

      • The address(es) of the external OpenSearch server/cluster.
    • OPENSEARCH_USERNAME=admin

      • The username used to access the OpenSearch server. Please note that this username should have administrator privilege.
    • OPENSEARCH_PASSWORD=placeholder

      • The password used to access the OpenSearch server.
  6. (Optional) Test connection to the OpenSearch server. You can use the built-in curl command to test connection to the OpenSearch server.

  7. Run sudo /os/prod-scripts/cent-opensearch-apply.sh to apply the OpenSearch configuration.

  8. Run sudo /os/prod-scripts/cent-ocm-service.sh start to start My OPSWAT service.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard