mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
10 lines
168 B
YAML
10 lines
168 B
YAML
|
name: osquery_events
|
||
|
examples: >-
|
||
|
Identify osquery event types which have no subscriber.
|
||
|
|
||
|
```
|
||
|
|
||
|
SELECT * from osquery_events WHERE subscriptions='0';
|
||
|
|
||
|
```
|