hello
i have a big logstash config file that read near 110 fields in each event. then i have to do many tests and changes on each field, some of my changes uses a static variable.
i ask if there a way to set all my variables in one file and let the logstash config file read the values from there.
thank u