mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
update regex, revert to default will allow setting value back to '' | None
This commit is contained in:
@@ -149,7 +149,7 @@ elasticsearch:
|
|||||||
max_primary_shard_size:
|
max_primary_shard_size:
|
||||||
title: max shard size
|
title: max shard size
|
||||||
description: Desired shard size in gb/tb/pb eg. 100gb. Note that this value is only used when the shrink method selected is 'SIZE'.
|
description: Desired shard size in gb/tb/pb eg. 100gb. Note that this value is only used when the shrink method selected is 'SIZE'.
|
||||||
regex: ^(?:[0-9]+(?:gb|tb|pb)|)$
|
regex: ^[0-9]+(?:gb|tb|pb)$
|
||||||
global: True
|
global: True
|
||||||
forcedType: string
|
forcedType: string
|
||||||
advanced: True
|
advanced: True
|
||||||
@@ -222,7 +222,7 @@ elasticsearch:
|
|||||||
max_primary_shard_size:
|
max_primary_shard_size:
|
||||||
title: max shard size
|
title: max shard size
|
||||||
description: Desired shard size in gb/tb/pb eg. 100gb. Note that this value is only used when the shrink method selected is 'SIZE'.
|
description: Desired shard size in gb/tb/pb eg. 100gb. Note that this value is only used when the shrink method selected is 'SIZE'.
|
||||||
regex: ^(?:[0-9]+(?:gb|tb|pb)|)$
|
regex: ^[0-9]+(?:gb|tb|pb)$
|
||||||
global: True
|
global: True
|
||||||
forcedType: string
|
forcedType: string
|
||||||
advanced: True
|
advanced: True
|
||||||
@@ -398,7 +398,7 @@ elasticsearch:
|
|||||||
max_primary_shard_size:
|
max_primary_shard_size:
|
||||||
title: max shard size
|
title: max shard size
|
||||||
description: Desired shard size in gb/tb/pb eg. 100gb. Note that this value is only used when the shrink method selected is 'SIZE'.
|
description: Desired shard size in gb/tb/pb eg. 100gb. Note that this value is only used when the shrink method selected is 'SIZE'.
|
||||||
regex: ^(?:[0-9]+(?:gb|tb|pb)|)$
|
regex: ^[0-9]+(?:gb|tb|pb)$
|
||||||
global: True
|
global: True
|
||||||
forcedType: string
|
forcedType: string
|
||||||
advanced: True
|
advanced: True
|
||||||
@@ -465,7 +465,7 @@ elasticsearch:
|
|||||||
max_primary_shard_size:
|
max_primary_shard_size:
|
||||||
title: max shard size
|
title: max shard size
|
||||||
description: Desired shard size in gb/tb/pb eg. 100gb. Note that this value is only used when the shrink method selected is 'SIZE'.
|
description: Desired shard size in gb/tb/pb eg. 100gb. Note that this value is only used when the shrink method selected is 'SIZE'.
|
||||||
regex: ^(?:[0-9]+(?:gb|tb|pb)|)$
|
regex: ^[0-9]+(?:gb|tb|pb)$
|
||||||
global: True
|
global: True
|
||||||
forcedType: string
|
forcedType: string
|
||||||
advanced: True
|
advanced: True
|
||||||
|
|||||||
Reference in New Issue
Block a user