In my Logstash config file I have many jdbc inputs and all of them use the same database and the same credentials.Can I somehow define environment variables once and then use them in the config file
jdbc{ jdbc_connection_string => CONNECTION_STRING_VARIABLE}...