SOC file for influx

This commit is contained in:
Mike Reeves
2022-12-19 16:16:48 -05:00
parent c20f8c230b
commit 74af54a200

View File

@@ -87,252 +87,252 @@ influxdb:
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
max-concurrent-queries: max-concurrent-queries:
description: Enable InfluxDB meta server logging. description: The maximum number of concurrent queries allowed to be executing at one time.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
query-timeout: query-timeout:
description: Enable InfluxDB meta server logging. description: The maximum time a query will is allowed to execute before being killed by the system.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
log-queries-after: log-queries-after:
description: Enable InfluxDB meta server logging. description: The time threshold when a query will be logged as a slow query.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
max-select-point: max-select-point:
description: Enable InfluxDB meta server logging. description: The maximum number of points a SELECT can process.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
max-select-series: max-select-series:
description: Enable InfluxDB meta server logging. description: The maximum number of series a SELECT can run.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
max-select-buckets: max-select-buckets:
description: Enable InfluxDB meta server logging. description: The maxium number of group by time bucket a SELECT can create.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
retention: retention:
enabled: enabled:
description: Enable InfluxDB meta server logging. description: Determines whether retention policy enforcement enabled.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
check-interval: check-interval:
description: Enable InfluxDB meta server logging. description: The interval of time when retention policy enforcement checks run.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
shard-precreation: shard-precreation:
enabled: enabled:
description: Enable InfluxDB meta server logging. description: Determines whether shard pre-creation service is enabled.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
check-interval: check-interval:
description: Enable InfluxDB meta server logging. description: The interval of time when the check to pre-create new shards runs.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
advance-period: advance-period:
description: Enable InfluxDB meta server logging. description: The default period ahead of the endtime of a shard group that its successor group is created.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
monitor: monitor:
store-enabled: store-enabled:
description: Enable InfluxDB meta server logging. description: Whether to record statistics internally.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
store-database: store-database:
description: Enable InfluxDB meta server logging. description: The destination database for recorded statistics.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
store-interval: store-interval:
description: Enable InfluxDB meta server logging. description: The interval at which to record statistics.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
http: http:
enabled: enabled:
description: Enable InfluxDB meta server logging. description: Determines whether HTTP endpoint is enabled.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
flux-enabled: flux-enabled:
description: Enable InfluxDB meta server logging. description: Determines whether the Flux query endpoint is enabled.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
bind-address: bind-address:
description: Enable InfluxDB meta server logging. description: The bind address used by the HTTP service.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
auth-enabled: auth-enabled:
description: Enable InfluxDB meta server logging. description: Determines whether user authentication is enabled over HTTP/HTTPS.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
realm: realm:
description: Enable InfluxDB meta server logging. description: The default realm sent back when issuing a basic auth challenge.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
log-enabled: log-enabled:
description: Enable InfluxDB meta server logging. description: Determines whether HTTP request logging is enabled.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
suppress-write-log: suppress-write-log:
description: Enable InfluxDB meta server logging. description: Determines whether the HTTP write request logs should be suppressed when the log is enabled.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
access-log-path: access-log-path:
description: Enable InfluxDB meta server logging. description: Path for http access logs.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
access-log-status-filters: access-log-status-filters:
description: Enable InfluxDB meta server logging. description: Filters which requests should be logged.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
write-tracing: write-tracing:
description: Enable InfluxDB meta server logging. description: Determines whether detailed write logging is enabled.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
pprof-enabled: pprof-enabled:
description: Enable InfluxDB meta server logging. description: Determines whether the pprof endpoint is enabled.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
debug-pprof-enabled: debug-pprof-enabled:
description: Enable InfluxDB meta server logging. description: Determines whether the pprof endpoint is enabled in debug mode.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
https-enabled: https-enabled:
description: Enable InfluxDB meta server logging. description: Determines whether HTTPS is enabled.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
https-certificate: https-certificate:
description: Enable InfluxDB meta server logging. description: The SSL certificate to use when HTTPS is enabled.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
https-private-key: https-private-key:
description: Enable InfluxDB meta server logging. description: Use a separate private key location.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
shared-secret: shared-secret:
description: Enable InfluxDB meta server logging. description: The JWT auth shared secret to validate requests using JSON web tokens.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
max-row-limit: max-row-limit:
description: Enable InfluxDB meta server logging. description: The default chunk size for result sets that should be chunked.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
max-connection-limit: max-connection-limit:
description: Enable InfluxDB meta server logging. description: The maximum number of HTTP connections that may be open at once.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
unix-socket-enabled: unix-socket-enabled:
description: Enable InfluxDB meta server logging. description: Enable http service over unix domain socket.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
bind-socket: bind-socket:
description: Enable InfluxDB meta server logging. description: The path of the unix domain socket.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
max-body-size: max-body-size:
description: Enable InfluxDB meta server logging. description: The maximum size of a client request body, in bytes.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
max-concurrent-write-limit: max-concurrent-write-limit:
description: Enable InfluxDB meta server logging. description: The maximum number of writes processed concurrently.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
max-enqueued-write-limit: max-enqueued-write-limit:
description: Enable InfluxDB meta server logging. description: The maximum number of writes queued for processing.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
enqueued-write-timeout: enqueued-write-timeout:
description: Enable InfluxDB meta server logging. description: The maximum duration for a write to wait in the queue to be processed.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
logging: logging:
format: format:
description: Enable InfluxDB meta server logging. description: Determines which log encoder to use for logs.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
level: level:
description: Enable InfluxDB meta server logging. description: Determines which level of logs will be emitted.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
suppress-logo: suppress-logo:
description: Enable InfluxDB meta server logging. description: Suppresses the logo output that is printed when the program is started.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
subscriber: subscriber:
enabled: enabled:
description: Enable InfluxDB meta server logging. description: Determines whether the subscriber service is enabled.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
http-timeout: http-timeout:
description: Enable InfluxDB meta server logging. description: The default timeout for HTTP writes to subscribers.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
insecure-skip-verify: insecure-skip-verify:
description: Enable InfluxDB meta server logging. description: Allows insecure HTTPS connections to subscribers.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
ca-certs: ca-certs:
description: Enable InfluxDB meta server logging. description: The path to the PEM encoded CA certs file.
global: True global: True
advanced: True advanced: True
helpLink: influxdb.html helpLink: influxdb.html
write-concurrency: write-concurrency:
description: Enable InfluxDB meta server logging. description: he number of writer goroutines processing the write channel.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
write-buffer-size: write-buffer-size:
description: Enable InfluxDB meta server logging. description: The number of in-flight writes buffered in the write channel.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
continuous_queries: continuous_queries:
enabled: enabled:
description: Enable InfluxDB meta server logging. description: Determines whether the continuous query service is enabled.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
log-enabled: log-enabled:
description: Enable InfluxDB meta server logging. description: Controls whether queries are logged when executed by the CQ service.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
query-stats-enabled: query-stats-enabled:
description: Enable InfluxDB meta server logging. description: Controls whether queries are logged to the self-monitoring data store.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
run-interval: run-interval:
description: Enable InfluxDB meta server logging. description: Interval for how often continuous queries will be checked if they need to run.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
tls: tls:
ciphers: ciphers:
description: Enable InfluxDB meta server logging. description: Determines the available set of cipher suites.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
min-version: min-version:
description: Enable InfluxDB meta server logging. description: Minimum version of the tls protocol that will be negotiated.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
max-version: max-version:
description: Enable InfluxDB meta server logging. description: Maximum version of the tls protocol that will be negotiated.
global: True global: True
helpLink: influxdb.html helpLink: influxdb.html
retention_policies: retention_policies: