I'm surprised by the difference between the output of these two commands. Is that a bug? ``` sh curl 'http://localhost:9200/logstash-*/_mapping?pretty' # returns all fields curl 'http://localhost:9200/logstash-*/_mapping/field/*?pretty' # returns nothing ```
I'm surprised by the difference between the output of these two commands. Is that a bug?