Arangoinspect Options

    Console

    NameTypeDescription
    console.audit-filestringAudit log file to save commands and resultsDefault: ""
    console.auto-completebooleanEnable auto completionThis option can be specified without value to enable it.Default: true
    console.colorsbooleanEnable color supportThis option can be specified without value to enable it.Default: false
    console.historybooleanWhether or not to load and persist command-line historyThis option can be specified without value to enable it.Default: trueIntroduced in: v3.4.5, v3.5.0
    console.pagerbooleanEnable pagingThis option can be specified without value to enable it.Default: false
    console.pager-commandstringPager commandDefault: "less -X -R -F -L"
    console.pretty-printbooleanEnable pretty printingThis option can be specified without value to enable it.Default: true
    console.promptstringPrompt used in repl. prompt components are: ‘%t’: current time as timestamp, ‘%p’: duration of last command in seconds, ‘%d’: name of current database, ‘%e’: current endpoint, ‘%e’: current endpoint without protocol, ‘%u’: current userDefault: "%E@%d> "

    Encryption

    NameTypeDescription
    encryption.key-generatorstring_Enterprise Edition only_Program providing the encryption key on stdout. if set, encryption will be enabled.Default: ""
    encryption.keyfilestring_Enterprise Edition only_File containing the encryption key. if set, encryption will be enabled.Default: ""

    Log

    NameTypeDescription
    log.colorbooleanUse colors for tty loggingThis option can be specified without value to enable it.Default: true
    log.escapebooleanEscape characters when loggingThis option can be specified without value to enable it.Default: true
    log.filestringShortcut for ‘—log.output file://'Default: "-"
    log.file-groupstringGroup to use for new log file, user must be a member of this groupDefault: ""Introduced in: v3.4.5, v3.5.0
    log.file-modestringMode to use for new log file, umask will be applied as wellDefault: ""Introduced in: v3.4.5, v3.5.0
    log.force-directbooleanDo not start a seperate thread for loggingThis option can be specified without value to enable it.Default: false
    log.foreground-ttybooleanAlso log to tty if backgroundedThis option can be specified without value to enable it.Default: false
    log.keep-logrotatebooleanKeep the old log file after receiving a sighupThis option can be specified without value to enable it.Default: false
    log.levelstring…The global or topic-specific log levelDefault: ["info"]
    booleanAppend line number and file nameThis option can be specified without value to enable it.Default: false
    log.outputstring…Log destination(s)Default: []
    log.performancebooleanShortcut for ‘—log.level performance=trace’This option can be specified without value to enable it.Default: false
    log.prefixstringPrefix log message with this stringDefault: ""
    log.request-parametersbooleanInclude full urls and http request parameters in trace logsThis option can be specified without value to enable it.Default: true
    log.rolebooleanLog server roleThis option can be specified without value to enable it.Default: false
    log.shorten-filenamesbooleanShorten filenames in log output (use with —log.line-number)This option can be specified without value to enable it.Default: true
    log.threadbooleanShow thread identifier in log messageThis option can be specified without value to enable it.Default: false
    log.thread-namebooleanShow thread name in log messageThis option can be specified without value to enable it.Default: false
    log.use-local-timebooleanUse local timezone instead of utcThis option can be specified without value to enable it.Default: false
    log.use-microtimebooleanUse microtime insteadThis option can be specified without value to enable it.Default: false

    Random

    NameTypeDescription
    random.generatoruint32Random number generator to use (1 = mersenne, 2 = random, 3 = urandom, 4 = combined (not for windows), 5 = wincrypt (windows only)Default: 1Possible values: 1, 2, 3, 4

    Ssl

    NameTypeDescription
    ssl.protocoluint64Ssl protocol (1 = sslv2, 2 = sslv2 or sslv3 (negotiated), 3 = sslv3, 4 = tlsv1, 5 = tlsv1.2)Default: 5Possible values: 1, 2, 3, 4, 5

    Temp

    NameTypeDescription
    temp.pathstringPath for temporary filesDefault: