Quantcast
Channel: VMware Communities : Blog List - All Communities
Viewing all articles
Browse latest Browse all 3135

Configure vRO7 Log Insight for Syslog

$
0
0

Since vRO7 the Log4j Syslog Appender has been deprecated and will be removed. That’s not really a cause for panic as we can use the Log Insight Agent to forward your log files to the Syslog Server.

There are a few catches on the way.

First we need to configure the forwarding:

  1. Login to the Orchestrator Control Center
  2. Go to Logging Integration
  3. Tick the box next to Enable logging to a remote log server to configure Syslog
  4. Select Use Log Insight Agent
  5. Enter your FQDN or IP of your Syslog server as well as port 514.
  6. Select the Syslog Protocol.
  7. Click on Save


The Log Insight Linux Agent sends the logs via TCP (not UDP) so you may need to adjust your Syslog server


After you have configured the Log Insight settings in the Control Center you still need to configure the Log Insight Linux Agent and tell him what logs to pass on. To do this follow these steps:

  1. Connect to Orchestrator via SSH
  2. Edit the file /var/lib/loginsight-agent/liagent.ini
  3. Add the following entries at the end:

 

[filelog|scripting]

directory=/var/log/vco/app-server

include= scripting.log; scripting.log.*

[filelog|server]

directory=/var/log/vco/app-server

include=server.log;server.log.*

 

  1. Restart the log insight agent with the command 
    service liagentd restart
  2. Check the logfiles for errors
    /var/log/loginsight-agent/liagent_[date].log

This should now forward all the Server and Scripting logfiles to your syslog server. All Orchestrator logfiles can be found at kb.vmware.com/kb/1010956.

 

The configuration of the Log insight Linux Agent is documented in theVMware vRealize Log Insight Agent Administration Guide


Viewing all articles
Browse latest Browse all 3135

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>