After you purchase an Alibaba Cloud Logstash cluster, the built-in plug-ins of the cluster are displayed on the Plug-ins page of the cluster in the Elasticsearch console. You can install or remove the plug-ins based on your business requirements. This topic describes how to install and remove a built-in plug-in.
Prerequisites
An Alibaba Cloud Logstash cluster is created. For more information, see Step 1: Create a Logstash cluster.
Precautions
- Alibaba Cloud Logstash does not support the logstash-input-file plug-in. If you want to use Logstash to collect data from files on your on-premises machine, you can use the logstash-input-beats plug-in to use Filebeat as the Logstash input, and use a port that ranges from 8000 to 9000.
- After you install or remove a built-in plug-in for a Logstash cluster, the system restarts the cluster. After you remove a built-in plug-in, this plug-in is no longer displayed on the Plug-ins page. We recommend that you install or remove a built-in plug-in during off-peak hours.
Procedure
References
- API operation for obtaining the information of all plug-ins or a specified plug-in: ListLogstashPlugins
- API operation for installing plug-ins: InstallLogstashSystemPlugin
- API operation for removing plug-ins: UninstallLogstashPlugin