Hi folks have you tried to use like case insensiti...
# fleet
a
Hi folks have you tried to use like case insensitive before in fleet queries.
Copy code
PRAGMA case_sensitive_like=true;
i found that osqueryi is able to run the queries fine, but when i set the query in fleet osquery agents throws this error
Copy code
osqueryd[14484]: E0419 07:48:08.537770 14488 registry_factory.cpp:178] sql registry sql plugin caused exception: map::at:  key not found
z
That seems like a bug in osquery? Can you verify with
--tls_dump
that Fleet is sending the appropriate configuration?