does anyone use the `iptables` table? i'm running...
# general
c
does anyone use the
iptables
table? i'm running into a lot of scenarios where
select * from iptables;
is empty; however
iptables-save
on the same host shows quite a few rules. trying to determine what the issue might be.
Copy code
# /opt/orbit/bin/osqueryd/linux/stable/osqueryd --S
Using a virtual database. Need help, type '.help'
osquery> select * from iptables;
osquery>
d