fabric8io / openshift-elasticsearch-plugin

Apache License 2.0
27 stars 21 forks source link

Fix delete index pattern v2 #159

Closed jcantrill closed 5 years ago

jcantrill commented 5 years ago

The PR:

Notes:

ewolinetz commented 5 years ago

Do we have tests for this? I'd like to make sure that it can still correctly return the different types of responses to Kibana without it breaking due to us tampering with the query/response.

jcantrill commented 5 years ago

@ewolinetz added tests. GetFieldMappings was not possible as it has no public constructor

jcantrill commented 5 years ago

[merge]