Hello,
I'm aware it's possible to have logstash configured with a merge of different files found in a directory, but I've got a rather different structure for input files (and, consequently, for configurations).
Nevertheless, there are some tasks wich are common, and could be reused as-is in different configuration files.
I wish it'd be possible to have such chunck of configuration (for example the geolocalization of IP addresses) in a separate file and include them in the actual configuration files only when needed.
Is there anything to accomplish this?