-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlogsearch-platform-development.yml
54 lines (54 loc) · 1.39 KB
/
logsearch-platform-development.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
instance_groups:
- name: elasticsearch_master
instances: 1
vm_type: t3.large
networks:
- name: services
static_ips:
- (( replace ))
- (( grab terraform_outputs.logsearch_static_ips.[7]))
- name: maintenance
vm_type: t3.medium
jobs:
- name: curator
properties:
curator:
purge_logs:
retention_period: 7
- name: kibana
vm_type: t3.large
instances: 1
jobs:
- name: oauth2-proxy
properties:
redirect_url: https://logs-platform.dev.us-gov-west-1.aws-us-gov.cloud.gov/oauth2/callback
oidc_issuer_url: https://opslogin.fr.cloud.gov/oauth/token
- name: kibana-platform
properties:
kibana:
public_base_url: https://logs-platform.dev.us-gov-west-1.aws-us-gov.cloud.gov
- name: ingestor
instances: 1
vm_type: t3.medium
- name: elasticsearch_data
instances: 3
vm_type: t3.medium
update:
max_in_flight: 2
canaries: 2
- name: smoke-tests
vm_type: t3.small
jobs:
- name: smoke_tests
properties:
smoke_tests:
count_test:
run: true
minimum: 10000
time_interval: "5m"
time_field: "@timestamp"
index_pattern: "logs-platform-*"
stemcells:
- alias: default
os: ubuntu-jammy
version: latest