graylog-labs / collector

[DEPRECATED] The Graylog Collector
https://www.graylog.org
GNU General Public License v3.0
40 stars 16 forks source link

Use canonical host name as message source in WindowsEventlogInput #72

Closed joschi closed 8 years ago

joschi commented 8 years ago

For the sake of consistency the Windows Eventlog input now uses the canonical host name of the Graylog Collector as "source" field in the GELF messages it's generating. The original "Computer Name" from the Windows Eventlog can still be accessed via the "event_computer_name" message field.

Fixes #68 (and depends on #71)