Github user justinleet commented on the issue:
https://github.com/apache/metron/pull/827
I tried hitting the `/api/v1/search/column/metadata` endpoint on fulldev
with `["madeupindex"]`; e.g.
curl -X POST --header 'Content-Type: application/json' --header 'Accept:
application/json' -d '["madeupindex"]'
'http://node1:8082/api/v1/search/column/metadata'
I would expect this to return no results, because the index doesn't exist,
but instead I get back a lot of fields.---
