Hello, Not sure if this question is asked before. ...
# general
d
Hello, Not sure if this question is asked before. In the below query I see 3 values for family,
Copy code
osquery> select distinct family  from process_open_sockets;
+--------+
| family |
+--------+
| 2      |
| 10     |
| 1      |
+--------+