x-pack/osquerybeat/ext/osquery-extension/docs/views/host_groups.md
% This file is generated! See ext/osquery-extension/cmd/gentables.
(Deprecated.) Backward-compatible view over elastic_host_groups; use elastic_host_groups instead.
Deprecated. This view is deprecated in favor of the elastic_host_groups table. It exists only for backward compatibility (SELECT * FROM elastic_host_groups). Use elastic_host_groups directly in new use cases.
| Column | Type | Description |
|---|---|---|
gid | BIGINT | Unsigned int64 group ID |
gid_signed | BIGINT | Signed int64 version of gid |
groupname | TEXT | Canonical local group name |
This view requires the following tables to be available:
elastic_host_groupsCREATE VIEW host_groups AS
SELECT * FROM elastic_host_groups;
SELECT * FROM host_groups;
elastic_host_groupshost_users