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

Installing DIS Logstash Plugin Online

DIS Logstash Plugin can be installed online or offline.

For online installation, you do not need to download the DIS Logstash Plugin package but directly connect to the public network.

Prerequisites

PuTTY has been installed.

Installing logstash-input-dis

  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. Run the following command to install logstash-input-dis:

    bin/logstash-plugin install logstash-input-dis

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

    Validating logstash-input-dis
    Installing logstash-input-dis
    Installation successful

Installing logstash-output-dis

  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. Run the following command to install logstash-output-dis:

    bin/logstash-plugin install logstash-output-dis

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

    Validating logstash-output-dis
    Installing logstash-output-dis
    Installation successful