-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
User cannot save a filter with ip with CIDR notation value #50520
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
Pinging @elastic/kibana-app-arch (Team:AppArch) |
This is a limitation/frustration I'm having with the user-interface as well. I'm running 7.9.0, but this has been around for a while. I find myself throwing junk values into the UI-based filter, saving, then going in and editing the DSL to be what I actually want and it works. Additionally, IPv6 addresses are not recognized. Same thing - you can toss in junk IPv4 values to get a DSL structure, then edit IPv6 in place. It's worth noting that I've verified from my side that Kibana sees the data type as |
I, too, would like to see this issue addressed. Our Security Operations team makes use of the filtering UI in Kibana, and have been frustrated that they cannot do a CIDR search without dropping back to Lucene/KQL. It confuses them, especially since all of the training they took on Kibana emphasized the use of the filtering UI. This seems like a simple fix that will net significant productivity gains for people using the Elastic Stack for SIEM and network operations use cases. -Greg Mackinnon |
This is still an issue, while toddfergs workaround works very well.... |
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
Pinging @elastic/kibana-visualizations (Team:Visualizations) |
linking a solution in the controls project #184900 |
Kibana version: 7.5.0 BC4 same bug in other locations
Elasticsearch version: 7.5.0 BC4 same bug in other locations
Server OS version: darwin_x86_64
Browser version: chrome latest
Browser OS version: OS X
Original install method (e.g. download page, yum, from source, etc.): from staging
Describe the bug: User cannot save a filter if she tries to use ip value with CIDR notation value.
Steps to reproduce:
Check to make sure this search works:
Create index pattern in Kibana, go to discover ensure that documents are showing up and search works on ip_addr
Create a filter and pick ip_addr and try to give the value of 196.168.0.0/16
You cannot save the filter
Give the IP value without CIDR notation and then edit the query DSL in the filter and input 196.168.0.0/16
Kibana saves the filter
Screenshots (if relevant):
The text was updated successfully, but these errors were encountered: