Hi There
I have a question regarding how elasticsearch log works.
-
first step, i created a "test" collections with 5 shards and 1 replica , and i can see below message
[cluster.metadata ] [ck-master] **[test] creating index**, cause [api], templates [], shards [5]/[1], mappings []
-
close this collection
[cluster.metadata ] [ck-master] **closing indices [[test]]**
-
reopen this collection
[cluster.metadata ] [ck-master] **opening indices [[test]]**
-
delete this collection.
here is the weird part, nothing show up in log file.. where did it go
Thanks
Alps