Saurabh
08/16/2021, 7:25 PMSaurabh
08/16/2021, 7:47 PMStephan
08/16/2021, 11:20 PMproxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
On the other side I have fleet running on kubernetes across several clusters for redundancy. Sometimes on-demand queries will work and sometimes I'll get the below error:
Failed to load resource: the server responded with a status of 404 ()
bundle-ec4e3a98f99eeaa1006b.js:110 WebSocket connection to '<wss://fleetdm-testing.example.com/api/v1/fleet/results/198/dd3kiay2/websocket>' failed:
If I reduce the kubernetes deployments to a single deployment, everything works fine. Given that it's intermittent and works with a single cluster deployment, I suspect there is a handshake/routing issue happening at the kubernetes layer where responses are not landing where fleet expects them. Anyone got any thoughts on this?Steven
08/17/2021, 12:56 AMJason NG
08/17/2021, 2:19 AMabraham linkolan
08/17/2021, 7:55 AMEsteban
08/17/2021, 2:09 PMBacarus
08/17/2021, 3:24 PMfleetctl apply -f
.
For example if I wanna change osquery_status_log_plugin
I can see in the docs the config file format:
osquery:
status_log_plugin: firehouse
How should I write config file for fleetctl?
I’ve tried something like:
---
apiVersion: v1
kind: options
spec:
osquery:
status_log_plugin: stdout
but nothing changedMadhur Jodhwani
08/18/2021, 7:35 AMPeter Murphy
08/18/2021, 11:19 PMTudor
08/19/2021, 12:44 AMEsteban
08/19/2021, 2:06 PM{
"message": "Validation Failed",
"errors": [
{
"name": "base",
"reason": "Error 1451: Cannot delete or update a parent row: a foreign key constraint fails (`fleet`.`host_software`, CONSTRAINT `host_software_ibfk_1` FOREIGN KEY (`host_id`) REFERENCES `hosts` (`id`))"
}
]
}
Mystery Incorporated
08/20/2021, 11:24 AMerror translating to CPE, skipping...","ts":"2021-08-20T11:12:32.709543409Z"}
ror translating to CPE, skipping...","ts":"2021-08-20T11:12:32.70976741Z"}
"error translating to CPE, skipping...","ts":"2021-08-20T11:12:32.710017811Z"}
"error translating to CPE, skipping...","ts":"2021-08-20T11:12:32.710238713Z"}
3ecpe":"error translating to CPE, skipping...","ts":"2021-08-20T11:12:32.710462814Z"}
e":"error translating to CPE, skipping...","ts":"2021-08-20T11:12:32.710688215Z"}
ecpe":"error translating to CPE, skipping...","ts":"2021-08-20T11:12:32.710905216Z"}
3ecpe":"error translating to CPE, skipping...","ts":"2021-08-20T11:12:32.711120117Z"}
e-\u003ecpe":"error translating to CPE, skipping...","ts":"2021-08-20T11:12:32.711345619Z"}
eft on device","level":"error","msg":"analyzing vulnerable software: CPE-\u003eCVE","ts":"2021-08-20T11:12:36.756018754Z"}
Mystery Incorporated
08/20/2021, 11:25 AMMystery Incorporated
08/20/2021, 12:19 PMAhmed
08/20/2021, 12:26 PM500: Oh, something went wrong.
Please file an issue if you believe this is a bug.
Error 1305: FUNCTION fleetdb.JSON_ARRAYAGG does not exist
mikermcneil
08/20/2021, 3:56 PMpvirani
08/20/2021, 9:21 PMMystery Incorporated
08/22/2021, 1:08 AMfleet[10461]: {"component":"crons","cron":"vulnerabilities","err":"getting cpes for: increase-memory-limit: fts5: syntax error near \".\"","level":"error","software-\u003ecpe":"error translating to CPE, skipping...","ts":"2021-08-22T01:07:17.030214237Z"}
Mystery Incorporated
08/22/2021, 3:26 AMJason NG
08/23/2021, 1:43 AMwtheaker
08/23/2021, 7:38 PMChad
08/24/2021, 6:20 AMbenbass
08/24/2021, 6:30 PMbenbass
08/24/2021, 6:31 PMArtem
08/25/2021, 2:31 PMDavid J Davis
08/25/2021, 5:48 PMbenbass
08/25/2021, 9:03 PMRyan
08/26/2021, 1:48 PMtls_compatibility: intermediate
in our Fleet settings)
The error we get from osquery is:
Failed enrollment request to https://blabla (Request error: certificate verify failed) retrying...The PEM bundle we're using works in other software, for example, we're using it in Nginx absolutely fine. Does anyone have any suggestions what we can try?
Macear
08/26/2021, 2:49 PM