fabric8io / openshift-elasticsearch-plugin

Apache License 2.0
27 stars 21 forks source link

project.* index pattern causes exception #86

Closed richm closed 7 years ago

richm commented 7 years ago

If the user specifies an index pattern in Kibana like "project.*" because they want to have a search for all projects that they have access to, this will cause an exception in the openshift elasticsearch plugin string handling. The fix is to perform better string bounds checking.

richm commented 7 years ago

@jcantrill this one is for the 2.4.1.x branch