mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
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:
parent
5adfb8f070
commit
e24ca7a89b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue