|
2347 | 2347 | "agent", |
2348 | 2348 | "single" |
2349 | 2349 | ], |
2350 | | - "default" : "", |
| 2350 | + "default" : "/var/lib/arangodb3", |
2351 | 2351 | "deprecatedIn" : null, |
2352 | 2352 | "description" : "The path to the database directory.", |
2353 | 2353 | "dynamic" : false, |
|
3427 | 3427 | "coordinator", |
3428 | 3428 | "single" |
3429 | 3429 | ], |
3430 | | - "default" : "./js/apps", |
| 3430 | + "default" : "/var/lib/arangodb3-apps", |
3431 | 3431 | "deprecatedIn" : null, |
3432 | 3432 | "description" : "The directory for Foxx applications.", |
3433 | 3433 | "dynamic" : false, |
|
3725 | 3725 | "single" |
3726 | 3726 | ], |
3727 | 3727 | "default" : [ |
3728 | | - "./enterprise/js" |
3729 | 3728 | ], |
3730 | 3729 | "deprecatedIn" : null, |
3731 | 3730 | "description" : "Additional paths containing JavaScript modules.", |
|
3804 | 3803 | "coordinator", |
3805 | 3804 | "single" |
3806 | 3805 | ], |
3807 | | - "default" : "./js", |
| 3806 | + "default" : "/usr/share/arangodb3/js", |
3808 | 3807 | "deprecatedIn" : null, |
3809 | 3808 | "description" : "A path to the directory containing the JavaScript startup scripts.", |
3810 | 3809 | "dynamic" : false, |
|
6194 | 6193 | "agent", |
6195 | 6194 | "single" |
6196 | 6195 | ], |
6197 | | - "default" : "", |
| 6196 | + "default" : "-", |
6198 | 6197 | "deprecatedIn" : null, |
6199 | 6198 | "description" : "shortcut for '--log.output file://<filename>'", |
6200 | 6199 | "dynamic" : false, |
|
8357 | 8356 | "section" : "rclone", |
8358 | 8357 | "type" : "string" |
8359 | 8358 | }, |
8360 | | - "replicated-log.threshold-log-compaction" : { |
8361 | | - "base" : 1, |
8362 | | - "category" : "option", |
8363 | | - "component" : [ |
8364 | | - "coordinator", |
8365 | | - "dbserver", |
8366 | | - "agent", |
8367 | | - "single" |
8368 | | - ], |
8369 | | - "default" : 1000, |
8370 | | - "deprecatedIn" : null, |
8371 | | - "description" : "threshold for log compaction. Number of log entries to wait for before compacting.", |
8372 | | - "dynamic" : false, |
8373 | | - "enterpriseOnly" : false, |
8374 | | - "experimental" : false, |
8375 | | - "hidden" : false, |
8376 | | - "introducedIn" : null, |
8377 | | - "maxInclusive" : true, |
8378 | | - "maxValue" : 18446744073709551615, |
8379 | | - "minInclusive" : true, |
8380 | | - "minValue" : 0, |
8381 | | - "obsolete" : false, |
8382 | | - "os" : [ |
8383 | | - "linux", |
8384 | | - "macos", |
8385 | | - "windows" |
8386 | | - ], |
8387 | | - "requiresValue" : true, |
8388 | | - "section" : "replicated-log", |
8389 | | - "type" : "uint64" |
8390 | | - }, |
8391 | | - "replicated-log.threshold-network-batch-size" : { |
8392 | | - "base" : 1, |
8393 | | - "category" : "option", |
8394 | | - "component" : [ |
8395 | | - "coordinator", |
8396 | | - "dbserver", |
8397 | | - "agent", |
8398 | | - "single" |
8399 | | - ], |
8400 | | - "default" : 1048576, |
8401 | | - "deprecatedIn" : null, |
8402 | | - "description" : "send a batch of log updates early when threshold (in bytes) is exceeded", |
8403 | | - "dynamic" : false, |
8404 | | - "enterpriseOnly" : false, |
8405 | | - "experimental" : false, |
8406 | | - "hidden" : false, |
8407 | | - "introducedIn" : null, |
8408 | | - "maxInclusive" : true, |
8409 | | - "maxValue" : 18446744073709551615, |
8410 | | - "minInclusive" : true, |
8411 | | - "minValue" : 1048576, |
8412 | | - "obsolete" : false, |
8413 | | - "os" : [ |
8414 | | - "linux", |
8415 | | - "macos", |
8416 | | - "windows" |
8417 | | - ], |
8418 | | - "requiresValue" : true, |
8419 | | - "section" : "replicated-log", |
8420 | | - "type" : "uint64" |
8421 | | - }, |
8422 | | - "replicated-log.threshold-rocksdb-write-batch-size" : { |
8423 | | - "base" : 1, |
8424 | | - "category" : "option", |
8425 | | - "component" : [ |
8426 | | - "coordinator", |
8427 | | - "dbserver", |
8428 | | - "agent", |
8429 | | - "single" |
8430 | | - ], |
8431 | | - "default" : 1048576, |
8432 | | - "deprecatedIn" : null, |
8433 | | - "description" : "write a batch of log updates to RocksDB early when threshold (in bytes) is exceeded", |
8434 | | - "dynamic" : false, |
8435 | | - "enterpriseOnly" : false, |
8436 | | - "experimental" : false, |
8437 | | - "hidden" : false, |
8438 | | - "introducedIn" : null, |
8439 | | - "maxInclusive" : true, |
8440 | | - "maxValue" : 18446744073709551615, |
8441 | | - "minInclusive" : true, |
8442 | | - "minValue" : 1048576, |
8443 | | - "obsolete" : false, |
8444 | | - "os" : [ |
8445 | | - "linux", |
8446 | | - "macos", |
8447 | | - "windows" |
8448 | | - ], |
8449 | | - "requiresValue" : true, |
8450 | | - "section" : "replicated-log", |
8451 | | - "type" : "uint64" |
8452 | | - }, |
8453 | 8359 | "replication.active-failover" : { |
8454 | 8360 | "category" : "option", |
8455 | 8361 | "component" : [ |
|
9878 | 9784 | "section" : "rocksdb", |
9879 | 9785 | "type" : "boolean" |
9880 | 9786 | }, |
9881 | | - "rocksdb.force-legacy-little-endian-keys" : { |
9882 | | - "category" : "option", |
9883 | | - "component" : [ |
9884 | | - "dbserver", |
9885 | | - "agent", |
9886 | | - "single" |
9887 | | - ], |
9888 | | - "default" : false, |
9889 | | - "deprecatedIn" : null, |
9890 | | - "description" : "Force usage of legacy little endian key encoding when creating a new RocksDB database directory. DO NOT USE IN PRODUCTION.", |
9891 | | - "dynamic" : false, |
9892 | | - "enterpriseOnly" : false, |
9893 | | - "experimental" : true, |
9894 | | - "hidden" : true, |
9895 | | - "introducedIn" : [ |
9896 | | - "v3.11.4" |
9897 | | - ], |
9898 | | - "longDescription" : "If enabled and a new RocksDB database\nis generated, the legacy little endian key encoding is used.\n\nOnly use this option for testing purposes! It is bad for performance and\ndisables a few features like parallel index generation!", |
9899 | | - "obsolete" : false, |
9900 | | - "os" : [ |
9901 | | - "linux", |
9902 | | - "macos", |
9903 | | - "windows" |
9904 | | - ], |
9905 | | - "required" : false, |
9906 | | - "requiresValue" : false, |
9907 | | - "section" : "rocksdb", |
9908 | | - "type" : "boolean" |
9909 | | - }, |
9910 | 9787 | "rocksdb.format-version" : { |
9911 | 9788 | "base" : 1, |
9912 | 9789 | "category" : "option", |
|
12329 | 12206 | "agent", |
12330 | 12207 | "single" |
12331 | 12208 | ], |
12332 | | - "default" : 10, |
| 12209 | + "default" : 0, |
12333 | 12210 | "deprecatedIn" : null, |
12334 | 12211 | "description" : "Cluster metrics polling timeout (in seconds).", |
12335 | 12212 | "dynamic" : false, |
|
12560 | 12437 | "section" : "server", |
12561 | 12438 | "type" : "boolean" |
12562 | 12439 | }, |
12563 | | - "server.failure-point" : { |
12564 | | - "category" : "option", |
12565 | | - "component" : [ |
12566 | | - "coordinator", |
12567 | | - "dbserver", |
12568 | | - "agent", |
12569 | | - "single" |
12570 | | - ], |
12571 | | - "default" : [ |
12572 | | - ], |
12573 | | - "deprecatedIn" : null, |
12574 | | - "description" : "The failure point to set during server startup (requires compilation with failure points support).", |
12575 | | - "dynamic" : false, |
12576 | | - "enterpriseOnly" : false, |
12577 | | - "experimental" : false, |
12578 | | - "hidden" : true, |
12579 | | - "introducedIn" : null, |
12580 | | - "obsolete" : false, |
12581 | | - "os" : [ |
12582 | | - "linux", |
12583 | | - "macos", |
12584 | | - "windows" |
12585 | | - ], |
12586 | | - "requiresValue" : true, |
12587 | | - "section" : "server", |
12588 | | - "type" : "string..." |
12589 | | - }, |
12590 | 12440 | "server.gid" : { |
12591 | 12441 | "category" : "option", |
12592 | 12442 | "component" : [ |
|
13365 | 13215 | "dbserver", |
13366 | 13216 | "single" |
13367 | 13217 | ], |
13368 | | - "default" : false, |
| 13218 | + "default" : true, |
13369 | 13219 | "deprecatedIn" : null, |
13370 | 13220 | "description" : "Whether to enable the telemetrics API.", |
13371 | 13221 | "dynamic" : false, |
|
0 commit comments