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
Cant get Environment Variables to get working in Sidecar config.
Steps to reproduce the problem
fields.meta.hostname: ${COMPUTERNAME} gives me an compilation error
fields.meta.hostname: $COMPUTERNAME gives me "$COMPUTERNAME" in the filed
fields.meta.hostname: %COMPUTERNAME% failes to start
With a normal metricbeat config i can use the first line to get the result that i want.
Environment
Sidecar Version: 1.0.0-1 on Windows 10
Graylog Version: Graylog 3.0.0+db6cf59 on graylog (Oracle Corporation 1.8.0_191 on Linux 4.4.0-142-generic)
The text was updated successfully, but these errors were encountered:
Problem description
Cant get Environment Variables to get working in Sidecar config.
Steps to reproduce the problem
fields.meta.hostname: ${COMPUTERNAME} gives me an compilation error
fields.meta.hostname: $COMPUTERNAME gives me "$COMPUTERNAME" in the filed
fields.meta.hostname: %COMPUTERNAME% failes to start
With a normal metricbeat config i can use the first line to get the result that i want.
Environment
The text was updated successfully, but these errors were encountered: