skydive-project / skydive

An open source real-time network topology and protocols analyzer
https://skydive.network
Apache License 2.0
2.68k stars 404 forks source link

elasticsearch: rolles indices should keep the same mapping #2348

Closed adrianlzt closed 3 years ago

adrianlzt commented 3 years ago

When the archive index is rolled, it was not keeping the mappings from the original archive index. This produces an incorrect index of values and could reach the max fields limit if we are using some of the fields that should be "flattened"

adrianlzt commented 3 years ago

Fixes #2347