Hi folks!
Is it planned to expand the default tables in osquery?
For example containerd, crio, kubernetes
@zwass
z
zwass
08/04/2022, 4:50 PM
We are always open to contributions. You can suggest tables by opening a github issue, or even better open a pull request with the implementation for it.
v
Victor Chaplygin
08/05/2022, 8:24 AM
Hi @zwass
Can you tell me if I understand correctly that if I will contribute to osquery, I need to develop tables in c / c ++?
z
zwass
08/05/2022, 4:01 PM
Yes, or you can build tables in osquery extensions using Go (recommended) or Python.