mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 04:26:02 +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,
|
type: FiltersType.CHECKBOX,
|
||||||
title: 'Hostname',
|
title: 'Hostname',
|
||||||
attributeKey: {
|
attributeKey: {
|
||||||
key: 'hostname',
|
key: 'host.name',
|
||||||
dataType: DataTypes.String,
|
dataType: DataTypes.String,
|
||||||
type: 'tag',
|
type: 'resource',
|
||||||
isColumn: false,
|
isColumn: false,
|
||||||
isJSON: false,
|
isJSON: false,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user