Skip to content

Fix slow startup of c2mon-server-eslog module and mapping problems of supervision document(#32, #47)

Matthias Braeger requested to merge issue-32 into master

It is not necessary to fetch all indeces and mappings in up front. The code works perfectly without just by asking ES whether an index exist before trying to create it.

Furthermore this merge request will fix problems with the supervision document mapping.

Issue: #32, #47

Merge request reports