<@U2NMC13UJ>, what's different between yours and m...
# general
t
@clippy, what's different between yours and mine?
Copy code
» osqueryi --version
osqueryi version 2.4.2
------------------------------------------------------------
» osqueryi "select count(1) from rpm_packages"
+----------+
| count(1) |
+----------+
| 1799     |
+----------+
------------------------------------------------------------
» sudo osqueryi "select count(1) from rpm_packages"
+----------+
| count(1) |
+----------+
| 1799     |
+----------+
------------------------------------------------------------
» sudo rpm -qa | wc -l                                                                           
1799
------------------------------------------------------------
» rpm -qa | wc -l 
1799
------------------------------------------------------------
» osqueryi ".all os_version"                  
+--------------+----------+-------+-------+-------+-------+----------+---------------+----------+
| name         | version  | major | minor | patch | build | platform | platform_like | codename |
+--------------+----------+-------+-------+-------+-------+----------+---------------+----------+
| CentOS Linux | 7 (Core) | 7     |       |       |       | centos   | rhel fedora   |          |
+--------------+----------+-------+-------+-------+-------+----------+---------------+----------+