-
Notifications
You must be signed in to change notification settings - Fork 3
/
logsearch-staging.yml
72 lines (72 loc) · 1.91 KB
/
logsearch-staging.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
60
61
62
63
64
65
66
67
68
69
70
71
72
instance_groups:
- name: elasticsearch_master
vm_type: t3.medium
- name: elasticsearch_data
instances: 3
vm_type: t3.xlarge
- name: maintenance
vm_type: t3.medium
- name: redis
vm_type: t3.medium
- name: archiver
instances: 1
vm_type: r6i.large
jobs:
- name: ingestor_cloudfoundry-firehose
properties:
cloudfoundry:
api_endpoint: https://api.fr-stage.cloud.gov
- name: ingestor
instances: 1
vm_type: r6i.large
jobs:
- name: ingestor_cloudfoundry-firehose
properties:
cloudfoundry:
api_endpoint: https://api.fr-stage.cloud.gov
- name: kibana
vm_type: t3.xlarge
jobs:
- name: kibana-auth-plugin
properties:
kibana-auth:
cloudfoundry:
api_endpoint: https://api.fr-stage.cloud.gov
system_domain: fr-stage.cloud.gov
- name: route_registrar
consumes:
nats-tls:
from: nats-tls
deployment: cf-staging
properties:
route_registrar:
routes:
- name: logsearch
uris: [logs-deprecated-waiting-for-delete.fr-stage.cloud.gov]
- name: bosh-dns-aliases
release: bosh-dns-aliases
properties:
aliases:
- domain: nats.service.cf.internal
targets:
- deployment: cf-staging
domain: bosh
instance_group: nats
network: default
query: '*'
- name: smoke-tests
vm_type: t3.small
jobs:
- name: smoke_tests
properties:
smoke_tests:
count_test:
run: true
minimum: 1500
time_interval: "5m"
time_field: "@timestamp"
index_pattern: "logs-app-*"
stemcells:
- alias: default
os: ubuntu-jammy
version: latest