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
I think it would be good in the collectors to support a velocity setting entirely at the command-line, so that someone starting it up can override what's in the variables files.
The text was updated successfully, but these errors were encountered:
This feature is now supported in version 3. You can pass JVM system properties when launching the application, like this:
-Dsome.variable=Example
You can rely on environment variables as well.
Variable naming resolution is quite flexible. As an example, a variable ${hostName} can be defined in any of the following ways when using system property/environment variables:
I think it would be good in the collectors to support a velocity setting entirely at the command-line, so that someone starting it up can override what's in the variables files.
The text was updated successfully, but these errors were encountered: