-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlogsearch-platform-production.yml
52 lines (52 loc) · 1.3 KB
/
logsearch-platform-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
instance_groups:
- name: elasticsearch_master
vm_type: m6i.xlarge
jobs:
- name: elasticsearch-platform
properties:
elasticsearch:
delete_migrated_data: true
- name: maintenance
vm_type: m6i.large
- name: kibana
vm_type: t3.xlarge
jobs:
- name: oauth2-proxy
properties:
redirect_url: https://logs-platform.fr.cloud.gov/oauth2/callback
oidc_issuer_url: https://opslogin.fr.cloud.gov/oauth/token
- name: ingestor
instances: 9
vm_type: r6i.xlarge.logsearch.ingestor
jobs:
- name: ingestor_syslog
properties:
logstash_ingestor:
health:
timeout: 900
- name: elasticsearch_data
vm_type: r6i.xlarge
update:
max_in_flight: 2
canaries: 2
jobs:
- name: elasticsearch-platform
properties:
elasticsearch:
delete_migrated_data: true
- name: smoke-tests
vm_type: t3.medium
jobs:
- name: smoke_tests
properties:
smoke_tests:
count_test:
run: true
minimum: 50000
time_interval: "5m"
time_field: "@timestamp"
index_pattern: "logs-platform-*"
stemcells:
- alias: default
os: ubuntu-jammy
version: latest