change from host.os.name to host.os.type (#141432)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Sandra G 2022-09-27 09:55:44 -04:00 committed by GitHub
parent 5adfb8f070
commit e24ca7a89b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ const getLensHostsTable = (
dataType: 'string',
operationType: 'terms',
scale: 'ordinal',
sourceField: 'host.os.name',
sourceField: 'host.os.type',
isBucketed: true,
params: {
size: 10000,