@@ -18,7 +18,8 @@ autoscaler:
1818 cap_gb :
1919 title : The maximum total disk size (in gb) to allow autoscaler to scale up to
2020 type : integer
21- minimum : 50
21+ minimum : " 50"
22+ maximum : " 9007199254740991"
2223 example : " 300"
2324 type :
2425 title : Type of autoscale event
@@ -94,20 +95,20 @@ datadog:
9495 kafka_consumer_check_instances :
9596 title : Number of separate instances to fetch kafka consumer statistics with
9697 type : integer
97- minimum : 1
98- maximum : 100
98+ minimum : " 1 "
99+ maximum : " 100"
99100 example : " 8"
100101 kafka_consumer_stats_timeout :
101102 title : Number of seconds that datadog will wait to get consumer statistics from brokers
102103 type : integer
103- minimum : 2
104- maximum : 300
104+ minimum : " 2 "
105+ maximum : " 300"
105106 example : " 60"
106107 max_partition_contexts :
107108 title : Maximum number of partition contexts to send
108109 type : integer
109- minimum : 200
110- maximum : 200000
110+ minimum : " 200"
111+ maximum : " 200000"
111112 example : " 32000"
112113 site :
113114 title : Datadog intake site. Defaults to datadoghq.com
@@ -252,8 +253,8 @@ external_clickhouse:
252253 port :
253254 title : Secure TCP server port
254255 type : integer
255- minimum : 1
256- maximum : 65535
256+ minimum : " 1 "
257+ maximum : " 65535"
257258 example : " 9440"
258259 username :
259260 title : User name
@@ -278,8 +279,8 @@ external_elasticsearch_logs:
278279 title : Maximum number of days of logs to keep
279280 type : integer
280281 default : " 3"
281- minimum : 1
282- maximum : 10000
282+ minimum : " 1 "
283+ maximum : " 10000"
283284 example : " 3"
284285 index_prefix :
285286 title : Elasticsearch index prefix
@@ -293,10 +294,10 @@ external_elasticsearch_logs:
293294 timeout :
294295 title : Elasticsearch request timeout limit
295296 type : number
296- default : " 10.0 "
297- minimum : 10
298- maximum : 120
299- example : " 10.0 "
297+ default : " 10"
298+ minimum : " 10.0 "
299+ maximum : " 120.0 "
300+ example : " 10"
300301 url :
301302 title : Elasticsearch connection URL
302303 type : string
@@ -444,8 +445,8 @@ external_mysql:
444445 port :
445446 title : Port number of the server
446447 type : integer
447- minimum : 1
448- maximum : 65535
448+ minimum : " 1 "
449+ maximum : " 65535"
449450 example : " 5432"
450451 ssl_mode :
451452 title : SSL Mode
@@ -485,8 +486,8 @@ external_opensearch_logs:
485486 title : Maximum number of days of logs to keep
486487 type : integer
487488 default : " 3"
488- minimum : 1
489- maximum : 10000
489+ minimum : " 1 "
490+ maximum : " 10000"
490491 example : " 3"
491492 index_prefix :
492493 title : OpenSearch index prefix
@@ -500,10 +501,10 @@ external_opensearch_logs:
500501 timeout :
501502 title : OpenSearch request timeout limit
502503 type : number
503- default : " 10.0 "
504- minimum : 10
505- maximum : 120
506- example : " 10.0 "
504+ default : " 10"
505+ minimum : " 10.0 "
506+ maximum : " 120.0 "
507+ example : " 10"
507508 url :
508509 title : OpenSearch connection URL
509510 type : string
@@ -538,8 +539,8 @@ external_postgresql:
538539 port :
539540 title : Port number of the server
540541 type : integer
541- minimum : 1
542- maximum : 65535
542+ minimum : " 1 "
543+ maximum : " 65535"
543544 example : " 5432"
544545 ssl_client_certificate :
545546 title : Client certificate
@@ -731,15 +732,15 @@ rsyslog:
731732 title : Rsyslog max message size
732733 type : integer
733734 default : " 8192"
734- minimum : 2048
735- maximum : 2.147483647e+09
735+ minimum : " 2048"
736+ maximum : " 2147483647 "
736737 example : " 8192"
737738 port :
738739 title : Rsyslog server port
739740 type : integer
740741 default : " 514"
741- minimum : 1
742- maximum : 65535
742+ minimum : " 1 "
743+ maximum : " 65535"
743744 example : " 514"
744745 sd :
745746 title : Structured data block for log message
0 commit comments