-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathopensearch-production.yml
60 lines (52 loc) · 1.09 KB
/
opensearch-production.yml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
instance_groups:
- name: opensearch_manager
vm_type: m6i.xlarge
instances: 3
networks:
- name: services
- name: opensearch_data
instances: 30
vm_type: r6i.2xlarge
update:
max_in_flight: 2
canaries: 2
- name: opensearch_dashboards
vm_type: t3.xlarge
instances: 2
update:
max_in_flight: 1
canaries: 1
- name: archiver
instances: 3
vm_type: r6i.xlarge
- name: ingestor
instances: 9
vm_type: r6i.xlarge.logsearch.ingestor
- name: ingestor_cloudwatch_rds
instances: 1
vm_type: r6i.large
- name: maintenance
vm_type: t3.large
instances: 1
jobs:
- name: upload_opensearch_config
release: opensearch
properties:
opensearch_config:
rollover_document_size: 600gb
rollover_index_age: 1d
shard_count: 24
addons:
- name: bosh-dns-aliases
jobs:
- name: bosh-dns-aliases
release: bosh-dns-aliases
properties:
aliases:
- domain: nats.service.cf.internal
targets:
- deployment: cf-production
domain: bosh
instance_group: nats
network: default
query: '*'