Unable to fetch mapping. Do you have indices matching the pattern? No default index pattern. You must select or create one to continue.
Time-field name was blank?
logstash-*
You should do this:
1 | curl -XPUT http://ES_IP:9200/logstash-dx -d '{"mappings":{"trans":{"properties":{"RequestTime":{"type":"date","format":"YYYY:MM:DD HH:mm:ss"}}}}}' |
原文链接:https://xiaohost.com/4180.html,转载请注明出处。
评论0