We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ...
The text was updated successfully, but these errors were encountered:
Pinging @elastic/es-analytical-engine (Team:Analytics)
Sorry, something went wrong.
Relates #120272
FROM languages | EVAL language_code = 3 | LOOKUP JOIN languages_lookup ON language_code
results in
<all-fields-projected>| language_code | language_name ----------------------+---------------+--------------- null |3 |Spanish null |3 |Spanish null |3 |Spanish null |3 |Spanish
astefan
No branches or pull requests
On the sample dataset
but if we override all the attributes
The text was updated successfully, but these errors were encountered: