docs-v2/layouts/shortcodes/cli/influxd-flags.md

5.6 KiB
Raw Blame History

Flag Description Input type
--assets-path Override default assets by serving from a specific directory (developer mode) string
--bolt-path Path to boltdb database (default ~/.influxdbv2/influxd.bolt) string
--e2e-testing Add /debug/flush endpoint to clear stores; used for end-to-end tests (default false)
--engine-path Path to persistent engine files (default ~/.influxdbv2/engine) string
-h, --help Help for the influxd command
--http-bind-address Bind address for the REST HTTP API (default :9999) string
--log-level Supported log levels are debug, info, and error (default info) string
--new-meta-store Enables the new meta store
--new-meta-store-read-only Toggle read-only mode for the new meta store and duplicate reads between old and new store (default true)
--no-tasks Disables the task scheduler
--query-concurrency Number of queries allowed to execute concurrently (default 10) integer
--query-initial-memory-bytes Initial bytes of memory allocated for a query (default = query-memory-bytes) integer
--query-max-memory-bytes Maximum total bytes of memory allowed for queries (default = query-concurrency × query-memory-bytes) integer
--query-memory-bytes Maximum bytes of memory allowed for a single query (default unlimited, must be >= query-initial-memory-bytes) integer
--query-queue-size Maximum number of queries allowed in execution queue (default 10) integer
--reporting-disabled Disable sending telemetry data to https://telemetry.influxdata.com
--secret-store Data store for secrets (bolt or vault) (default bolt) string
--session-length TTL in minutes for newly created sessions (default 60) integer
--session-renew-disabled Disables automatically extending session TTL on request
--store Data store for REST resources (bolt or memory) (default bolt) string
--tls-cert Path to TLS certificate file string
--tls-key Path to TLS private key file string
--tracing-type Supported tracing types (log or jaeger) string
--vault-addr Address of the Vault server (example: https://127.0.0.1:8200/) string
--vault-cacert Path to a PEM-encoded CA certificate file string
--vault-capath Path to a directory of PEM-encoded CA certificate files string
--vault-client-cert Path to a PEM-encoded client certificate string
--vault-client-key Path to an unencrypted, PEM-encoded private key which corresponds to the matching client certificate string
--vault-max-retries Maximum number of retries when encountering a 5xx error code (default 2) integer
--vault-client-timeout Vault client timeout (default 60s) duration
--vault-skip-verify Skip certificate verification when communicating with Vault
--vault-tls-server-name Name to use as the SNI host when connecting to Vault via TLS string
--vault-token Vault authentication token string