mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 17:09:03 +08:00
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:
parent
bdcae62bf9
commit
cc90321ac0
@ -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,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user