cb9aeac7d9
* Removed default index handling from backend code * Added default indices to config templates
16 lines
345 B
YAML
16 lines
345 B
YAML
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-*
|