forked from coralogix-resources/logstash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
commands help.txt
26 lines (16 loc) · 942 Bytes
/
commands help.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
start logstash
sudo /usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/
command - apache log
sudo /usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/logstash/apache/apache-access-final.conf
command - elasticsearch_slowlogs
sudo /usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/logstash/apache/apache-access-final.conf
command - iis
sudo /usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/logstash/iis/iis-final-working.conf
command - mongodb
sudo /usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/logstash/mongodb/mongodb-final.conf
command - mysql_slowlogs
sudo /usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/logstash/mysql_slowlogs/mysql-slowlogs.conf
command - nginx logs
sudo /usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/logstash/nignx/nginx-access-final.conf
command - syslog logs
sudo /usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/logstash/syslog/syslog.conf