You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change ElasticsearchWriter to write perfdata as an array of objects
Prior to this change the ElasticsearchWriter created a new field
for every metric in check command. This leads to a vast number of
fields in the indices, aka a field mapping explosion.
Now, it uses an array of objects. This avoids the explosion,
Makes the index fields more predictable when searching and
Makes the perfdata independently searchable.
0 commit comments