Luke Heath
05/10/2023, 10:34 PMLili
05/11/2023, 8:38 AMAri Weinberg
05/11/2023, 5:31 PMSaulo Guilhermino
05/11/2023, 8:09 PM/usr/bin/zsh
). I expected this change to be reflected on the host details page in Fleet, but it never happened. I refetched a few times and nothing happened, until I decided to remove the machine from Fleet and wait for it to join again.
Now that the machine has rejoined, users no longer load. I've already tested the usersQueryStr
query locally, used by the server to populate the host_users table, and it returns the desired users in osqueryi
.
I'm currently using version 4.31.0 of Fleet.kish.jayson
05/12/2023, 12:04 AMvalues.yml
was that I disabled TLS for Fleet in addition to MySQL.Zapier
05/12/2023, 4:44 PMwennan.he
05/15/2023, 10:52 PM--mysql_address=[mysql_ip]:3306 \
--mysql_database=[db] \
--mysql_username=[user_name] \
--mysql_password="[mysql_pwd]"Failed to start: creating db connection: Error 1045: Access denied for user 'XXXXXX'@'XXXXXX' (using password: YES) we tried from our host connect to mysql and it works. but it keeps failing when we running the command of prepare db. plz advice.
Camilo
05/16/2023, 3:07 AM$ sudo /usr/local/bin/fleet serve --config /etc/fleetdm/fleetdm.yml
Using config file: /etc/fleetdm/fleetdm.yml
Failed to start: initialize Redis: refresh cluster: redisc: all nodes failed
ERR unknown command 'CLUSTER', with args beginning with: 'SLOTS'
Tung Nguyen
05/17/2023, 12:55 PMSaulo Guilhermino
05/17/2023, 5:02 PMZapier
05/17/2023, 7:49 PMDan Silva
05/17/2023, 9:11 PMShend Saliaga
05/18/2023, 9:02 PMTLS handshake error from 35.191.26.147:50390: EOF
wennan.he
05/19/2023, 3:08 AMZapier
05/19/2023, 1:07 PMLili
05/20/2023, 6:43 PMMay 19 15:10:39 HOST systemd[1]: Started Orbit osquery.
May 19 15:10:39 HOST orbit[2667636]: 2023-05-19T15:10:39+03:00 INF running with auto updates disabled
May 19 15:10:39 HOST orbit[2667636]: 2023-05-19T15:10:39+03:00 INF token rotation is enabled
May 19 15:10:39 HOST orbit[2667636]: 2023-05-19T15:10:39+03:00 INF start osqueryd cmd="/opt/orbit/bin/osqueryd/linux/5.7.0/osqueryd --pidfile=/opt/orbit/osquery.pid --database_path=/opt/orbit/osquery.db --extensions_socket=/opt/orbit/orbit-osquery.em --logger_path=/opt/orbit/osquery_log --enroll_secret_env ENROLL_SECRET --host_identifier=uuid --tls_hostname=HOSTNAME --enroll_tls_endpoint=/api/v1/osquery/enroll --config_plugin=tls --config_tls_endpoint=/api/v1/osquery/config --config_refresh=60 --disable_distributed=false --distributed_plugin=tls --distributed_tls_max_attempts=10 --distributed_tls_read_endpoint=/api/v1/osquery/distributed/read --distributed_tls_write_endpoint=/api/v1/osquery/distributed/write --logger_plugin=tls,filesystem --logger_tls_endpoint=/api/v1/osquery/log --disable_carver=false --carver_disable_function=false --carver_start_endpoint=/api/v1/osquery/carve/begin --carver_continue_endpoint=/api/v1/osquery/carve/block --carver_block_size=2000000 --tls_server_certs /opt/orbit/certs.pem --augeas_lenses /opt/orbit/lenses --force --flagfile /opt/orbit/osquery.flags"
May 19 15:10:39 HOST osqueryd[2667654]: osqueryd started [version=5.7.0]
May 19 15:11:09 HOST orbit[2667636]: 2023-05-19T15:11:09+03:00 INF calling flags update
May 19 15:11:49 HOST orbit[2667636]: 2023-05-19T15:11:49+03:00 ERR unexpected exit error="extension socket stat timeout"
In Fleet server status of agents is "offline" .
What we should do with this error?
How can we start agents?
Orbit: 1.5.0
Osquery: 5.7.0
Debian: 11 .Pooja
05/23/2023, 4:27 PMfrederick ferby
05/23/2023, 5:22 PMZapier
05/23/2023, 6:02 PMRajesh Kumar
05/23/2023, 7:10 PM{
"query_ids": [
"<<create_query.body.query.id>>"
],
"host_ids": [
"<<get_hosts.body.host.id>>"
]
}
And error message is - "name": "base", "reason":"Expected JSON Body"
. I do have correct host id and query id but the result says json body is needed I have even tried with hard coded values in payload but live query api call is failing for me. Has anyone any insights on what am I missing here?Rajesh Kumar
05/23/2023, 7:12 PMKathy Satterlee
05/23/2023, 7:20 PMAaron
05/23/2023, 10:22 PMDaniel Lidberg
05/24/2023, 8:15 AMSomething's gone wrong
error in Hosts among other places. Any thoughts? Happy to provide more info 🙂Sebastiaan
05/24/2023, 3:03 PMSebastiaan
05/24/2023, 3:03 PMSebastiaan
05/24/2023, 3:03 PMSebastiaan
05/24/2023, 3:03 PMKathy Satterlee
05/24/2023, 3:04 PMfleetctl
?Sebastiaan
05/24/2023, 3:11 PM==> <http://osqueryd.INFO|osqueryd.INFO> <==
I0524 17:09:37.731740 1880961024 tls.cpp:263] TLS/HTTPS POST request to URI: <https://localhost:58887/api/v1/osquery/config>
==> osqueryd.INFO.20230524-170837.11915 <==
I0524 17:09:37.731740 1880961024 tls.cpp:263] TLS/HTTPS POST request to URI: <https://localhost:58887/api/v1/osquery/config>
==> <http://osqueryd.INFO|osqueryd.INFO> <==
I0524 17:09:39.536824 1883828224 tls.cpp:263] TLS/HTTPS POST request to URI: <https://localhost:58887/api/v1/osquery/distributed/read>
==> osqueryd.INFO.20230524-170837.11915 <==
I0524 17:09:39.536824 1883828224 tls.cpp:263] TLS/HTTPS POST request to URI: <https://localhost:58887/api/v1/osquery/distributed/read>