Skip to content

Commit 0364f8e

Browse files
chore(updater): bump pkg/dist/*.yml (2025-08-06) (#350)
Co-authored-by: GitHub <[email protected]>
1 parent de93483 commit 0364f8e

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

pkg/dist/integration_types.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,8 @@ logs:
735735
- value: service_name
736736
max_items: 5
737737
m3aggregator:
738+
is_deprecated: true
739+
deprecation_notice: This property is deprecated.
738740
title: Integration user config
739741
type: object
740742
m3coordinator:
@@ -921,5 +923,7 @@ rsyslog:
921923
title: Integration user config
922924
type: object
923925
thanos_migrate:
926+
is_deprecated: true
927+
deprecation_notice: This property is deprecated.
924928
title: Integration user config
925929
type: object

pkg/dist/service_types.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3550,6 +3550,8 @@ kafka_mirrormaker:
35503550
type: boolean
35513551
example: true
35523552
m3aggregator:
3553+
is_deprecated: true
3554+
deprecation_notice: This property is deprecated.
35533555
type: object
35543556
properties:
35553557
custom_domain:
@@ -3613,6 +3615,8 @@ m3aggregator:
36133615
type: boolean
36143616
example: true
36153617
m3db:
3618+
is_deprecated: true
3619+
deprecation_notice: This property is deprecated.
36163620
type: object
36173621
properties:
36183622
additional_backup_regions:
@@ -4641,22 +4645,22 @@ opensearch:
46414645
type: object
46424646
properties:
46434647
mapping_nested_objects_limit:
4644-
title: index.mapping.nested_objects.limit
4645-
description: The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000.
4648+
title: (DEPRECATED) index.mapping.nested_objects.limit
4649+
description: The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Deprecated, use an index template instead.
46464650
type: integer
46474651
minimum: 0
46484652
maximum: 100000
46494653
example: "10000"
46504654
number_of_replicas:
4651-
title: index.number_of_replicas
4652-
description: The number of replicas each primary shard has.
4655+
title: (DEPRECATED) index.number_of_replicas
4656+
description: The number of replicas each primary shard has. Deprecated, use an index template instead.
46534657
type: integer
46544658
minimum: 0
46554659
maximum: 29
46564660
example: "1"
46574661
number_of_shards:
4658-
title: index.number_of_shards
4659-
description: The number of primary shards that an index should have.
4662+
title: (DEPRECATED) index.number_of_shards
4663+
description: The number of primary shards that an index should have. Deprecated, use an index template instead.
46604664
type: integer
46614665
minimum: 1
46624666
maximum: 1024

0 commit comments

Comments
 (0)