-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathspec
33 lines (29 loc) · 1.56 KB
/
spec
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
26
27
28
29
30
31
32
33
---
name: parser-config-lfc
description: This job contains Logstash parsing rules for Cloud Foundry logs
packages:
- logsearch-config-logstash-filters
templates:
deployment_lookup.yml.erb: config/deployment_lookup.yml
logstash-filters-custom.conf.erb: config/logstash-filters-custom.conf
properties:
logstash_parser.deployment_name.cf:
description: "Name of Cloud Foundry cf deployment. CF jobs are mapped to this value in deployment_lookup.yml dictionary file."
default: cloudfoundry-cf
logstash_parser.deployment_name.diego:
description: "Name of Cloud Foundry diego deployment (if there is one). Diego jobs are mapped to this value in deployment_lookup.yml dictionary file."
default: cloudfoundry-diego
logstash_parser.deployment_name.mysql:
description: "Name of MySQL deployment (if there is one). MySQL jobs are mapped to this value in deployment_lookup.yml dictionary file."
default: p-mysql
logstash_parser.deployment_name.redis:
description: "Name of Redis deployment (if there is one). Redis jobs are mapped to this value in deployment_lookup.yml dictionary file."
default: p-redis
logstash_parser.deployment_name.rabbitmq:
description: "Name of RabbiMQ deployment (if there is one). RabbiMQ jobs are mapped to this value in deployment_lookup.yml dictionary file."
default: p-rabbitmq
logstash_parser.custom_filters:
description: |
Custom logstash filters that will be appended to the logstash filters list.
Populates the file /var/vcap/jobs/parser-config-lfc/config/logstash-filters-custom.conf
default: ""