Logstash Filter ordering fields

I pull data from a remote MySQL DB from different columns and tables, i need to reorder the fields, how can i do?

Example with stdout it doesn't print in a fixed order but it change every time, i want to see something like this:

Field1 = Value1
Field2 = Value2
...

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