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
Copy file name to clipboardExpand all lines: libbeat/docs/shared-env-vars.asciidoc
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,7 @@ To specify custom error text, use:
45
45
Where `error_text` is custom text that will be prepended to the error
46
46
message if the environment variable cannot be expanded.
47
47
48
-
If you need to use a literal `${` in your configuration file then you can write
49
-
`$${` to escape the expansion.
48
+
If you need to use a special character in your configuration file, use `$` to escape the expansion. For example, you can escape `${` or `}` with `$${` or `$}`.
50
49
51
50
After changing the value of an environment variable, you need to restart
0 commit comments