Skip to content

ELK - No mapping found #125

Open
Open
@fabry00

Description

@fabry00

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions