I am trying to obtain events from macOS, but appea...
# macos
s
I am trying to obtain events from macOS, but appear unable to. The queries always return empty. I'm using the following flags, which work with an Ubuntu VM.
Copy code
--host_identifier=uuid
--enroll_tls_endpoint=/api/v1/osquery/enroll
--config_plugin=tls
--config_tls_endpoint=/api/v1/osquery/config
--config_tls_refresh=10
--disable_distributed=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
--logger_plugin=tls
--logger_tls_endpoint=/api/v1/osquery/log
--logger_tls_period=10
--host_identifier=uuid
--disable_audit=false
--audit_allow_config=true
--audit_allow_process_events=true
--audit_allow_sockets=true
--pack_delimiter=/
--disable_events=false
--events_expiry=3600
--events_max=50000