Skip to content

Commit

Permalink
Merge pull request #146 from cloud-gov/remove-curator
Browse files Browse the repository at this point in the history
removing curator
  • Loading branch information
JasonTheMain authored Dec 16, 2024
2 parents e0f040a + b498ea5 commit ddaea84
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 63 deletions.
6 changes: 0 additions & 6 deletions opensearch-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ instance_groups:
rollover_document_size: 3gb
rollover_index_age: 1d
shard_count: 3
- name: curator
release: opensearch
properties:
curator:
purge_logs:
retention_period: 90

addons:
- name: bosh-dns-aliases
Expand Down
45 changes: 0 additions & 45 deletions opensearch-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,51 +156,6 @@ instance_groups:
platform_index_component_name: index-mappings-platform
shards_and_replicas_component_name: shards-and-replicas
release: opensearch
- name: curator
consumes: *consumes-opensearch-manager
properties:
curator:
actions:
- action: forcemerge
description: Force merging of older indices to make their shards more compact
and search-optimized
filters:
- filtertype: pattern
kind: regex
value: logs-app*
- direction: older
filtertype: age
source: creation_date
unit: days
unit_count: 30
- exclude: true
filtertype: forcemerged
max_num_segments: 1
options:
ignore_empty_list: true
max_num_segments: 1
- action: index_settings
description: Sets indices older than 1 day to be read only
filters:
- filtertype: pattern
kind: regex
value: logs-app*
- direction: older
filtertype: age
source: creation_date
unit: days
unit_count: 1
options:
index_settings:
index:
blocks:
write: true
execute:
daily: true
hourly: false
purge_logs:
retention_period: 365
release: opensearch
- name: upload-dashboards-objects
release: opensearch
consumes:
Expand Down
6 changes: 0 additions & 6 deletions opensearch-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ instance_groups:
rollover_document_size: 600gb
rollover_index_age: 1d
shard_count: 24
- name: curator
release: opensearch
properties:
curator:
purge_logs:
retention_period: 365

addons:
- name: bosh-dns-aliases
Expand Down
6 changes: 0 additions & 6 deletions opensearch-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ instance_groups:
rollover_document_size: 3gb
rollover_index_age: 1d
shard_count: 4
- name: curator
release: opensearch
properties:
curator:
purge_logs:
retention_period: 90


addons:
Expand Down

0 comments on commit ddaea84

Please sign in to comment.