14 thoughts on “vSphere Syslog Collector – Install and Configure

  1. PowerCLI way to add ip

    $escli = get-esxcli -vmhost “yourhostname”

    $esxcli.network.firewall.ruleset.set($false,$true,”syslog”)

    $esxcli.network.firewall.ruleset.allowedip.add(“yoursyslogip”,”syslog”)

  2. Everything works fine except one issue. When I open log files I see that logs a recorded on one long-long line if to open in Notepad++ or like a trash in Windows Notepad.
    Like:

    Mar 26 15:03:06 Vpxa: [2013-03-26 15:03:06.141 179B3B90 verbose ‘App’ opID=HB-host-128@3223-9d] [VpxaMoService] host changes include changed properties [licenseInfo]Mar 26 15:03:06 Vpxa: [2013-03-26 15:03:06.141 179B3B90 verbose ‘VpxProfiler’ opID=HB-host-128@3223-9d] [2-] VpxaMoService::PrepareHostChanges (took 20 ms)Mar 26 15:03:06 Vpxa: [2013-03-26 15:03:06.141 179B3B90 verbose ‘VpxProfiler’ opID=HB-host-

    Does anybody know what program to use to read those files?
    Thanks.

Leave a Reply

Your email address will not be published. Required fields are marked *