Mutate filter Join question

https://www.elastic.co/guide/en/logstash/current/plugins-filters-mutate.html#plugins-filters-mutate-join

Does this only work for arrays of strings? What would happen is I tried to Join an array of objects? or an array of arrays?

Provided it is passed an array it will to_s the members and concatenate the results.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.