Hi,
I 'm currently using latest version of winlogbeat 7.4.1 to send data to an ELK stack.
It works well when computer has a direct connection to internet but it doesn't with a proxy.
When i add proxy parameter in winlogbeat file configuration connection failed.
// output.elasticsearch:
// # Array of hosts to connect to.
// hosts: ["https://elk.example.com:443"]
// proxy_url: 'proxy.lan.loc:3128'
On proxy logs i don't see any connection at all. Winlogbeat seems to ignore the parameter and continue to send data directly.
Is anyone having the same issue ?
