osquery-1/osquery/tables/specs/x/last.table

11 lines
335 B
Plaintext
Raw Normal View History

2014-09-04 22:20:28 +00:00
table_name("last")
schema([
Column(name="login", type="std::string"),
Column(name="tty", type="std::string"),
Column(name="pid", type="int"),
Column(name="type", type="int"),
Column(name="time", type="int"),
Column(name="host", type="std::string"),
])
implementation("osquery/tables/system/last@genLastAccess")