|
1 | 1 | features: |
2 | 2 | use_dns_addresses: false |
3 | | - |
4 | | - |
5 | 3 | addons: |
6 | | -- jobs: |
7 | | - - name: bosh-dns-aliases |
8 | | - properties: |
9 | | - aliases: |
10 | | - - domain: kibana.logsearch-platform.internal |
11 | | - targets: |
12 | | - - deployment: logsearch-platform |
13 | | - domain: bosh |
14 | | - instance_group: kibana |
15 | | - network: services |
16 | | - query: '*' |
17 | | - release: bosh-dns-aliases |
18 | | - name: bosh-dns-aliases |
19 | | - |
| 4 | + - jobs: |
| 5 | + - name: bosh-dns-aliases |
| 6 | + properties: |
| 7 | + aliases: |
| 8 | + - domain: kibana.logsearch-platform.internal |
| 9 | + targets: |
| 10 | + - deployment: logsearch-platform |
| 11 | + domain: bosh |
| 12 | + instance_group: kibana |
| 13 | + network: services |
| 14 | + query: '*' |
| 15 | + release: bosh-dns-aliases |
| 16 | + name: bosh-dns-aliases |
20 | 17 | instance_groups: |
21 | 18 | ####################################################### |
22 | 19 | #First deploy group - elasticsearch_master, maintenance |
@@ -64,8 +61,6 @@ instance_groups: |
64 | 61 | - 'drop tcp $EXTERNAL_NET any -> $HOME_NET $HTTP_PORTS (msg:"SERVER-OTHER Apache Log4j logging remote code execution attempt"; flow:to_server,established; content:"lower"; fast_pattern:only; http_header; pcre:"/(%(25)?24|\x24)(%(25)?7b|\x7b)lower(%(25)?3a|\x3a)/Hi"; metadata:policy balanced-ips drop, policy connectivity-ips drop, policy max-detect-ips drop, policy security-ips drop, ruleset community, service http; reference:cve,2021-44228; reference:cve,2021-44832; reference:cve,2021-45046; reference:cve,2021-45105; reference:cve,2022-20933; reference:url,tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-meraki-mx-vpn-dos-vnESbgBf; classtype:attempted-user; sid:58739000; rev:5;)' |
65 | 62 | - 'suppress gen_id 1, sig_id 62507' |
66 | 63 | - 'drop tcp any any -> any $HTTP_PORTS (msg:"SERVER-WEBAPP Atlassian Confluence remote code execution attempt"; flow:to_server,established; content:"bootstrapStatusProvider.applicationConfig.setupComplete="; fast_pattern; nocase; http_uri; content:"false"; distance:0; nocase; http_uri; metadata:policy balanced-ips drop, policy connectivity-ips drop, policy max-detect-ips drop, policy security-ips drop, ruleset community, service http; reference:cve,2023-22515; reference:url,confluence.atlassian.com/kb/faq-for-cve-2023-22515-1295682188.html; classtype:attempted-user; sid:62507000; rev:1;)' |
67 | | - |
68 | | - |
69 | 64 | vm_type: logsearch_es_master |
70 | 65 | vm_extensions: |
71 | 66 | - 10GB_root_disk |
@@ -124,17 +119,17 @@ instance_groups: |
124 | 119 | - name: elasticsearch_config |
125 | 120 | release: logsearch |
126 | 121 | properties: |
127 | | - component_templates: |
128 | | - - shards-and-replicas: /var/vcap/jobs/elasticsearch_config/index-templates/shards-and-replicas.json |
129 | | - - index-settings: /var/vcap/jobs/elasticsearch_config/index-templates/index-settings.json |
130 | | - - index-mappings: /var/vcap/jobs/elasticsearch_config/index-templates/index-mappings.json |
131 | | - - index-mappings-lfc: /var/vcap/jobs/elasticsearch-config-lfc/component-index-mappings.json |
132 | | - - index-mappings-app-lfc: /var/vcap/jobs/elasticsearch-config-lfc/component-index-mappings-app.json |
133 | | - - index-mappings-platform-lfc: /var/vcap/jobs/elasticsearch-config-lfc/component-index-mappings-platform.json |
134 | | - index_templates: |
135 | | - - index-mappings-lfc: /var/vcap/jobs/elasticsearch-config-lfc/index-mappings.json |
136 | | - - index-mappings-app-lfc: /var/vcap/jobs/elasticsearch-config-lfc/index-mappings-app.json |
137 | | - - index-mappings-platform-lfc: /var/vcap/jobs/elasticsearch-config-lfc/index-mappings-platform.json |
| 122 | + component_templates: |
| 123 | + - shards-and-replicas: /var/vcap/jobs/elasticsearch_config/index-templates/shards-and-replicas.json |
| 124 | + - index-settings: /var/vcap/jobs/elasticsearch_config/index-templates/index-settings.json |
| 125 | + - index-mappings: /var/vcap/jobs/elasticsearch_config/index-templates/index-mappings.json |
| 126 | + - index-mappings-lfc: /var/vcap/jobs/elasticsearch-config-lfc/component-index-mappings.json |
| 127 | + - index-mappings-app-lfc: /var/vcap/jobs/elasticsearch-config-lfc/component-index-mappings-app.json |
| 128 | + - index-mappings-platform-lfc: /var/vcap/jobs/elasticsearch-config-lfc/component-index-mappings-platform.json |
| 129 | + index_templates: |
| 130 | + - index-mappings-lfc: /var/vcap/jobs/elasticsearch-config-lfc/index-mappings.json |
| 131 | + - index-mappings-app-lfc: /var/vcap/jobs/elasticsearch-config-lfc/index-mappings-app.json |
| 132 | + - index-mappings-platform-lfc: /var/vcap/jobs/elasticsearch-config-lfc/index-mappings-platform.json |
138 | 133 | - name: elasticsearch-config-lfc |
139 | 134 | release: logsearch-for-cloudfoundry |
140 | 135 | properties: |
@@ -376,7 +371,7 @@ instance_groups: |
376 | 371 | temporary_directory: /var/vcap/data/ingestor_syslog/s3_temp |
377 | 372 | # note that this is different than in the archivers |
378 | 373 | # here, we're uploading the parsed message as json, not the raw log line |
379 | | - codec: json |
| 374 | + codec: json_lines |
380 | 375 | - plugin: elasticsearch |
381 | 376 | options: {} |
382 | 377 | deployment_dictionary: |
@@ -424,8 +419,6 @@ instance_groups: |
424 | 419 | consumes: |
425 | 420 | elasticsearch: {from: elasticsearch_master} |
426 | 421 | ingestor_link: {from: ingestor_syslog} |
427 | | - |
428 | | - |
429 | 422 | name: logsearch-platform |
430 | 423 | stemcells: |
431 | 424 | - alias: default |
|
0 commit comments