Managing Plugins

CSS clusters have default plugins. You can view the default plugin information on the console or Kibana.

Viewing Plugins on the 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 Basic Information page of the cluster.

  3. Click the Plugins tab.

  4. On the Default page, view default plugins supported by the current version.

Viewing Plugins on the Kibana

  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.

  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-2918-ess-esn-1-1 analysis-dynamic-synonym        7.10.2-h0.cbu.css.v1.0.0.0.r1
    css-2918-ess-esn-1-1 analysis-icu                    7.10.2-h0.cbu.css.v1.0.0.3.r1
    css-2918-ess-esn-1-1 analysis-ik                     7.10.2-h0.cbu.css.v1.0.0.0.r1
    ......
    

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