osquery
osquery copied to clipboard
Add a way to mark a table as deprecated
Not the first time this would've been useful, but the need/idea came up again here: https://github.com/osquery/osquery/pull/7651
This is not a full-fledged blueprint but I think it's worth to record the desire:
- We should be able to mark a table as deprecated as proposed in the PR
- We should warn in the logs when doing a query against a deprecated table
- We should add a flag to disable deprecation warnings (but it's off by default)
- We should show the deprecated tables in the schema for the tables on the osquery website