hello, I am starting to understand the osquery int...
# general
v
hello, I am starting to understand the osquery internals. I have an implementation question; how events are stored in RocksDB? for example if I have { 'proc': 'ssh', 'pid': 123, 'timestamp':12345678, 'path': '/usr/bin/ssh' } how those multiple values are stored?