fleet/orbit/changes/37220-query-orbit-info-from-shell
Juan Fernandez 9cc07b2446
Orbit shell fails to query orbit_info extension table (#38714)
Resolves #37220

Added a dummy implementation of the orbit_info table to the orbit shell.
A full implementation is not possible directly in the shell because the
orbit service stores specific instrumentation values in memory. To query
the live orbit_info table, users must connect to the osquery-orbit
extension socket.
2026-01-28 18:42:29 -04:00

1 line
No EOL
70 B
Text

* Added dummy implementation of `orbit_info` table to the orbit shell.