Fabrizio
Results
1
issues of
Fabrizio
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 } } }...