Open
Description
I'm trying to use ELK as storage.
I've created the index:
PUT eventstore
{
"settings" : {
"index" : {
"number_of_shards" : 2,
"number_of_replicas" : 1
}
}
}
But now I got the follow error:
eventstore:store:elasticsearch No mapping found for [commitStamp] in order to sort on
How can I configure ELK?
Ca you update the documentation?
thaks
Metadata
Metadata
Assignees
Labels
No labels