-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[KQL] Allow comparing the values for different fields #110699
Comments
Pinging @elastic/kibana-app-services (Team:AppServices) |
Yes - please add this feature. |
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
Just wanted to add that this is currently possible (although not the most user friendly) by creating a runtime and filtering on it. For example, to filter documents where
Then, in the KQL bar, you can query for |
Related: elastic/elasticsearch#34400 |
@lukasolson I'd consider this as blocked since it should be preferable implemented on ES side? WDYT? |
I like the functionality neithertheless :) |
Closing this because it's not planned to be resolved in the foreseeable future. It will be tracked in our Icebox and will be re-opened if our priorities change. Feel free to re-open if you think it should be melted sooner. This works when using ES|QL https://www.elastic.co/guide/en/elasticsearch/reference/current/esql.html |
Describe the feature:
It would be great if you could compare the values for different fields inside KQL, such as the following:
geo.src = geo.dest
ormemory <= phpmemory
This sort of thing should be possible using runtime fields.
The text was updated successfully, but these errors were encountered: