Pushing Log Data
Overview
The Trendics Remote Agent allows Pushing Log Data to Trendics where the data is stored so it can be later viewed and searched. Log Data can be pushed from standard application or custom applications running on the server.
Example Configuration
The configuration file is located on your server. Changing this configuration file requires access to the files on your server.<log-plug-in class="plugins.basiclog.BasicLogPlugIn"> <process>sendmail</process> <log-ref>maillog</log-ref> <period-seconds eval="true">60</period-seconds> <log-file-pattern>/var/log/maillog*</log-file-pattern> <date-time-location>0:14</date-time-location> <message-location>15:</message-location> <time-zone-offset>-0500</time-zone-offset> </log-plug-in>
