mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
fix defaults for influx
This commit is contained in:
@@ -1,17 +1,17 @@
|
|||||||
influxdb:
|
influxdb:
|
||||||
config:
|
config:
|
||||||
meta:
|
meta:
|
||||||
dir: '/var/lib/influxdb/meta'
|
dir: '"/var/lib/influxdb/meta"'
|
||||||
retention-autocreate: true
|
retention-autocreate: 'true'
|
||||||
logging-enabled: true
|
logging-enabled: 'true'
|
||||||
data:
|
data:
|
||||||
dir: '/var/lib/influxdb/data'
|
dir: '"/var/lib/influxdb/data"'
|
||||||
wal-dir: /var/lib/influxdb/wal'
|
wal-dir: '"/var/lib/influxdb/wal"'
|
||||||
wal-fsync-delay: '0s'
|
wal-fsync-delay: '0s'
|
||||||
index-version: 'inmem'
|
index-version: 'inmem'
|
||||||
race-logging-enabled: false
|
race-logging-enabled: 'false'
|
||||||
query-log-enabled: true
|
query-log-enabled: 'true'
|
||||||
validate-keys: false
|
validate-keys: 'false'
|
||||||
cache-max-memory-size: '1g'
|
cache-max-memory-size: '1g'
|
||||||
cache-snapshot-memory-size: '25m'
|
cache-snapshot-memory-size: '25m'
|
||||||
cache-snapshot-write-cold-duration: '10m'
|
cache-snapshot-write-cold-duration: '10m'
|
||||||
@@ -22,7 +22,7 @@ influxdb:
|
|||||||
max-index-log-file-size: '1m'
|
max-index-log-file-size: '1m'
|
||||||
max-series-per-database: 1000000
|
max-series-per-database: 1000000
|
||||||
max-values-per-tag: 100000
|
max-values-per-tag: 100000
|
||||||
tsm-use-madv-willneed: false
|
tsm-use-madv-willneed: 'false'
|
||||||
coordinator:
|
coordinator:
|
||||||
write-timeout: '10s'
|
write-timeout: '10s'
|
||||||
max-concurrent-queries: 0
|
max-concurrent-queries: 0
|
||||||
@@ -32,37 +32,37 @@ influxdb:
|
|||||||
max-select-series: 0
|
max-select-series: 0
|
||||||
max-select-buckets: 0
|
max-select-buckets: 0
|
||||||
retention:
|
retention:
|
||||||
enabled: true
|
enabled: 'true'
|
||||||
check-interval: '30m'
|
check-interval: '30m'
|
||||||
shard-precreation:
|
shard-precreation:
|
||||||
enabled: true
|
enabled: 'true'
|
||||||
check-interval: '10m'
|
check-interval: '10m'
|
||||||
advance-period: '30m'
|
advance-period: '30m'
|
||||||
monitor:
|
monitor:
|
||||||
store-enabled: true
|
store-enabled: 'true'
|
||||||
store-database: '_internal'
|
store-database: '_internal'
|
||||||
store-interval: '10s'
|
store-interval: '10s'
|
||||||
http:
|
http:
|
||||||
enabled: true
|
enabled: 'true'
|
||||||
flux-enabled: true
|
flux-enabled: 'true'
|
||||||
bind-address: ':8086'
|
bind-address: ':8086'
|
||||||
auth-enabled: false
|
auth-enabled: 'false'
|
||||||
realm: 'InfluxDB'
|
realm: 'InfluxDB'
|
||||||
log-enabled: false
|
log-enabled: 'false'
|
||||||
suppress-write-log: false
|
suppress-write-log: 'false'
|
||||||
access-log-path: ''
|
access-log-path: ''
|
||||||
access-log-status-filters: []
|
access-log-status-filters: '[]''
|
||||||
write-tracing: false
|
write-tracing: 'false'
|
||||||
pprof-enabled: true
|
pprof-enabled: 'true'
|
||||||
debug-pprof-enabled: false
|
debug-pprof-enabled: 'false'
|
||||||
https-enabled: true
|
https-enabled: 'true'
|
||||||
https-certificate: '/etc/ssl/influxdb.crt'
|
https-certificate: '"/etc/ssl/influxdb.crt"'
|
||||||
https-private-key: '/etc/ssl/influxdb.key'
|
https-private-key: '"/etc/ssl/influxdb.key"'
|
||||||
shared-secret: ''
|
shared-secret: ''
|
||||||
max-row-limit: 0
|
max-row-limit: 0
|
||||||
max-connection-limit: 0
|
max-connection-limit: 0
|
||||||
unix-socket-enabled: false
|
unix-socket-enabled: 'false'
|
||||||
bind-socket: '/var/run/influxdb.sock'
|
bind-socket: '"/var/run/influxdb.sock"'
|
||||||
max-body-size: 25000000
|
max-body-size: 25000000
|
||||||
max-concurrent-write-limit: 0
|
max-concurrent-write-limit: 0
|
||||||
max-enqueued-write-limit: 0
|
max-enqueued-write-limit: 0
|
||||||
@@ -70,16 +70,16 @@ influxdb:
|
|||||||
logging:
|
logging:
|
||||||
format: 'auto'
|
format: 'auto'
|
||||||
level: 'info'
|
level: 'info'
|
||||||
suppress-logo: false
|
suppress-logo: 'false'
|
||||||
subscriber:
|
subscriber:
|
||||||
enabled: true
|
enabled: 'true'
|
||||||
http-timeout: '30s'
|
http-timeout: '30s'
|
||||||
insecure-skip-verify: false
|
insecure-skip-verify: 'false'
|
||||||
ca-certs: ''
|
ca-certs: ''
|
||||||
write-concurrency: 40
|
write-concurrency: 40
|
||||||
write-buffer-size: 1000
|
write-buffer-size: 1000
|
||||||
graphite:
|
graphite:
|
||||||
enabled: false
|
enabled: 'false'
|
||||||
database: 'graphite'
|
database: 'graphite'
|
||||||
retention-policy: ''
|
retention-policy: ''
|
||||||
bind-address: ':2003'
|
bind-address: ':2003'
|
||||||
@@ -93,13 +93,13 @@ influxdb:
|
|||||||
tags: ''
|
tags: ''
|
||||||
templates: ''
|
templates: ''
|
||||||
colectd:
|
colectd:
|
||||||
enabled: false
|
enabled: 'false'
|
||||||
bind-address: ':25826'
|
bind-address: ':25826'
|
||||||
database: 'collectd'
|
database: 'collectd'
|
||||||
retention-policy: ''
|
retention-policy: ''
|
||||||
typesdb: '/usr/local/share/collectd'
|
typesdb: '"/usr/local/share/collectd"'
|
||||||
security-level: 'none'
|
security-level: 'none'
|
||||||
auth-file: '/etc/collectd/auth_file'
|
auth-file: '"/etc/collectd/auth_file"'
|
||||||
batch-size: 5000
|
batch-size: 5000
|
||||||
bath-pending: 10
|
bath-pending: 10
|
||||||
read-buffer: 0
|
read-buffer: 0
|
||||||
@@ -110,14 +110,14 @@ influxdb:
|
|||||||
database: 'opentsdb'
|
database: 'opentsdb'
|
||||||
retention-policy: ''
|
retention-policy: ''
|
||||||
consistency-level: 'one'
|
consistency-level: 'one'
|
||||||
tls-enabled: false
|
tls-enabled: 'false'
|
||||||
certificate: '/etc/ssl/influxdb.pem'
|
certificate: '/etc/ssl/influxdb.pem'
|
||||||
log-point-errors: true
|
log-point-errors: 'true'
|
||||||
batch-size: 1000
|
batch-size: 1000
|
||||||
batch-pending: 5
|
batch-pending: 5
|
||||||
bath-timeout: '1s'
|
bath-timeout: '1s'
|
||||||
udp:
|
udp:
|
||||||
enabled: false
|
enabled: 'false'
|
||||||
bind-address: ':8089'
|
bind-address: ':8089'
|
||||||
database: 'udp'
|
database: 'udp'
|
||||||
retention-policy: ''
|
retention-policy: ''
|
||||||
@@ -127,32 +127,31 @@ influxdb:
|
|||||||
batch-timeout: '1s'
|
batch-timeout: '1s'
|
||||||
read-buffer: 0
|
read-buffer: 0
|
||||||
continuous_queries:
|
continuous_queries:
|
||||||
enabled: true
|
enabled: 'true'
|
||||||
log-enabled: true
|
log-enabled: 'true'
|
||||||
query-stats-enabled: false
|
query-stats-enabled: 'false'
|
||||||
run-interval: '1s'
|
run-interval: '1s'
|
||||||
tls:
|
tls:
|
||||||
ciphers:
|
ciphers:
|
||||||
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
|
- '"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA"'
|
||||||
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
|
- '"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256"'
|
||||||
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
|
- '"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"'
|
||||||
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
|
- '"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA"'
|
||||||
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
|
- '"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384"'
|
||||||
- TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
|
- '"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305"'
|
||||||
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
|
- '"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA"'
|
||||||
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
|
- '"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256"'
|
||||||
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
|
- '"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"'
|
||||||
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
|
- '"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA"'
|
||||||
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
- '"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"'
|
||||||
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
|
- '"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305"'
|
||||||
- TLS_RSA_WITH_AES_128_CBC_SHA
|
- '"TLS_RSA_WITH_AES_128_CBC_SHA"'
|
||||||
- TLS_RSA_WITH_AES_128_CBC_SHA256
|
- '"TLS_RSA_WITH_AES_128_CBC_SHA256"'
|
||||||
- TLS_RSA_WITH_AES_128_GCM_SHA256
|
- '"TLS_RSA_WITH_AES_128_GCM_SHA256"'
|
||||||
- TLS_RSA_WITH_AES_256_CBC_SHA
|
- '"TLS_RSA_WITH_AES_256_CBC_SHA"'
|
||||||
- TLS_RSA_WITH_AES_256_GCM_SHA384
|
- '"TLS_RSA_WITH_AES_256_GCM_SHA384"'
|
||||||
min-version: 'tls1.2'
|
min-version: 'tls1.2'
|
||||||
max-version: 'tls1.2'
|
max-version: 'tls1.2'
|
||||||
|
|
||||||
retention_policies:
|
retention_policies:
|
||||||
so_short_term:
|
so_short_term:
|
||||||
default: True
|
default: True
|
||||||
|
|||||||
Reference in New Issue
Block a user