mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Fix FleetDM - disable stats
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: config
|
kind: config
|
||||||
spec:
|
|
||||||
server_settings:
|
|
||||||
enable_analytics: false
|
|
||||||
spec:
|
spec:
|
||||||
agent_options:
|
agent_options:
|
||||||
config:
|
config:
|
||||||
@@ -33,3 +30,5 @@ spec:
|
|||||||
logger_tls_endpoint: /api/v1/osquery/log
|
logger_tls_endpoint: /api/v1/osquery/log
|
||||||
logger_tls_period: 10
|
logger_tls_period: 10
|
||||||
pack_delimiter: _
|
pack_delimiter: _
|
||||||
|
server_settings:
|
||||||
|
enable_analytics: false
|
||||||
Reference in New Issue
Block a user