Skip to content
Snippets Groups Projects
Commit 906b7af6 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

chore: use updated flagfile as copied from Fleet server

parent cf3e89c5
No related branches found
No related tags found
No related merge requests found
# Server
tls_hostname={{ vault_fleet_host }}:{{ vault_fleet_port}}
--tls_server_certs=/etc/osquery/fleet.pem
# Enrollment
--host_identifier=instance
--enroll_secret_path=/etc/osquery/enroll_secret
--tls_server_certs=/etc/osquery/{{ vault_fleet_cert_name }}
--tls_hostname={{ vault_fleet_host }}:{{ vault_fleet_port}}
--host_identifier=uuid
--enroll_tls_endpoint=/api/v1/osquery/enroll
--enroll_tls_endpoint=/api/osquery/enroll
# Configuration
--config_plugin=tls
--config_tls_endpoint=/api/v1/osquery/config
--config_refresh=10
# Live query
--disable_distributed=false
--disable_events=false
--disable_logging=false
--distributed_plugin=tls
--distributed_interval=10
--distributed_tls_max_attempts=3
--distributed_tls_read_endpoint=/api/v1/osquery/distributed/read
--distributed_tls_write_endpoint=/api/v1/osquery/distributed/write
# Logging
--logger_plugin=tls
--logger_tls_endpoint=/api/v1/osquery/log
--logger_tls_period=10
# File carving
--disable_carver=false
--carver_start_endpoint=/api/v1/osquery/carve/begin
--carver_continue_endpoint=/api/v1/osquery/carve/block
--carver_block_size=2000000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment