curl -XPUT "http://localhost:8080/oai-v1" -H 'Content-Type: application/json' -d' curl -XPUT "http://mb-es1.memobase.unibas.ch:8080/oai-v1" -H 'Content-Type: application/json' -d' { "settings": { "number_of_replicas": 1, "number_of_shards": 3 }, "mappings": { "date_detection": false, "properties": { "id": {"type": "keyword"}, "document": { "type": "keyword", "index": false }, "format": {"type": "keyword"}, "published": {"type": "boolean"}, "recordset": {"type": "keyword"}, "institution": {"type": "keyword"}, "lastUpdatedDate": { "type": "keyword", "fields": { "sort": {"type": "date"} } } } } } ' Frage: warum funktioniert index pattern nicht mit curl command