2019-05-16 23:33:51 +02:00
|
|
|
title: Logstash Linux project (https://github.com/thomaspatzke/logstash-linux)
|
2019-04-23 00:54:10 +02:00
|
|
|
order: 20
|
2019-05-20 01:00:33 +02:00
|
|
|
backends:
|
|
|
|
|
- es-qs
|
|
|
|
|
- es-dsl
|
|
|
|
|
- kibana
|
|
|
|
|
- xpack-watcher
|
|
|
|
|
- elastalert
|
2019-05-27 17:11:59 +02:00
|
|
|
- elastalert-dsl
|
2017-09-17 00:36:04 +02:00
|
|
|
logsources:
|
|
|
|
|
apache:
|
|
|
|
|
category: webserver
|
|
|
|
|
index: logstash-apache-*
|
|
|
|
|
webapp-error:
|
|
|
|
|
category: application
|
|
|
|
|
index: logstash-apache_error-*
|
|
|
|
|
linux-auth:
|
|
|
|
|
product: linux
|
|
|
|
|
service: auth
|
|
|
|
|
index: logstash-auth-*
|
|
|
|
|
fieldmappings:
|
|
|
|
|
client_ip: clientip
|
|
|
|
|
url: request
|
2017-10-23 00:05:12 +02:00
|
|
|
defaultindex: logstash-*
|