I have been receiving HTTP Events from an invalid token, and want to trace them back to the source. However, the HEC is behind an NGINX load-balancer, so I need to configure the HEC to use proxied_ip to find the original IP. connection_host = [ip|dns|proxied_ip|none]
* "proxied_ip" checks whether an X-Forwarded-For header was sent
(presumably by a proxy server) and if so, sets the host to that value.
Otherwise, the IP address of the system sending the data is used.
* No default. I would also like to apply it to every token, as all HEC ingest goes through the LB. However, it looks like this option is only available at a per-token level. HTTP Event Collector (HEC) - Local stanza for each token | inputs.conf Nothing changed when I set it under [http] Seems like this was implemented incorrectly...
... View more