mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 18:23:52 +00:00
25 lines
528 B
YAML
25 lines
528 B
YAML
title: Logstash Linux project (https://github.com/thomaspatzke/logstash-linux)
|
|
order: 20
|
|
backends:
|
|
- es-qs
|
|
- es-dsl
|
|
- kibana
|
|
- xpack-watcher
|
|
- elastalert
|
|
- elastalert-dsl
|
|
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
|
|
defaultindex: logstash-*
|