Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

当数据源为多层json时,[数据查询]中部分字段会显示为undefined #11

Closed
fox2zz opened this issue Jul 8, 2020 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@fox2zz
Copy link

fox2zz commented Jul 8, 2020

[简述你的问题]

当数据为多层json时,[数据查询]中部分字段会显示为undefined

使用版本

[请提供你使用的frostmourne版本]
master:6452c52

具体表现[截图可能会更好些,最好能截全]

数据查询——>当数据源为多层json格式
例如:

{
    "@timestamp": "2020-07-08T12:40:04.712Z",
    "architecture": "x86_64",
    "os": {
        "kernel": "6.1.7601.24545 (win7sp1_ldr_escrow.200102-1707)",
        "build": "7601.24544",
        "platform": "windows",
        "version": "6.1",
        "family": "windows",
        "name": "Windows Server 2008 R2 Enterprise"
    }
}

其中的 os 字段在表格中会显示为 undefined,数据展开后显示正常

@timestamp architecture os
2020-07-08T12:40:04.712Z x86_64 undefined

[注:] 完成后请关闭 issue

@LittleShrimp1987 LittleShrimp1987 added the bug Something isn't working label Jul 8, 2020
@LittleShrimp1987 LittleShrimp1987 added the good first issue Good for newcomers label Aug 1, 2020
@LittleShrimp1987
Copy link
Collaborator

问题已经修复

@LittleShrimp1987 LittleShrimp1987 pinned this issue Sep 27, 2020
@LittleShrimp1987 LittleShrimp1987 unpinned this issue May 30, 2021
LittleShrimp1987 pushed a commit that referenced this issue May 6, 2022
LittleShrimp1987 pushed a commit that referenced this issue May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants