Create logstash index pattern failed?

root# curl -XPUT http://localhost:9200/.kibana/index-pattern/logstash-* -d '{"title" : "logstash-*", "timeFieldName": "@timestamp"}'

{"_index":".kibana","_type":"index-pattern","_id":"logstash-*","_version":2,"_shards":{"total":2,"successful":1,"failed":0},"created":false}

Please let me know why create: false

Because it already exists, hence the "version":2.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.