You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being able to abstract some common sink values (like vaultBaseURL) seems handy when defining multiple sinks.
I had the thought to add some sinkDefaults key and then the configparser would just merge it into each sink. However I'm wondering if the golang yaml lib we are using supports yaml anchors out of the box. That would let us do something like this:
Being able to abstract some common sink values (like
vaultBaseURL
) seems handy when defining multiple sinks.I had the thought to add some
sinkDefaults
key and then the configparser would just merge it into each sink. However I'm wondering if the golang yaml lib we are using supports yaml anchors out of the box. That would let us do something like this:(or whatever the syntax is)
The text was updated successfully, but these errors were encountered: