chore: move hostname to resource attributes for logs qf (#6303)

* chore: move hostname to resource attributes for logs qf

* chore: fix the key for hostname
This commit is contained in:
Vikrant Gupta 2024-10-29 13:18:34 +05:30 committed by GitHub
parent bdcae62bf9
commit cc90321ac0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,9 +66,9 @@ export const LogsQuickFiltersConfig: IQuickFiltersConfig[] = [
type: FiltersType.CHECKBOX,
title: 'Hostname',
attributeKey: {
key: 'hostname',
key: 'host.name',
dataType: DataTypes.String,
type: 'tag',
type: 'resource',
isColumn: false,
isJSON: false,
},