Skip to content

Extra blank field in "Fields Selector" #663

@jobeninc

Description

@jobeninc

While attempting to limit the fields displayed in the Fields Selector of a Table by turning off ES dynamic mapping, an additional blank field shows up in the fields selector.

Using default-mapping.json in elastic search config directory:
{
"default":{
"dynamic":false,
"properties":{
"@timestamp":{"type":"date","format":"dateOptionalTime"},
"@Version":{"type":"string"},
"Message":{"type":"string"},
}
}
}

If I remove "dynamic":false, the blank field no longer exists. I am assuming the issue involves attemping to parse the dynamic parameter as an additional field.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions