Dear colleagues
I am using many translate filter plugins to mutate data in logstash. The filter requires me to create a dictionary file (.yaml) that contains 2 columns. That way I need lots of .yaml files.
For me it would be much easier if there were either:
- A filter plugin that creates These yaml dictionary files out of e.g. one .csv file
- A dictionary file format that contains several columns. Here I would need to specify the column out of which the target value would be pulled. Similar to Excel "vlookup(...)"
Does either way work today or in the future?
Best Michael