Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removing curator #146

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading