Skip to content

Commit

Permalink
[databases]: add a missing field to Opensearch advanced configuration (
Browse files Browse the repository at this point in the history
  • Loading branch information
loosla authored Oct 3, 2024
1 parent a2a70d7 commit 19d4c1a
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ properties:
default: use-context
cluster_routing_allocation_node_concurrent_recoveries:
description: >-
Maximum concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen per node .
Maximum concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen per node .
type: integer
example: 2
minimum: 2
Expand All @@ -279,6 +279,12 @@ properties:
description: >-
Allowlist of remote IP addresses for reindexing. Changing this value will cause all OpenSearch instances to restart.
type: array
items:
items:
type: string
example: ["255.255.223.233:9200", "222.33.222.222:6300"]
example: ["255.255.223.233:9200", "222.33.222.222:6300"]
plugins_alerting_filter_by_backend_roles_enabled:
description: >-
Enable or disable filtering of alerting by backend roles.
type: boolean
example: false
default: false

0 comments on commit 19d4c1a

Please sign in to comment.