Thanks a lot for the swift reply. Unfortunately we're on the "forum only" startup plan.
Here are the results:
/.security?pretty
Response
{
".security-6": {
"aliases": {
".security": {}
},
"mappings": {
"doc": {
"dynamic": "strict",
"_meta": {
"security-version": "6.1.2"
},
"properties": {
"cluster": {
"type": "keyword"
},
"doc_type": {
"type": "keyword"
},
"email": {
"type": "text",
"analyzer": "email"
},
"enabled": {
"type": "boolean"
},
"expiration_time": {
"type": "date",
"format": "epoch_millis"
},
"full_name": {
"type": "text"
},
"indices": {
"properties": {
"field_security": {
"properties": {
"except": {
"type": "keyword"
},
"grant": {
"type": "keyword"
}
}
},
"names": {
"type": "keyword"
},
"privileges": {
"type": "keyword"
},
"query": {
"type": "keyword"
}
}
},
"metadata": {
"type": "object",
"dynamic": "true"
},
"name": {
"type": "keyword"
},
"password": {
"type": "keyword",
"index": false,
"doc_values": false
},
"roles": {
"type": "keyword"
},
"rules": {
"type": "object",
"dynamic": "true"
},
"run_as": {
"type": "keyword"
},
"type": {
"type": "keyword"
},
"username": {
"type": "keyword"
}
}
}
},
"settings": {
"index": {
"number_of_shards": "1",
"auto_expand_replicas": "0-all",
"provided_name": ".security-6",
"format": "6",
"creation_date": "1516910549388",
"analysis": {
"filter": {
"email": {
"type": "pattern_capture",
"preserve_original": "true",
"patterns": [
"([^@]+)",
"(\\p{L}+)",
"(\\d+)",
"@(.+)"
]
}
},
"analyzer": {
"email": {
"filter": [
"email",
"lowercase",
"unique"
],
"tokenizer": "uax_url_email"
}
}
},
"priority": "1000",
"number_of_replicas": "0",
"uuid": "lLLaDHaiTuSRvpMwRaAvsw",
"version": {
"created": "6010299"
}
}
}
}
}
/.security/user/_count?pretty
Response
{
"count": 0,
"_shards": {
"total": 1,
"successful": 1,
"skipped": 0,
"failed": 0
}
}
/.security/doc/_count?pretty
Response
{
"count": 53,
"_shards": {
"total": 1,
"successful": 1,
"skipped": 0,
"failed": 0
}
}
/.security/doc/_count?pretty
{ "query": { "term": { "type": "user" } } }
Response
{
"count": 1,
"_shards": {
"total": 1,
"successful": 1,
"skipped": 0,
"failed": 0
}
}
We did run the migration assistant and did migrate all indices without any errors we were aware of.
Thanks for you help!
Simon