Skip to content

ES|QL: leaking all-fields-projected attribute #121741

@luigidellaquila

Description

@luigidellaquila

On the sample dataset

from alerts
   host.name   |kibana.alert.risk_score
---------------+-----------------------
test-host-1    |21.0                   
test-host-2    |17.0                   

but if we override all the attributes

from alerts | eval  host.name = 1, kibana.alert.risk_score = 2
<all-fields-projected>|   host.name   |kibana.alert.risk_score
----------------------+---------------+-----------------------
null                  |1              |2                      
null                  |1              |2            
...         

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions