diff --git a/site/data/3.11/arangobackup.json b/site/data/3.11/arangobackup.json index fd10f9bdd1..ab4b4d6793 100644 --- a/site/data/3.11/arangobackup.json +++ b/site/data/3.11/arangobackup.json @@ -1063,7 +1063,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1130,7 +1130,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.11/arangobench.json b/site/data/3.11/arangobench.json index 054f2a0598..6e6ae3b3a2 100644 --- a/site/data/3.11/arangobench.json +++ b/site/data/3.11/arangobench.json @@ -1381,7 +1381,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1448,7 +1448,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.11/arangod.json b/site/data/3.11/arangod.json index 3d62532c03..9ca1527d83 100644 --- a/site/data/3.11/arangod.json +++ b/site/data/3.11/arangod.json @@ -1400,7 +1400,7 @@ "agent", "single" ], - "default" : 7735567360, + "default" : 7735568384, "deprecatedIn" : null, "description" : "The global size limit for all caches (in bytes).", "dynamic" : true, @@ -2347,7 +2347,7 @@ "agent", "single" ], - "default" : "", + "default" : "/var/lib/arangodb3", "deprecatedIn" : null, "description" : "The path to the database directory.", "dynamic" : false, @@ -3454,7 +3454,7 @@ "coordinator", "single" ], - "default" : "./js/apps", + "default" : "/var/lib/arangodb3-apps", "deprecatedIn" : null, "description" : "The directory for Foxx applications.", "dynamic" : false, @@ -3752,7 +3752,6 @@ "single" ], "default" : [ - "./enterprise/js" ], "deprecatedIn" : null, "description" : "Additional paths containing JavaScript modules.", @@ -3831,7 +3830,7 @@ "coordinator", "single" ], - "default" : "./js", + "default" : "/usr/share/arangodb3/js", "deprecatedIn" : null, "description" : "A path to the directory containing the JavaScript startup scripts.", "dynamic" : false, @@ -6221,7 +6220,7 @@ "agent", "single" ], - "default" : "", + "default" : "-", "deprecatedIn" : null, "description" : "Shortcut for `--log.output file://`", "dynamic" : false, @@ -7576,7 +7575,7 @@ "type" : "boolean" }, "query.global-memory-limit" : { - "base" : 33089753088, + "base" : 33089757184, "category" : "option", "component" : [ "coordinator", @@ -7584,7 +7583,7 @@ "agent", "single" ], - "default" : 26802700002, + "default" : 26802703319, "deprecatedIn" : null, "description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).", "dynamic" : true, @@ -7874,7 +7873,7 @@ "type" : "double" }, "query.memory-limit" : { - "base" : 33089753088, + "base" : 33089757184, "category" : "option", "component" : [ "coordinator", @@ -7882,7 +7881,7 @@ "agent", "single" ], - "default" : 19853851853, + "default" : 19853854311, "deprecatedIn" : null, "description" : "The memory threshold per AQL query (in bytes, 0 = no limit).", "dynamic" : true, @@ -9117,7 +9116,7 @@ "agent", "single" ], - "default" : 9282680832, + "default" : 9282682060, "deprecatedIn" : null, "description" : "The size of block cache (in bytes).", "dynamic" : true, @@ -11726,7 +11725,7 @@ "agent", "single" ], - "default" : 12376907776, + "default" : 12376909414, "deprecatedIn" : null, "description" : "The maximum total size of in-memory write buffers (0 = unbounded).", "dynamic" : true, @@ -12896,6 +12895,36 @@ "section" : "server", "type" : "uint64" }, + "server.maximal-number-sync-shard-actions" : { + "base" : 1, + "category" : "option", + "component" : [ + "dbserver" + ], + "default" : 32, + "deprecatedIn" : null, + "description" : "The maximum number of SynchronizeShard actions which may be queued at any given time.", + "dynamic" : false, + "enterpriseOnly" : false, + "experimental" : false, + "hidden" : true, + "introducedIn" : [ + "v3.12.5" + ], + "maxInclusive" : true, + "maxValue" : 18446744073709551615, + "minInclusive" : true, + "minValue" : 1, + "obsolete" : false, + "os" : [ + "linux", + "macos", + "windows" + ], + "requiresValue" : true, + "section" : "server", + "type" : "uint64" + }, "server.maximal-queue-size" : { "base" : 1, "category" : "option", diff --git a/site/data/3.11/arangodump.json b/site/data/3.11/arangodump.json index 894a3fe28f..cb3b2b60fe 100644 --- a/site/data/3.11/arangodump.json +++ b/site/data/3.11/arangodump.json @@ -1339,7 +1339,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1406,7 +1406,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.11/arangoexport.json b/site/data/3.11/arangoexport.json index 0bf49b5db7..7b14668da6 100644 --- a/site/data/3.11/arangoexport.json +++ b/site/data/3.11/arangoexport.json @@ -1160,7 +1160,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1227,7 +1227,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.11/arangoimport.json b/site/data/3.11/arangoimport.json index 35d1bc000e..0bda4cfa80 100644 --- a/site/data/3.11/arangoimport.json +++ b/site/data/3.11/arangoimport.json @@ -1340,7 +1340,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1407,7 +1407,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.11/arangoinspect.json b/site/data/3.11/arangoinspect.json index 59673e3f3c..f3f6de7d42 100644 --- a/site/data/3.11/arangoinspect.json +++ b/site/data/3.11/arangoinspect.json @@ -818,7 +818,7 @@ }, "javascript.startup-directory" : { "category" : "option", - "default" : "./js", + "default" : "/usr/share/arangodb3/js", "deprecatedIn" : null, "description" : "The startup paths containing the JavaScript files.", "dynamic" : false, @@ -1792,7 +1792,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.11/arangorestore.json b/site/data/3.11/arangorestore.json index 5128ebcd24..c5b19c6384 100644 --- a/site/data/3.11/arangorestore.json +++ b/site/data/3.11/arangorestore.json @@ -1394,7 +1394,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1461,7 +1461,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.11/arangosh.json b/site/data/3.11/arangosh.json index 768efe738f..0c85c326f0 100644 --- a/site/data/3.11/arangosh.json +++ b/site/data/3.11/arangosh.json @@ -418,7 +418,7 @@ }, "javascript.allow-external-process-control" : { "category" : "option", - "default" : true, + "default" : false, "deprecatedIn" : null, "description" : "Allow the execution and control of external processes from within JavaScript actions.", "dynamic" : false, @@ -441,7 +441,7 @@ }, "javascript.allow-port-testing" : { "category" : "option", - "default" : true, + "default" : false, "deprecatedIn" : null, "description" : "Allow the testing of ports from within JavaScript actions.", "dynamic" : false, @@ -798,7 +798,6 @@ "javascript.module-directory" : { "category" : "option", "default" : [ - "./enterprise/js" ], "deprecatedIn" : null, "description" : "Additional paths containing JavaScript modules.", @@ -819,7 +818,7 @@ }, "javascript.startup-directory" : { "category" : "option", - "default" : "./js", + "default" : "/usr/share/arangodb3/js", "deprecatedIn" : null, "description" : "The startup paths containing the JavaScript files.", "dynamic" : false, @@ -1726,7 +1725,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1793,7 +1792,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// or vst+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp://, vst+tcp:// or unix://.", diff --git a/site/data/3.12/allMetrics.yaml b/site/data/3.12/allMetrics.yaml index dd75233966..6122caaae0 100644 --- a/site/data/3.12/allMetrics.yaml +++ b/site/data/3.12/allMetrics.yaml @@ -384,6 +384,26 @@ If the network or the Agents are overloaded, it can help to move Agent instances to separate machines. +- name: arangodb_api_recording_call_time + type: histogram + category: Statistics + help: | + API recording runtime histogram. + description: | + Execution time histogram for API recording calls in nanoseconds. + + This histogram tracks the time it takes to record API calls in the ApiRecordingFeature. + The histogram uses a logarithmic scale with base 2, starting at 0 and going up to 16000.0 nanoseconds, + with 9 buckets. + unit: nanoseconds + introducedIn: "3.12.5" + category: Agency + complexity: high + exposedBy: + - agent + - coordinator + - dbserver + - single - name: arangodb_aql_all_query_total renamedFrom: arangodb_aql_all_query introducedIn: "3.8.0" @@ -679,83 +699,75 @@ Total execution time of all AQL queries, in milliseconds, including all slow queries. -- name: arangodb_async_promises_total +- name: arangodb_async_existing_promises introducedIn: "3.12.4" help: | - Total number of registered asynchronous promises since database creation. - unit: number - type: counter - category: Statistics - complexity: advanced - exposedBy: - - dbserver - description: | - Total number of registered asynchronous promises since database creation. - -- name: arangodb_async_ready_for_deletion_promises - introducedIn: "3.12.4" - help: | - Number of currently registered asynchronous promises that wait for their garbage collection. + Number of currently existing asynchronous promises. unit: number type: gauge category: Statistics complexity: advanced exposedBy: - dbserver + - coordinator description: | - Number of currently registered asynchronous promises that wait for their garbage collection. + Number of currently existing asynchronous promises. -- name: arangodb_async_registered_promises +- name: arangodb_async_existing_thread_registries introducedIn: "3.12.4" help: | - Number of currently registered asynchronous promises. + Number of threads that started currently existing asyncronous operations. unit: number type: gauge category: Statistics complexity: advanced exposedBy: - dbserver + - coordinator description: | - Number of currently registered asynchronous promises. + Number of threads that started currently existing asyncronous operations. The thread itself does not need to exist any more. This number also includes still running threads that have started asyncronous operations which do not exist any more. -- name: arangodb_async_registered_threads +- name: arangodb_async_promises_total introducedIn: "3.12.4" help: | - Number of threads the asynchronous registry iterates over to list all asynchronous promises. + Total number of created asynchronous promises since database creation. unit: number - type: gauge + type: counter category: Statistics complexity: advanced exposedBy: - dbserver + - coordinator description: | - Number of threads the asynchronous registry iterates over to list all asynchronous promises. + Total number of created asynchronous promises since database creation. -- name: arangodb_async_running_threads +- name: arangodb_async_ready_for_deletion_promises introducedIn: "3.12.4" help: | - Number of currently running threads that registered asynchronous promises. + Number of currently existing asynchronous promises that wait for their garbage collection. unit: number type: gauge category: Statistics complexity: advanced exposedBy: - dbserver + - coordinator description: | - Number of currently running threads that registered asynchronous promises. + Number of currently existing asynchronous promises that wait for their garbage collection. -- name: arangodb_async_threads_total +- name: arangodb_async_thread_registries_total introducedIn: "3.12.4" help: | - Total number of threads that registered asynchronous promises since database creation. + Total number of threads that started asynchronous operations since database creation. unit: number type: counter category: Statistics complexity: advanced exposedBy: - dbserver + - coordinator description: | - Total number of threads that registered asynchronous promises since database creation. + Total number of threads that started asynchronous operations since database creation. - name: arangodb_client_connection_statistics_bytes_received introducedIn: "3.8.0" diff --git a/site/data/3.12/arangobackup.json b/site/data/3.12/arangobackup.json index 0e5120f5ea..2b453ad295 100644 --- a/site/data/3.12/arangobackup.json +++ b/site/data/3.12/arangobackup.json @@ -371,7 +371,7 @@ "category" : "option", "default" : "-", "deprecatedIn" : null, - "description" : "shortcut for '--log.output file://'", + "description" : "Shortcut for `--log.output file://`", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -389,7 +389,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "group to use for new log file, user must be a member of this group", + "description" : "The group to use for a new log file. The user must be a member of this group.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -407,7 +407,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "mode to use for new log file, umask will be applied as well", + "description" : "The mode to use for a new log file. The umask is applied as well.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -507,7 +507,7 @@ "info" ], "deprecatedIn" : null, - "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\nAvailable log levels: fatal, error, warning, info, debug, trace.\nAvailable log topics: all, audit-hotbackup, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, deprecation, views, v8, validation, ttl, trx, threads, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.", + "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\n\nAvailable log levels: fatal, error, warning, info, debug, trace.\n\nAvailable log topics: all, agency, agencycomm, agencystore, aql, audit-authentication, audit-authorization, audit-collection, audit-database, audit-document, audit-hotbackup, audit-service, audit-view, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, deprecation, development, dump, engines, flush, general, graphs, heartbeat, httpclient, license, maintenance, memory, queries, rep-state, rep-wal, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -717,7 +717,7 @@ "category" : "option", "default" : true, "deprecatedIn" : null, - "description" : "shorten filenames in log output (use with --log.line-number)", + "description" : "Shorten filenames in log output (use with `--log.line-number`).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1006,7 +1006,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1067,7 +1067,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.12/arangobench.json b/site/data/3.12/arangobench.json index 6b610d11d3..6b9809ef71 100644 --- a/site/data/3.12/arangobench.json +++ b/site/data/3.12/arangobench.json @@ -611,7 +611,7 @@ "category" : "option", "default" : "-", "deprecatedIn" : null, - "description" : "shortcut for '--log.output file://'", + "description" : "Shortcut for `--log.output file://`", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -629,7 +629,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "group to use for new log file, user must be a member of this group", + "description" : "The group to use for a new log file. The user must be a member of this group.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -647,7 +647,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "mode to use for new log file, umask will be applied as well", + "description" : "The mode to use for a new log file. The umask is applied as well.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -747,7 +747,7 @@ "info" ], "deprecatedIn" : null, - "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\nAvailable log levels: fatal, error, warning, info, debug, trace.\nAvailable log topics: all, audit-hotbackup, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, deprecation, views, v8, validation, ttl, trx, threads, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.", + "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\n\nAvailable log levels: fatal, error, warning, info, debug, trace.\n\nAvailable log topics: all, agency, agencycomm, agencystore, aql, audit-authentication, audit-authorization, audit-collection, audit-database, audit-document, audit-hotbackup, audit-service, audit-view, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, deprecation, development, dump, engines, flush, general, graphs, heartbeat, httpclient, license, maintenance, memory, queries, rep-state, rep-wal, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -957,7 +957,7 @@ "category" : "option", "default" : true, "deprecatedIn" : null, - "description" : "shorten filenames in log output (use with --log.line-number)", + "description" : "Shorten filenames in log output (use with `--log.line-number`).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1275,7 +1275,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1336,7 +1336,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.12/arangod.json b/site/data/3.12/arangod.json index 9a833f6367..1d81622ea1 100644 --- a/site/data/3.12/arangod.json +++ b/site/data/3.12/arangod.json @@ -1393,7 +1393,7 @@ "agent", "single" ], - "default" : 7735567360, + "default" : 7735568384, "deprecatedIn" : null, "description" : "The global size limit for all caches (in bytes).", "dynamic" : true, @@ -2313,7 +2313,7 @@ "agent", "single" ], - "default" : "", + "default" : "/var/lib/arangodb3", "deprecatedIn" : null, "description" : "The path to the database directory.", "dynamic" : false, @@ -2779,7 +2779,7 @@ "dbserver", "single" ], - "default" : 6188453888, + "default" : 6188454707, "deprecatedIn" : null, "description" : "Maximum memory usage (in bytes) to be used by all ongoing dumps.", "dynamic" : true, @@ -3474,7 +3474,7 @@ "coordinator", "single" ], - "default" : "./js/apps", + "default" : "/var/lib/arangodb3-apps", "deprecatedIn" : null, "description" : "The directory for Foxx applications.", "dynamic" : false, @@ -3738,7 +3738,6 @@ "single" ], "default" : [ - "./enterprise/js" ], "deprecatedIn" : null, "description" : "Additional paths containing JavaScript modules.", @@ -3811,7 +3810,7 @@ "coordinator", "single" ], - "default" : "./js", + "default" : "/usr/share/arangodb3/js", "deprecatedIn" : null, "description" : "A path to the directory containing the JavaScript startup scripts.", "dynamic" : false, @@ -4257,9 +4256,9 @@ "agent", "single" ], - "default" : "", + "default" : "-", "deprecatedIn" : null, - "description" : "shortcut for '--log.output file://'", + "description" : "Shortcut for `--log.output file://`", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -4283,7 +4282,7 @@ ], "default" : "", "deprecatedIn" : null, - "description" : "group to use for new log file, user must be a member of this group", + "description" : "The group to use for a new log file. The user must be a member of this group.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -4307,7 +4306,7 @@ ], "default" : "", "deprecatedIn" : null, - "description" : "mode to use for new log file, umask will be applied as well", + "description" : "The mode to use for a new log file. The umask is applied as well.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -4517,7 +4516,7 @@ "info" ], "deprecatedIn" : null, - "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\nAvailable log levels: fatal, error, warning, info, debug, trace.\nAvailable log topics: all, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, audit-hotbackup, libiresearch, deprecation, views, v8, validation, ttl, trx, arangosearch, threads, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.", + "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\n\nAvailable log levels: fatal, error, warning, info, debug, trace.\n\nAvailable log topics: all, agency, agencycomm, agencystore, aql, arangosearch, audit-authentication, audit-authorization, audit-collection, audit-database, audit-document, audit-hotbackup, audit-service, audit-view, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, deprecation, development, dump, engines, flush, general, graphs, heartbeat, httpclient, libiresearch, license, maintenance, memory, queries, rep-state, rep-wal, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -4787,7 +4786,7 @@ ], "default" : true, "deprecatedIn" : null, - "description" : "shorten filenames in log output (use with --log.line-number)", + "description" : "Shorten filenames in log output (use with `--log.line-number`).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -5670,7 +5669,7 @@ "type" : "boolean" }, "query.global-memory-limit" : { - "base" : 33089753088, + "base" : 33089757184, "category" : "option", "component" : [ "coordinator", @@ -5678,7 +5677,7 @@ "agent", "single" ], - "default" : 26802700002, + "default" : 26802703319, "deprecatedIn" : null, "description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).", "dynamic" : true, @@ -6005,7 +6004,7 @@ "type" : "uint64" }, "query.memory-limit" : { - "base" : 33089753088, + "base" : 33089757184, "category" : "option", "component" : [ "coordinator", @@ -6013,7 +6012,7 @@ "agent", "single" ], - "default" : 19853851853, + "default" : 19853854311, "deprecatedIn" : null, "description" : "The memory threshold per AQL query (in bytes, 0 = no limit).", "dynamic" : true, @@ -7210,7 +7209,7 @@ "agent", "single" ], - "default" : 9282680832, + "default" : 9282682060, "deprecatedIn" : null, "description" : "The size of block cache (in bytes).", "dynamic" : true, @@ -9187,7 +9186,7 @@ "agent", "single" ], - "default" : 2592000, + "default" : 86400, "deprecatedIn" : null, "description" : "Time-to-live (in seconds) for periodic compaction of .sst files, based on the file age (0 = no periodic compaction).", "dynamic" : false, @@ -9740,7 +9739,7 @@ "agent", "single" ], - "default" : 12376907776, + "default" : 12376909414, "deprecatedIn" : null, "description" : "The maximum total size of in-memory write buffers (0 = unbounded).", "dynamic" : true, @@ -10149,6 +10148,52 @@ "section" : "server", "type" : "boolean" }, + "server.api-call-recording" : { + "category" : "command", + "component" : [ + "coordinator", + "dbserver", + "agent", + "single" + ], + "deprecatedIn" : null, + "description" : "Record recent API calls for debugging purposes (default: true).", + "dynamic" : false, + "enterpriseOnly" : false, + "experimental" : false, + "hidden" : true, + "introducedIn" : null, + "obsolete" : false, + "os" : [ + "linux" + ], + "requiresValue" : false, + "section" : "server", + "type" : "boolean" + }, + "server.api-recording-memory-limit" : { + "category" : "command", + "component" : [ + "coordinator", + "dbserver", + "agent", + "single" + ], + "deprecatedIn" : null, + "description" : "Memory limit for the list of ApiCallRecords.", + "dynamic" : false, + "enterpriseOnly" : false, + "experimental" : false, + "hidden" : true, + "introducedIn" : null, + "obsolete" : false, + "os" : [ + "linux" + ], + "requiresValue" : true, + "section" : "server", + "type" : "uint64" + }, "server.authentication" : { "category" : "option", "component" : [ @@ -10650,6 +10695,35 @@ "section" : "server", "type" : "string" }, + "server.license-check-interval" : { + "base" : 120, + "category" : "option", + "component" : [ + "coordinator", + "dbserver", + "agent", + "single" + ], + "default" : 120, + "deprecatedIn" : null, + "description" : "Sets the License check update interval in seconds (max 120 seconds)", + "dynamic" : false, + "enterpriseOnly" : false, + "experimental" : false, + "hidden" : false, + "introducedIn" : null, + "maxInclusive" : true, + "maxValue" : 120, + "minInclusive" : true, + "minValue" : 1, + "obsolete" : false, + "os" : [ + "linux" + ], + "requiresValue" : true, + "section" : "server", + "type" : "uint64" + }, "server.maintenance-actions-block" : { "base" : 1, "category" : "option", @@ -10756,6 +10830,34 @@ "section" : "server", "type" : "uint32" }, + "server.maximal-number-sync-shard-actions" : { + "base" : 1, + "category" : "option", + "component" : [ + "dbserver" + ], + "default" : 32, + "deprecatedIn" : null, + "description" : "The maximum number of SynchronizeShard actions which may be queued at any given time.", + "dynamic" : false, + "enterpriseOnly" : false, + "experimental" : false, + "hidden" : true, + "introducedIn" : [ + "v3.12.5" + ], + "maxInclusive" : true, + "maxValue" : 18446744073709551615, + "minInclusive" : true, + "minValue" : 1, + "obsolete" : false, + "os" : [ + "linux" + ], + "requiresValue" : true, + "section" : "server", + "type" : "uint64" + }, "server.maximal-queue-size" : { "base" : 1, "category" : "option", diff --git a/site/data/3.12/arangodump.json b/site/data/3.12/arangodump.json index 976d90f8f4..a80ae94139 100644 --- a/site/data/3.12/arangodump.json +++ b/site/data/3.12/arangodump.json @@ -695,7 +695,7 @@ "category" : "option", "default" : "-", "deprecatedIn" : null, - "description" : "shortcut for '--log.output file://'", + "description" : "Shortcut for `--log.output file://`", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -713,7 +713,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "group to use for new log file, user must be a member of this group", + "description" : "The group to use for a new log file. The user must be a member of this group.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -731,7 +731,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "mode to use for new log file, umask will be applied as well", + "description" : "The mode to use for a new log file. The umask is applied as well.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -831,7 +831,7 @@ "info" ], "deprecatedIn" : null, - "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\nAvailable log levels: fatal, error, warning, info, debug, trace.\nAvailable log topics: all, audit-hotbackup, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, deprecation, views, v8, validation, ttl, trx, threads, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.", + "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\n\nAvailable log levels: fatal, error, warning, info, debug, trace.\n\nAvailable log topics: all, agency, agencycomm, agencystore, aql, audit-authentication, audit-authorization, audit-collection, audit-database, audit-document, audit-hotbackup, audit-service, audit-view, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, deprecation, development, dump, engines, flush, general, graphs, heartbeat, httpclient, license, maintenance, memory, queries, rep-state, rep-wal, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1041,7 +1041,7 @@ "category" : "option", "default" : true, "deprecatedIn" : null, - "description" : "shorten filenames in log output (use with --log.line-number)", + "description" : "Shorten filenames in log output (use with `--log.line-number`).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1224,7 +1224,7 @@ "category" : "option", "default" : "/dump", "deprecatedIn" : null, - "description" : "The output directory.", + "description" : "The folder path to write the dump to.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1284,7 +1284,7 @@ "category" : "option", "default" : true, "deprecatedIn" : null, - "description" : "Show the progress.", + "description" : "Show the dump progress.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1345,7 +1345,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1406,7 +1406,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.12/arangoexport.json b/site/data/3.12/arangoexport.json index 81d2190acc..3d6773af5f 100644 --- a/site/data/3.12/arangoexport.json +++ b/site/data/3.12/arangoexport.json @@ -142,7 +142,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "An AQL query to run.", + "description" : "An AQL query to run for computing the data you want to export.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -502,7 +502,7 @@ "category" : "option", "default" : "-", "deprecatedIn" : null, - "description" : "shortcut for '--log.output file://'", + "description" : "Shortcut for `--log.output file://`", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -520,7 +520,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "group to use for new log file, user must be a member of this group", + "description" : "The group to use for a new log file. The user must be a member of this group.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -538,7 +538,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "mode to use for new log file, umask will be applied as well", + "description" : "The mode to use for a new log file. The umask is applied as well.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -638,7 +638,7 @@ "info" ], "deprecatedIn" : null, - "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\nAvailable log levels: fatal, error, warning, info, debug, trace.\nAvailable log topics: all, audit-hotbackup, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, deprecation, views, v8, validation, ttl, trx, threads, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.", + "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\n\nAvailable log levels: fatal, error, warning, info, debug, trace.\n\nAvailable log topics: all, agency, agencycomm, agencystore, aql, audit-authentication, audit-authorization, audit-collection, audit-database, audit-document, audit-hotbackup, audit-service, audit-view, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, deprecation, development, dump, engines, flush, general, graphs, heartbeat, httpclient, license, maintenance, memory, queries, rep-state, rep-wal, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -848,7 +848,7 @@ "category" : "option", "default" : true, "deprecatedIn" : null, - "description" : "shorten filenames in log output (use with --log.line-number)", + "description" : "Shorten filenames in log output (use with `--log.line-number`).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1092,7 +1092,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1153,7 +1153,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.12/arangoimport.json b/site/data/3.12/arangoimport.json index 0d2fef6af9..ea0d0f2b33 100644 --- a/site/data/3.12/arangoimport.json +++ b/site/data/3.12/arangoimport.json @@ -202,7 +202,7 @@ "category" : "option", "default" : false, "deprecatedIn" : null, - "description" : "create collection if it does not yet exist", + "description" : "Create the target collection if it does not already exist.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -407,7 +407,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "The file to read the CSV or TSV header from. If specified, no header is expected in the regular input file.", + "description" : "The file to read the CSV or TSV column headers from. If specified, no header is expected in the regular input file.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -569,7 +569,7 @@ "category" : "option", "default" : "-", "deprecatedIn" : null, - "description" : "shortcut for '--log.output file://'", + "description" : "Shortcut for `--log.output file://`", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -587,7 +587,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "group to use for new log file, user must be a member of this group", + "description" : "The group to use for a new log file. The user must be a member of this group.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -605,7 +605,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "mode to use for new log file, umask will be applied as well", + "description" : "The mode to use for a new log file. The umask is applied as well.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -705,7 +705,7 @@ "info" ], "deprecatedIn" : null, - "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\nAvailable log levels: fatal, error, warning, info, debug, trace.\nAvailable log topics: all, audit-hotbackup, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, deprecation, views, v8, validation, ttl, trx, threads, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.", + "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\n\nAvailable log levels: fatal, error, warning, info, debug, trace.\n\nAvailable log topics: all, agency, agencycomm, agencystore, aql, audit-authentication, audit-authorization, audit-collection, audit-database, audit-document, audit-hotbackup, audit-service, audit-view, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, deprecation, development, dump, engines, flush, general, graphs, heartbeat, httpclient, license, maintenance, memory, queries, rep-state, rep-wal, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -915,7 +915,7 @@ "category" : "option", "default" : true, "deprecatedIn" : null, - "description" : "shorten filenames in log output (use with --log.line-number)", + "description" : "Shorten filenames in log output (use with `--log.line-number`).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1081,7 +1081,7 @@ "category" : "option", "default" : 20, "deprecatedIn" : null, - "description" : "The maxium number of errors after which the import will stop.", + "description" : "The maximum number of errors after which the import will stop.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1107,7 +1107,7 @@ "default" : [ ], "deprecatedIn" : null, - "description" : "Merge attributes into new document attribute (e.g. \"mergedAttribute=[someAttribute]-[otherAttribute]\") (CSV and TSV only)", + "description" : "Concatenate attributes into a new document attribute, like \"mergedAttribute=[someAttribute]-[otherAttribute]\" (CSV and TSV only).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1281,7 +1281,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1342,7 +1342,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", @@ -1572,7 +1572,7 @@ "default" : [ ], "deprecatedIn" : null, - "description" : "Translate an attribute name using the syntax \"from=to\". For CSV and TSV only.", + "description" : "Define a mapping for a column header to an attribute name using the syntax \"from=to\". You can specify this startup option multiple times. For CSV and TSV only.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, diff --git a/site/data/3.12/arangoinspect.json b/site/data/3.12/arangoinspect.json index becc05d1a7..3d4247bcef 100644 --- a/site/data/3.12/arangoinspect.json +++ b/site/data/3.12/arangoinspect.json @@ -667,6 +667,29 @@ "section" : "javascript", "type" : "string..." }, + "javascript.execution-deadline" : { + "base" : 1, + "category" : "option", + "default" : 0, + "deprecatedIn" : null, + "description" : "deadline in seconds. Once reached, calls will throw. HTTP timeouts will be adjusted.", + "dynamic" : false, + "enterpriseOnly" : false, + "experimental" : false, + "hidden" : true, + "introducedIn" : null, + "maxInclusive" : true, + "maxValue" : 4294967295, + "minInclusive" : true, + "minValue" : 0, + "obsolete" : false, + "os" : [ + "linux" + ], + "requiresValue" : true, + "section" : "javascript", + "type" : "uint32" + }, "javascript.files-allowlist" : { "category" : "option", "default" : [ @@ -749,7 +772,7 @@ }, "javascript.startup-directory" : { "category" : "option", - "default" : "./js", + "default" : "/usr/share/arangodb3/js", "deprecatedIn" : null, "description" : "The startup paths containing the JavaScript files.", "dynamic" : false, @@ -972,7 +995,7 @@ "category" : "option", "default" : "-", "deprecatedIn" : null, - "description" : "shortcut for '--log.output file://'", + "description" : "Shortcut for `--log.output file://`", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -990,7 +1013,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "group to use for new log file, user must be a member of this group", + "description" : "The group to use for a new log file. The user must be a member of this group.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1008,7 +1031,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "mode to use for new log file, umask will be applied as well", + "description" : "The mode to use for a new log file. The umask is applied as well.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1108,7 +1131,7 @@ "info" ], "deprecatedIn" : null, - "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\nAvailable log levels: fatal, error, warning, info, debug, trace.\nAvailable log topics: all, audit-hotbackup, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, deprecation, views, v8, validation, ttl, trx, threads, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.", + "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\n\nAvailable log levels: fatal, error, warning, info, debug, trace.\n\nAvailable log topics: all, agency, agencycomm, agencystore, aql, audit-authentication, audit-authorization, audit-collection, audit-database, audit-document, audit-hotbackup, audit-service, audit-view, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, deprecation, development, dump, engines, flush, general, graphs, heartbeat, httpclient, license, maintenance, memory, queries, rep-state, rep-wal, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1318,7 +1341,7 @@ "category" : "option", "default" : true, "deprecatedIn" : null, - "description" : "shorten filenames in log output (use with --log.line-number)", + "description" : "Shorten filenames in log output (use with `--log.line-number`).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1605,7 +1628,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.12/arangorestore.json b/site/data/3.12/arangorestore.json index 0fd0427126..733a848f6b 100644 --- a/site/data/3.12/arangorestore.json +++ b/site/data/3.12/arangorestore.json @@ -673,7 +673,7 @@ "category" : "option", "default" : "-", "deprecatedIn" : null, - "description" : "shortcut for '--log.output file://'", + "description" : "Shortcut for `--log.output file://`", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -691,7 +691,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "group to use for new log file, user must be a member of this group", + "description" : "The group to use for a new log file. The user must be a member of this group.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -709,7 +709,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "mode to use for new log file, umask will be applied as well", + "description" : "The mode to use for a new log file. The umask is applied as well.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -809,7 +809,7 @@ "info" ], "deprecatedIn" : null, - "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\nAvailable log levels: fatal, error, warning, info, debug, trace.\nAvailable log topics: all, audit-hotbackup, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, deprecation, views, v8, validation, ttl, trx, threads, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.", + "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\n\nAvailable log levels: fatal, error, warning, info, debug, trace.\n\nAvailable log topics: all, agency, agencycomm, agencystore, aql, audit-authentication, audit-authorization, audit-collection, audit-database, audit-document, audit-hotbackup, audit-service, audit-view, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, deprecation, development, dump, engines, flush, general, graphs, heartbeat, httpclient, license, maintenance, memory, queries, rep-state, rep-wal, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1019,7 +1019,7 @@ "category" : "option", "default" : true, "deprecatedIn" : null, - "description" : "shorten filenames in log output (use with --log.line-number)", + "description" : "Shorten filenames in log output (use with `--log.line-number`).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1328,7 +1328,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1389,7 +1389,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.12/arangosh.json b/site/data/3.12/arangosh.json index faeba29b35..8b7f8377e8 100644 --- a/site/data/3.12/arangosh.json +++ b/site/data/3.12/arangosh.json @@ -424,7 +424,7 @@ }, "javascript.allow-external-process-control" : { "category" : "option", - "default" : true, + "default" : false, "deprecatedIn" : null, "description" : "Allow the execution and control of external processes from within JavaScript actions.", "dynamic" : false, @@ -443,7 +443,7 @@ }, "javascript.allow-port-testing" : { "category" : "option", - "default" : true, + "default" : false, "deprecatedIn" : null, "description" : "Allow the testing of ports from within JavaScript actions.", "dynamic" : false, @@ -667,6 +667,29 @@ "section" : "javascript", "type" : "string..." }, + "javascript.execution-deadline" : { + "base" : 1, + "category" : "option", + "default" : 0, + "deprecatedIn" : null, + "description" : "deadline in seconds. Once reached, calls will throw. HTTP timeouts will be adjusted.", + "dynamic" : false, + "enterpriseOnly" : false, + "experimental" : false, + "hidden" : true, + "introducedIn" : null, + "maxInclusive" : true, + "maxValue" : 4294967295, + "minInclusive" : true, + "minValue" : 0, + "obsolete" : false, + "os" : [ + "linux" + ], + "requiresValue" : true, + "section" : "javascript", + "type" : "uint32" + }, "javascript.files-allowlist" : { "category" : "option", "default" : [ @@ -731,7 +754,6 @@ "javascript.module-directory" : { "category" : "option", "default" : [ - "./enterprise/js" ], "deprecatedIn" : null, "description" : "Additional paths containing JavaScript modules.", @@ -750,7 +772,7 @@ }, "javascript.startup-directory" : { "category" : "option", - "default" : "./js", + "default" : "/usr/share/arangodb3/js", "deprecatedIn" : null, "description" : "The startup paths containing the JavaScript files.", "dynamic" : false, @@ -973,7 +995,7 @@ "category" : "option", "default" : "-", "deprecatedIn" : null, - "description" : "shortcut for '--log.output file://'", + "description" : "Shortcut for `--log.output file://`", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -991,7 +1013,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "group to use for new log file, user must be a member of this group", + "description" : "The group to use for a new log file. The user must be a member of this group.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1009,7 +1031,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "mode to use for new log file, umask will be applied as well", + "description" : "The mode to use for a new log file. The umask is applied as well.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1109,7 +1131,7 @@ "info" ], "deprecatedIn" : null, - "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\nAvailable log levels: fatal, error, warning, info, debug, trace.\nAvailable log topics: all, audit-hotbackup, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, deprecation, views, v8, validation, ttl, trx, threads, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.", + "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\n\nAvailable log levels: fatal, error, warning, info, debug, trace.\n\nAvailable log topics: all, agency, agencycomm, agencystore, aql, audit-authentication, audit-authorization, audit-collection, audit-database, audit-document, audit-hotbackup, audit-service, audit-view, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, deprecation, development, dump, engines, flush, general, graphs, heartbeat, httpclient, license, maintenance, memory, queries, rep-state, rep-wal, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1319,7 +1341,7 @@ "category" : "option", "default" : true, "deprecatedIn" : null, - "description" : "shorten filenames in log output (use with --log.line-number)", + "description" : "Shorten filenames in log output (use with `--log.line-number`).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1545,7 +1567,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1606,7 +1628,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://.", diff --git a/site/data/3.12/arangovpack.json b/site/data/3.12/arangovpack.json index c3cbf52a93..35df295f1a 100644 --- a/site/data/3.12/arangovpack.json +++ b/site/data/3.12/arangovpack.json @@ -273,7 +273,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "shortcut for '--log.output file://'", + "description" : "Shortcut for `--log.output file://`", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -291,7 +291,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "group to use for new log file, user must be a member of this group", + "description" : "The group to use for a new log file. The user must be a member of this group.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -309,7 +309,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "mode to use for new log file, umask will be applied as well", + "description" : "The mode to use for a new log file. The umask is applied as well.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -409,7 +409,7 @@ "info" ], "deprecatedIn" : null, - "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\nAvailable log levels: fatal, error, warning, info, debug, trace.\nAvailable log topics: all, audit-hotbackup, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, deprecation, views, v8, validation, ttl, trx, threads, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.", + "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\n\nAvailable log levels: fatal, error, warning, info, debug, trace.\n\nAvailable log topics: all, agency, agencycomm, agencystore, aql, audit-authentication, audit-authorization, audit-collection, audit-database, audit-document, audit-hotbackup, audit-service, audit-view, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, deprecation, development, dump, engines, flush, general, graphs, heartbeat, httpclient, license, maintenance, memory, queries, rep-state, rep-wal, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -619,7 +619,7 @@ "category" : "option", "default" : true, "deprecatedIn" : null, - "description" : "shorten filenames in log output (use with --log.line-number)", + "description" : "Shorten filenames in log output (use with `--log.line-number`).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, diff --git a/site/data/3.13/allMetrics.yaml b/site/data/3.13/allMetrics.yaml index dd75233966..6122caaae0 100644 --- a/site/data/3.13/allMetrics.yaml +++ b/site/data/3.13/allMetrics.yaml @@ -384,6 +384,26 @@ If the network or the Agents are overloaded, it can help to move Agent instances to separate machines. +- name: arangodb_api_recording_call_time + type: histogram + category: Statistics + help: | + API recording runtime histogram. + description: | + Execution time histogram for API recording calls in nanoseconds. + + This histogram tracks the time it takes to record API calls in the ApiRecordingFeature. + The histogram uses a logarithmic scale with base 2, starting at 0 and going up to 16000.0 nanoseconds, + with 9 buckets. + unit: nanoseconds + introducedIn: "3.12.5" + category: Agency + complexity: high + exposedBy: + - agent + - coordinator + - dbserver + - single - name: arangodb_aql_all_query_total renamedFrom: arangodb_aql_all_query introducedIn: "3.8.0" @@ -679,83 +699,75 @@ Total execution time of all AQL queries, in milliseconds, including all slow queries. -- name: arangodb_async_promises_total +- name: arangodb_async_existing_promises introducedIn: "3.12.4" help: | - Total number of registered asynchronous promises since database creation. - unit: number - type: counter - category: Statistics - complexity: advanced - exposedBy: - - dbserver - description: | - Total number of registered asynchronous promises since database creation. - -- name: arangodb_async_ready_for_deletion_promises - introducedIn: "3.12.4" - help: | - Number of currently registered asynchronous promises that wait for their garbage collection. + Number of currently existing asynchronous promises. unit: number type: gauge category: Statistics complexity: advanced exposedBy: - dbserver + - coordinator description: | - Number of currently registered asynchronous promises that wait for their garbage collection. + Number of currently existing asynchronous promises. -- name: arangodb_async_registered_promises +- name: arangodb_async_existing_thread_registries introducedIn: "3.12.4" help: | - Number of currently registered asynchronous promises. + Number of threads that started currently existing asyncronous operations. unit: number type: gauge category: Statistics complexity: advanced exposedBy: - dbserver + - coordinator description: | - Number of currently registered asynchronous promises. + Number of threads that started currently existing asyncronous operations. The thread itself does not need to exist any more. This number also includes still running threads that have started asyncronous operations which do not exist any more. -- name: arangodb_async_registered_threads +- name: arangodb_async_promises_total introducedIn: "3.12.4" help: | - Number of threads the asynchronous registry iterates over to list all asynchronous promises. + Total number of created asynchronous promises since database creation. unit: number - type: gauge + type: counter category: Statistics complexity: advanced exposedBy: - dbserver + - coordinator description: | - Number of threads the asynchronous registry iterates over to list all asynchronous promises. + Total number of created asynchronous promises since database creation. -- name: arangodb_async_running_threads +- name: arangodb_async_ready_for_deletion_promises introducedIn: "3.12.4" help: | - Number of currently running threads that registered asynchronous promises. + Number of currently existing asynchronous promises that wait for their garbage collection. unit: number type: gauge category: Statistics complexity: advanced exposedBy: - dbserver + - coordinator description: | - Number of currently running threads that registered asynchronous promises. + Number of currently existing asynchronous promises that wait for their garbage collection. -- name: arangodb_async_threads_total +- name: arangodb_async_thread_registries_total introducedIn: "3.12.4" help: | - Total number of threads that registered asynchronous promises since database creation. + Total number of threads that started asynchronous operations since database creation. unit: number type: counter category: Statistics complexity: advanced exposedBy: - dbserver + - coordinator description: | - Total number of threads that registered asynchronous promises since database creation. + Total number of threads that started asynchronous operations since database creation. - name: arangodb_client_connection_statistics_bytes_received introducedIn: "3.8.0" diff --git a/site/data/3.13/arangobackup.json b/site/data/3.13/arangobackup.json index 1ab396fc3b..2b453ad295 100644 --- a/site/data/3.13/arangobackup.json +++ b/site/data/3.13/arangobackup.json @@ -371,7 +371,7 @@ "category" : "option", "default" : "-", "deprecatedIn" : null, - "description" : "shortcut for '--log.output file://'", + "description" : "Shortcut for `--log.output file://`", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -389,7 +389,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "group to use for new log file, user must be a member of this group", + "description" : "The group to use for a new log file. The user must be a member of this group.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -407,7 +407,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "mode to use for new log file, umask will be applied as well", + "description" : "The mode to use for a new log file. The umask is applied as well.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -507,7 +507,7 @@ "info" ], "deprecatedIn" : null, - "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\nAvailable log levels: fatal, error, warning, info, debug, trace.\nAvailable log topics: all, audit-hotbackup, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, deprecation, views, v8, validation, ttl, trx, threads, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.", + "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\n\nAvailable log levels: fatal, error, warning, info, debug, trace.\n\nAvailable log topics: all, agency, agencycomm, agencystore, aql, audit-authentication, audit-authorization, audit-collection, audit-database, audit-document, audit-hotbackup, audit-service, audit-view, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, deprecation, development, dump, engines, flush, general, graphs, heartbeat, httpclient, license, maintenance, memory, queries, rep-state, rep-wal, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -717,7 +717,7 @@ "category" : "option", "default" : true, "deprecatedIn" : null, - "description" : "shorten filenames in log output (use with --log.line-number)", + "description" : "Shorten filenames in log output (use with `--log.line-number`).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, diff --git a/site/data/3.13/arangobench.json b/site/data/3.13/arangobench.json index 0ae1e536eb..6b9809ef71 100644 --- a/site/data/3.13/arangobench.json +++ b/site/data/3.13/arangobench.json @@ -611,7 +611,7 @@ "category" : "option", "default" : "-", "deprecatedIn" : null, - "description" : "shortcut for '--log.output file://'", + "description" : "Shortcut for `--log.output file://`", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -629,7 +629,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "group to use for new log file, user must be a member of this group", + "description" : "The group to use for a new log file. The user must be a member of this group.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -647,7 +647,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "mode to use for new log file, umask will be applied as well", + "description" : "The mode to use for a new log file. The umask is applied as well.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -747,7 +747,7 @@ "info" ], "deprecatedIn" : null, - "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\nAvailable log levels: fatal, error, warning, info, debug, trace.\nAvailable log topics: all, audit-hotbackup, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, deprecation, views, v8, validation, ttl, trx, threads, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.", + "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\n\nAvailable log levels: fatal, error, warning, info, debug, trace.\n\nAvailable log topics: all, agency, agencycomm, agencystore, aql, audit-authentication, audit-authorization, audit-collection, audit-database, audit-document, audit-hotbackup, audit-service, audit-view, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, deprecation, development, dump, engines, flush, general, graphs, heartbeat, httpclient, license, maintenance, memory, queries, rep-state, rep-wal, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -957,7 +957,7 @@ "category" : "option", "default" : true, "deprecatedIn" : null, - "description" : "shorten filenames in log output (use with --log.line-number)", + "description" : "Shorten filenames in log output (use with `--log.line-number`).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, diff --git a/site/data/3.13/arangod.json b/site/data/3.13/arangod.json index 4a07f67c69..1d81622ea1 100644 --- a/site/data/3.13/arangod.json +++ b/site/data/3.13/arangod.json @@ -1393,7 +1393,7 @@ "agent", "single" ], - "default" : 7735569408, + "default" : 7735568384, "deprecatedIn" : null, "description" : "The global size limit for all caches (in bytes).", "dynamic" : true, @@ -2779,7 +2779,7 @@ "dbserver", "single" ], - "default" : 6188455526, + "default" : 6188454707, "deprecatedIn" : null, "description" : "Maximum memory usage (in bytes) to be used by all ongoing dumps.", "dynamic" : true, @@ -4258,7 +4258,7 @@ ], "default" : "-", "deprecatedIn" : null, - "description" : "shortcut for '--log.output file://'", + "description" : "Shortcut for `--log.output file://`", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -4282,7 +4282,7 @@ ], "default" : "", "deprecatedIn" : null, - "description" : "group to use for new log file, user must be a member of this group", + "description" : "The group to use for a new log file. The user must be a member of this group.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -4306,7 +4306,7 @@ ], "default" : "", "deprecatedIn" : null, - "description" : "mode to use for new log file, umask will be applied as well", + "description" : "The mode to use for a new log file. The umask is applied as well.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -4516,7 +4516,7 @@ "info" ], "deprecatedIn" : null, - "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\nAvailable log levels: fatal, error, warning, info, debug, trace.\nAvailable log topics: all, audit-hotbackup, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, arangosearch, deprecation, views, v8, validation, ttl, trx, threads, libiresearch, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.", + "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\n\nAvailable log levels: fatal, error, warning, info, debug, trace.\n\nAvailable log topics: all, agency, agencycomm, agencystore, aql, arangosearch, audit-authentication, audit-authorization, audit-collection, audit-database, audit-document, audit-hotbackup, audit-service, audit-view, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, deprecation, development, dump, engines, flush, general, graphs, heartbeat, httpclient, libiresearch, license, maintenance, memory, queries, rep-state, rep-wal, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -4786,7 +4786,7 @@ ], "default" : true, "deprecatedIn" : null, - "description" : "shorten filenames in log output (use with --log.line-number)", + "description" : "Shorten filenames in log output (use with `--log.line-number`).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -5669,7 +5669,7 @@ "type" : "boolean" }, "query.global-memory-limit" : { - "base" : 33089761280, + "base" : 33089757184, "category" : "option", "component" : [ "coordinator", @@ -5677,7 +5677,7 @@ "agent", "single" ], - "default" : 26802706636, + "default" : 26802703319, "deprecatedIn" : null, "description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).", "dynamic" : true, @@ -6004,7 +6004,7 @@ "type" : "uint64" }, "query.memory-limit" : { - "base" : 33089761280, + "base" : 33089757184, "category" : "option", "component" : [ "coordinator", @@ -6012,7 +6012,7 @@ "agent", "single" ], - "default" : 19853856768, + "default" : 19853854311, "deprecatedIn" : null, "description" : "The memory threshold per AQL query (in bytes, 0 = no limit).", "dynamic" : true, @@ -7209,7 +7209,7 @@ "agent", "single" ], - "default" : 9282683289, + "default" : 9282682060, "deprecatedIn" : null, "description" : "The size of block cache (in bytes).", "dynamic" : true, @@ -9186,7 +9186,7 @@ "agent", "single" ], - "default" : 2592000, + "default" : 86400, "deprecatedIn" : null, "description" : "Time-to-live (in seconds) for periodic compaction of .sst files, based on the file age (0 = no periodic compaction).", "dynamic" : false, @@ -9739,7 +9739,7 @@ "agent", "single" ], - "default" : 12376911052, + "default" : 12376909414, "deprecatedIn" : null, "description" : "The maximum total size of in-memory write buffers (0 = unbounded).", "dynamic" : true, @@ -10148,6 +10148,52 @@ "section" : "server", "type" : "boolean" }, + "server.api-call-recording" : { + "category" : "command", + "component" : [ + "coordinator", + "dbserver", + "agent", + "single" + ], + "deprecatedIn" : null, + "description" : "Record recent API calls for debugging purposes (default: true).", + "dynamic" : false, + "enterpriseOnly" : false, + "experimental" : false, + "hidden" : true, + "introducedIn" : null, + "obsolete" : false, + "os" : [ + "linux" + ], + "requiresValue" : false, + "section" : "server", + "type" : "boolean" + }, + "server.api-recording-memory-limit" : { + "category" : "command", + "component" : [ + "coordinator", + "dbserver", + "agent", + "single" + ], + "deprecatedIn" : null, + "description" : "Memory limit for the list of ApiCallRecords.", + "dynamic" : false, + "enterpriseOnly" : false, + "experimental" : false, + "hidden" : true, + "introducedIn" : null, + "obsolete" : false, + "os" : [ + "linux" + ], + "requiresValue" : true, + "section" : "server", + "type" : "uint64" + }, "server.authentication" : { "category" : "option", "component" : [ @@ -10649,6 +10695,35 @@ "section" : "server", "type" : "string" }, + "server.license-check-interval" : { + "base" : 120, + "category" : "option", + "component" : [ + "coordinator", + "dbserver", + "agent", + "single" + ], + "default" : 120, + "deprecatedIn" : null, + "description" : "Sets the License check update interval in seconds (max 120 seconds)", + "dynamic" : false, + "enterpriseOnly" : false, + "experimental" : false, + "hidden" : false, + "introducedIn" : null, + "maxInclusive" : true, + "maxValue" : 120, + "minInclusive" : true, + "minValue" : 1, + "obsolete" : false, + "os" : [ + "linux" + ], + "requiresValue" : true, + "section" : "server", + "type" : "uint64" + }, "server.maintenance-actions-block" : { "base" : 1, "category" : "option", @@ -10755,6 +10830,34 @@ "section" : "server", "type" : "uint32" }, + "server.maximal-number-sync-shard-actions" : { + "base" : 1, + "category" : "option", + "component" : [ + "dbserver" + ], + "default" : 32, + "deprecatedIn" : null, + "description" : "The maximum number of SynchronizeShard actions which may be queued at any given time.", + "dynamic" : false, + "enterpriseOnly" : false, + "experimental" : false, + "hidden" : true, + "introducedIn" : [ + "v3.12.5" + ], + "maxInclusive" : true, + "maxValue" : 18446744073709551615, + "minInclusive" : true, + "minValue" : 1, + "obsolete" : false, + "os" : [ + "linux" + ], + "requiresValue" : true, + "section" : "server", + "type" : "uint64" + }, "server.maximal-queue-size" : { "base" : 1, "category" : "option", diff --git a/site/data/3.13/arangodump.json b/site/data/3.13/arangodump.json index c62b05aba1..a80ae94139 100644 --- a/site/data/3.13/arangodump.json +++ b/site/data/3.13/arangodump.json @@ -695,7 +695,7 @@ "category" : "option", "default" : "-", "deprecatedIn" : null, - "description" : "shortcut for '--log.output file://'", + "description" : "Shortcut for `--log.output file://`", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -713,7 +713,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "group to use for new log file, user must be a member of this group", + "description" : "The group to use for a new log file. The user must be a member of this group.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -731,7 +731,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "mode to use for new log file, umask will be applied as well", + "description" : "The mode to use for a new log file. The umask is applied as well.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -831,7 +831,7 @@ "info" ], "deprecatedIn" : null, - "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\nAvailable log levels: fatal, error, warning, info, debug, trace.\nAvailable log topics: all, audit-hotbackup, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, deprecation, views, v8, validation, ttl, trx, threads, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.", + "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\n\nAvailable log levels: fatal, error, warning, info, debug, trace.\n\nAvailable log topics: all, agency, agencycomm, agencystore, aql, audit-authentication, audit-authorization, audit-collection, audit-database, audit-document, audit-hotbackup, audit-service, audit-view, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, deprecation, development, dump, engines, flush, general, graphs, heartbeat, httpclient, license, maintenance, memory, queries, rep-state, rep-wal, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1041,7 +1041,7 @@ "category" : "option", "default" : true, "deprecatedIn" : null, - "description" : "shorten filenames in log output (use with --log.line-number)", + "description" : "Shorten filenames in log output (use with `--log.line-number`).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1224,7 +1224,7 @@ "category" : "option", "default" : "/dump", "deprecatedIn" : null, - "description" : "The output directory.", + "description" : "The folder path to write the dump to.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1284,7 +1284,7 @@ "category" : "option", "default" : true, "deprecatedIn" : null, - "description" : "Show the progress.", + "description" : "Show the dump progress.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, diff --git a/site/data/3.13/arangoexport.json b/site/data/3.13/arangoexport.json index a3904bd1ee..3d6773af5f 100644 --- a/site/data/3.13/arangoexport.json +++ b/site/data/3.13/arangoexport.json @@ -142,7 +142,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "An AQL query to run.", + "description" : "An AQL query to run for computing the data you want to export.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -502,7 +502,7 @@ "category" : "option", "default" : "-", "deprecatedIn" : null, - "description" : "shortcut for '--log.output file://'", + "description" : "Shortcut for `--log.output file://`", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -520,7 +520,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "group to use for new log file, user must be a member of this group", + "description" : "The group to use for a new log file. The user must be a member of this group.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -538,7 +538,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "mode to use for new log file, umask will be applied as well", + "description" : "The mode to use for a new log file. The umask is applied as well.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -638,7 +638,7 @@ "info" ], "deprecatedIn" : null, - "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\nAvailable log levels: fatal, error, warning, info, debug, trace.\nAvailable log topics: all, audit-hotbackup, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, deprecation, views, v8, validation, ttl, trx, threads, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.", + "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\n\nAvailable log levels: fatal, error, warning, info, debug, trace.\n\nAvailable log topics: all, agency, agencycomm, agencystore, aql, audit-authentication, audit-authorization, audit-collection, audit-database, audit-document, audit-hotbackup, audit-service, audit-view, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, deprecation, development, dump, engines, flush, general, graphs, heartbeat, httpclient, license, maintenance, memory, queries, rep-state, rep-wal, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -848,7 +848,7 @@ "category" : "option", "default" : true, "deprecatedIn" : null, - "description" : "shorten filenames in log output (use with --log.line-number)", + "description" : "Shorten filenames in log output (use with `--log.line-number`).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, diff --git a/site/data/3.13/arangoimport.json b/site/data/3.13/arangoimport.json index e7b88829c3..ea0d0f2b33 100644 --- a/site/data/3.13/arangoimport.json +++ b/site/data/3.13/arangoimport.json @@ -202,7 +202,7 @@ "category" : "option", "default" : false, "deprecatedIn" : null, - "description" : "create collection if it does not yet exist", + "description" : "Create the target collection if it does not already exist.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -407,7 +407,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "The file to read the CSV or TSV header from. If specified, no header is expected in the regular input file.", + "description" : "The file to read the CSV or TSV column headers from. If specified, no header is expected in the regular input file.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -569,7 +569,7 @@ "category" : "option", "default" : "-", "deprecatedIn" : null, - "description" : "shortcut for '--log.output file://'", + "description" : "Shortcut for `--log.output file://`", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -587,7 +587,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "group to use for new log file, user must be a member of this group", + "description" : "The group to use for a new log file. The user must be a member of this group.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -605,7 +605,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "mode to use for new log file, umask will be applied as well", + "description" : "The mode to use for a new log file. The umask is applied as well.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -705,7 +705,7 @@ "info" ], "deprecatedIn" : null, - "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\nAvailable log levels: fatal, error, warning, info, debug, trace.\nAvailable log topics: all, audit-hotbackup, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, deprecation, views, v8, validation, ttl, trx, threads, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.", + "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\n\nAvailable log levels: fatal, error, warning, info, debug, trace.\n\nAvailable log topics: all, agency, agencycomm, agencystore, aql, audit-authentication, audit-authorization, audit-collection, audit-database, audit-document, audit-hotbackup, audit-service, audit-view, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, deprecation, development, dump, engines, flush, general, graphs, heartbeat, httpclient, license, maintenance, memory, queries, rep-state, rep-wal, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -915,7 +915,7 @@ "category" : "option", "default" : true, "deprecatedIn" : null, - "description" : "shorten filenames in log output (use with --log.line-number)", + "description" : "Shorten filenames in log output (use with `--log.line-number`).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1081,7 +1081,7 @@ "category" : "option", "default" : 20, "deprecatedIn" : null, - "description" : "The maxium number of errors after which the import will stop.", + "description" : "The maximum number of errors after which the import will stop.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1107,7 +1107,7 @@ "default" : [ ], "deprecatedIn" : null, - "description" : "Merge attributes into new document attribute (e.g. \"mergedAttribute=[someAttribute]-[otherAttribute]\") (CSV and TSV only)", + "description" : "Concatenate attributes into a new document attribute, like \"mergedAttribute=[someAttribute]-[otherAttribute]\" (CSV and TSV only).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1572,7 +1572,7 @@ "default" : [ ], "deprecatedIn" : null, - "description" : "Translate an attribute name using the syntax \"from=to\". For CSV and TSV only.", + "description" : "Define a mapping for a column header to an attribute name using the syntax \"from=to\". You can specify this startup option multiple times. For CSV and TSV only.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, diff --git a/site/data/3.13/arangoinspect.json b/site/data/3.13/arangoinspect.json index d7ce9d48b2..3d4247bcef 100644 --- a/site/data/3.13/arangoinspect.json +++ b/site/data/3.13/arangoinspect.json @@ -667,6 +667,29 @@ "section" : "javascript", "type" : "string..." }, + "javascript.execution-deadline" : { + "base" : 1, + "category" : "option", + "default" : 0, + "deprecatedIn" : null, + "description" : "deadline in seconds. Once reached, calls will throw. HTTP timeouts will be adjusted.", + "dynamic" : false, + "enterpriseOnly" : false, + "experimental" : false, + "hidden" : true, + "introducedIn" : null, + "maxInclusive" : true, + "maxValue" : 4294967295, + "minInclusive" : true, + "minValue" : 0, + "obsolete" : false, + "os" : [ + "linux" + ], + "requiresValue" : true, + "section" : "javascript", + "type" : "uint32" + }, "javascript.files-allowlist" : { "category" : "option", "default" : [ @@ -972,7 +995,7 @@ "category" : "option", "default" : "-", "deprecatedIn" : null, - "description" : "shortcut for '--log.output file://'", + "description" : "Shortcut for `--log.output file://`", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -990,7 +1013,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "group to use for new log file, user must be a member of this group", + "description" : "The group to use for a new log file. The user must be a member of this group.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1008,7 +1031,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "mode to use for new log file, umask will be applied as well", + "description" : "The mode to use for a new log file. The umask is applied as well.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1108,7 +1131,7 @@ "info" ], "deprecatedIn" : null, - "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\nAvailable log levels: fatal, error, warning, info, debug, trace.\nAvailable log topics: all, audit-hotbackup, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, deprecation, views, v8, validation, ttl, trx, threads, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.", + "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\n\nAvailable log levels: fatal, error, warning, info, debug, trace.\n\nAvailable log topics: all, agency, agencycomm, agencystore, aql, audit-authentication, audit-authorization, audit-collection, audit-database, audit-document, audit-hotbackup, audit-service, audit-view, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, deprecation, development, dump, engines, flush, general, graphs, heartbeat, httpclient, license, maintenance, memory, queries, rep-state, rep-wal, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1318,7 +1341,7 @@ "category" : "option", "default" : true, "deprecatedIn" : null, - "description" : "shorten filenames in log output (use with --log.line-number)", + "description" : "Shorten filenames in log output (use with `--log.line-number`).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, diff --git a/site/data/3.13/arangorestore.json b/site/data/3.13/arangorestore.json index 5cc34810f0..733a848f6b 100644 --- a/site/data/3.13/arangorestore.json +++ b/site/data/3.13/arangorestore.json @@ -673,7 +673,7 @@ "category" : "option", "default" : "-", "deprecatedIn" : null, - "description" : "shortcut for '--log.output file://'", + "description" : "Shortcut for `--log.output file://`", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -691,7 +691,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "group to use for new log file, user must be a member of this group", + "description" : "The group to use for a new log file. The user must be a member of this group.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -709,7 +709,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "mode to use for new log file, umask will be applied as well", + "description" : "The mode to use for a new log file. The umask is applied as well.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -809,7 +809,7 @@ "info" ], "deprecatedIn" : null, - "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\nAvailable log levels: fatal, error, warning, info, debug, trace.\nAvailable log topics: all, audit-hotbackup, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, deprecation, views, v8, validation, ttl, trx, threads, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.", + "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\n\nAvailable log levels: fatal, error, warning, info, debug, trace.\n\nAvailable log topics: all, agency, agencycomm, agencystore, aql, audit-authentication, audit-authorization, audit-collection, audit-database, audit-document, audit-hotbackup, audit-service, audit-view, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, deprecation, development, dump, engines, flush, general, graphs, heartbeat, httpclient, license, maintenance, memory, queries, rep-state, rep-wal, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1019,7 +1019,7 @@ "category" : "option", "default" : true, "deprecatedIn" : null, - "description" : "shorten filenames in log output (use with --log.line-number)", + "description" : "Shorten filenames in log output (use with `--log.line-number`).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, diff --git a/site/data/3.13/arangosh.json b/site/data/3.13/arangosh.json index 734ffa2e29..8b7f8377e8 100644 --- a/site/data/3.13/arangosh.json +++ b/site/data/3.13/arangosh.json @@ -667,6 +667,29 @@ "section" : "javascript", "type" : "string..." }, + "javascript.execution-deadline" : { + "base" : 1, + "category" : "option", + "default" : 0, + "deprecatedIn" : null, + "description" : "deadline in seconds. Once reached, calls will throw. HTTP timeouts will be adjusted.", + "dynamic" : false, + "enterpriseOnly" : false, + "experimental" : false, + "hidden" : true, + "introducedIn" : null, + "maxInclusive" : true, + "maxValue" : 4294967295, + "minInclusive" : true, + "minValue" : 0, + "obsolete" : false, + "os" : [ + "linux" + ], + "requiresValue" : true, + "section" : "javascript", + "type" : "uint32" + }, "javascript.files-allowlist" : { "category" : "option", "default" : [ @@ -972,7 +995,7 @@ "category" : "option", "default" : "-", "deprecatedIn" : null, - "description" : "shortcut for '--log.output file://'", + "description" : "Shortcut for `--log.output file://`", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -990,7 +1013,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "group to use for new log file, user must be a member of this group", + "description" : "The group to use for a new log file. The user must be a member of this group.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1008,7 +1031,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "mode to use for new log file, umask will be applied as well", + "description" : "The mode to use for a new log file. The umask is applied as well.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1108,7 +1131,7 @@ "info" ], "deprecatedIn" : null, - "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\nAvailable log levels: fatal, error, warning, info, debug, trace.\nAvailable log topics: all, audit-hotbackup, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, deprecation, views, v8, validation, ttl, trx, threads, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.", + "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\n\nAvailable log levels: fatal, error, warning, info, debug, trace.\n\nAvailable log topics: all, agency, agencycomm, agencystore, aql, audit-authentication, audit-authorization, audit-collection, audit-database, audit-document, audit-hotbackup, audit-service, audit-view, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, deprecation, development, dump, engines, flush, general, graphs, heartbeat, httpclient, license, maintenance, memory, queries, rep-state, rep-wal, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -1318,7 +1341,7 @@ "category" : "option", "default" : true, "deprecatedIn" : null, - "description" : "shorten filenames in log output (use with --log.line-number)", + "description" : "Shorten filenames in log output (use with `--log.line-number`).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, diff --git a/site/data/3.13/arangovpack.json b/site/data/3.13/arangovpack.json index c3cbf52a93..35df295f1a 100644 --- a/site/data/3.13/arangovpack.json +++ b/site/data/3.13/arangovpack.json @@ -273,7 +273,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "shortcut for '--log.output file://'", + "description" : "Shortcut for `--log.output file://`", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -291,7 +291,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "group to use for new log file, user must be a member of this group", + "description" : "The group to use for a new log file. The user must be a member of this group.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -309,7 +309,7 @@ "category" : "option", "default" : "", "deprecatedIn" : null, - "description" : "mode to use for new log file, umask will be applied as well", + "description" : "The mode to use for a new log file. The umask is applied as well.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -409,7 +409,7 @@ "info" ], "deprecatedIn" : null, - "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\nAvailable log levels: fatal, error, warning, info, debug, trace.\nAvailable log topics: all, audit-hotbackup, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, deprecation, views, v8, validation, ttl, trx, threads, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.", + "description" : "Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).\n\nAvailable log levels: fatal, error, warning, info, debug, trace.\n\nAvailable log topics: all, agency, agencycomm, agencystore, aql, audit-authentication, audit-authorization, audit-collection, audit-database, audit-document, audit-hotbackup, audit-service, audit-view, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, deprecation, development, dump, engines, flush, general, graphs, heartbeat, httpclient, license, maintenance, memory, queries, rep-state, rep-wal, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false, @@ -619,7 +619,7 @@ "category" : "option", "default" : true, "deprecatedIn" : null, - "description" : "shorten filenames in log output (use with --log.line-number)", + "description" : "Shorten filenames in log output (use with `--log.line-number`).", "dynamic" : false, "enterpriseOnly" : false, "experimental" : false,