https://artifacts.elastic.co/downloads/logstash/logstash-7.7.1.rpm
home
Home directory of the Logstash installation.
/usr/share/logstash
bin
Binary scripts including logstash to start Logstash and logstash-plugin to install plugins
/usr/share/logstash/bin
settings
Configuration files, including logstash.yml, jvm.options, and startup.options
/etc/logstash
path.settings
conf
Logstash pipeline configuration files
/etc/logstash/conf.d/*.conf
See /etc/logstash/pipelines.yml
logs
Log files
/var/log/logstash
path.logs
plugins
Local, non Ruby-Gem plugin files. Each plugin is contained in a subdirectory. Recommended for development only.
/usr/share/logstash/plugins
path.plugins
data
Data files used by logstash and its plugins for any persistence needs.
/var/lib/logstash
path.data
logstash一般接收filebeat采集到的数据,因为filebeat更加轻量化
重启filebeat
systemctl restart filebeat这里配置的输出是控制台
#重启logstash systemctl restart logstash查看控制台输出
systemctl status logstash