Help Center/ Cloud Search Service/ FAQs/ Managing CSS Clusters/ How Do I Check the List of Default Plugins for Elasticsearch and OpenSearch Clusters?
Updated on 2024-09-14 GMT+08:00

How Do I Check the List of Default Plugins for Elasticsearch and OpenSearch Clusters?

Default plugins are available for the Elasticsearch and OpenSearch clusters in CSS. You can check the default plugins on the CSS web console or on Kibana or OpenSearch Dashboards.

Checking Plugins on the CSS Console

  1. Log in to the CSS management console.
  2. In the navigation pane, choose Clusters. Click the target cluster name and go to the Cluster Information page.
  3. Click the Plugins tab.
  4. On the Default page, check the default plugins supported by the current version.

Checking Plugins on Kibana or OpenSearch Dashboards

  1. Log in to the CSS management console.
  2. In the navigation pane, choose Clusters. Locate the target cluster and click Access Kibana in the Operation column to log in to Kibana (for Elasticsearch) or OpenSearch Dashboards (for OpenSearch).
    • For a non-security mode cluster: The Kibana or OpenSearch Dashboards console is displayed.
    • For a security-mode cluster: Enter the username and password on the login page and click Log In to go to the Kibana or OpenSearch Dashboards console. The default username is admin and the password is the administrator password you specified during cluster creation.
  3. Go to Dev Tools and run the following command to view the cluster plugin information:
    GET _cat/plugins?v

    The following is an example of the response body:

    name                 component                       version
    css-test-ess-esn-1-1 analysis-dynamic-synonym        7.6.2-xxxx-ei-css-v1.0.1
    css-test-ess-esn-1-1 analysis-icu                    7.6.2-xxxx-ei-css-v1.1.6
    css-test-ess-esn-1-1 analysis-ik                     7.6.2-xxxx-ei-css-v1.0.1
    ......

    name indicates the cluster node name, component indicates the plugin name, and version indicates the plugin version.