-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathspec
32 lines (28 loc) · 1.37 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
---
name: elasticsearch-config-lfc
description: |
The job compiles Elasticsearch mappings specific to Logsearch-for-cloudfoundry.
These mappings are add-ons to mappings defined in Logsearch release.
templates:
index-mappings.json.erb: index-mappings.json
index-mappings-app.json.erb: index-mappings-app.json
index-mappings-platform.json.erb: index-mappings-platform.json
properties:
elasticsearch_config.index_prefix:
description: |
Name prefix of your log indices that you use in `logstash_parser.elasticsearch.index` property set for your parser.
default: "logs-"
elasticsearch_config.app_index_prefix:
description: |
Name prefix of your `app` log indices. If you don't split `app` and `platform` indices, then just set it with the value of `elasticsearch_config.index_prefix`.
default: "logs-app"
elasticsearch_config.platform_index_prefix:
description: |
Name prefix of your `platform` log indices. If you don't split `app` and `platform` indices, then just set it with the value of `elasticsearch_config.index_prefix`.
default: "logs-platform"
elasticsearch_config.index_settings:
description: Index settings for logs
elasticsearch_config.app_index_settings:
description: Index settings for app logs
elasticsearch_config.platform_index_settings:
description: Index settings for platform logs