Updated on 2022-02-22 GMT+08:00

Installing DIS Logstash Plugin Offline

DIS Logstash Plugin can be installed online or offline.

For offline installation, you need to obtain the DIS Logstash Plugin package and execute the installation script.

Prerequisites

PuTTY has been installed.

Procedure

  1. Start PuTTY or another remote login tool to log in to the server where Logstash is installed.
  2. Run the following command to navigate to the Logstash installation directory:

    cd ${LOGSTASH_HOME}

  3. Upload the dis-logstash-plugins-X.X.X.zip installation package to this directory.
  4. Decompress the installation package.

    unzip dis-logstash-plugins-X.X.X.zip

  5. Run the following command to navigate to the directory where the package is decompressed:

    cd logstash-plugins

  6. Run the following command to run the installation program:

    bash install.sh –p ${LOGSTASH_HOME}

    If information similar to the following is displayed, the installation is successful:

    Install dis-logstash-plugins successfully.