-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlogsearch-development.yml
93 lines (93 loc) · 2.61 KB
/
logsearch-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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
instance_groups:
- name: elasticsearch_master
vm_type: t3.medium
instances: 1
networks:
- name: services
static_ips:
- (( replace ))
- (( grab terraform_outputs.logsearch_static_ips.[0]))
- name: elasticsearch_data
instances: 3
vm_type: m6i.large
- name: maintenance
vm_type: t3.medium
instances: 1
jobs:
- name: curator
release: logsearch
properties:
curator:
purge_logs:
retention_period: 90
- name: redis
instances: 1
vm_type: t3.small
- name: archiver
vm_type: t3.medium
instances: 1
jobs:
- name: ingestor_cloudfoundry-firehose
properties:
cloudfoundry:
api_endpoint: https://api.dev.us-gov-west-1.aws-us-gov.cloud.gov
- name: ingestor
vm_type: t3.medium
instances: 1
jobs:
- name: ingestor_cloudfoundry-firehose
properties:
cloudfoundry:
api_endpoint: https://api.dev.us-gov-west-1.aws-us-gov.cloud.gov
- name: kibana
vm_type: t3.large
instances: 1
jobs:
- name: kibana-auth-plugin
properties:
kibana-auth:
cloudfoundry:
api_endpoint: https://api.dev.us-gov-west-1.aws-us-gov.cloud.gov
system_domain: dev.us-gov-west-1.aws-us-gov.cloud.gov
- name: route_registrar
consumes:
nats-tls:
from: nats-tls
deployment: cf-development
properties:
#nats:
# tls:
# enabled: true
# client_cert: "(( !/bosh/cf-development/nats_client_cert.certificate ))"
# client_key: "(( !/bosh/cf-development/nats_client_cert.private_key ))"
route_registrar:
routes:
- name: logsearch
uris: [logs-deprecated-waiting-for-delete.dev.us-gov-west-1.aws-us-gov.cloud.gov]
- name: bosh-dns-aliases
release: bosh-dns-aliases
properties:
aliases:
- domain: nats.service.cf.internal
targets:
- deployment: cf-development
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: 500
time_interval: "5m"
time_field: "@timestamp"
index_pattern: "logs-app-*"
stemcells:
- alias: default
os: ubuntu-jammy
version: latest