I have installed Log Insight 2.6 GA and have tried to ingest an application log file using these parameters on the target server;
; Dynamic file representing the effective configuration of VMware Log Insight Agent (merged server-side and client-side configuration)
; DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
; Creation time: 2015-01-08T16:11:31.137877
[server]
hostname=qloginsight
[winlog|Application]
channel=Application
[winlog|Security]
channel=Security
enabled=no
[winlog|System]
channel=System
[filelog|AAPFormGuide]
directory=D:\TABLogs\RWWA.AapFormGuide.Host
include=*.log
tags={"appname":"AAPFormGuide"}
channel=TABLogs
[filelog|PhoenixPush]
directory=D:\TABLogs\PhoenixPush
include=*.log
exclude=*.AuditTrace.*;*.ServiceTrace.*
tags={"appname":"PhoenixPush"}
channel=TABLogs
I can see the relevant Windows event log entries but no application log details for the machine.
An example of entries in the application log in "D:\TABLogs\RWWA.AapFormGuide.Host" for file "20150106.01.AapFormGuide.RAWDMWS104V.log" ;
############################################
LOG STARTED 2014-12-16 11:56:01,750
############################################
2015-01-06 00:00:44,899 [9] INFO AAP1000O MissingSilksProcessor - About to update silks 6/01/2015 00:00:44.
2015-01-06 00:00:44,899 [9] INFO AAP1000O RepositoryLocker - Requesting lock for AAP_MissingAapSilksCheck.
2015-01-06 00:00:44,899 [9] INFO AAP1000O RepositoryLocker - Lock succeeded for AAP_MissingAapSilksCheck.
2015-01-06 00:00:44,899 [9] INFO AAP1000O MissingSilksProcessor - Found 0 acceptor silks to update. Elapsed time 4 ms.
2015-01-06 00:00:44,899 [9] INFO AAP1000O MissingSilksProcessor - Update silks completed. Elapsed time 4 ms.
2015-01-06 00:00:44,899 [9] INFO AAP1000O RepositoryLocker - Releasing lock for AAP_MissingAapSilksCheck.
2015-01-06 00:00:44,899 [9] INFO AAP1000O RepositoryLocker - Lock released successfully for AAP_MissingAapSilksCheck.
2015-01-06 00:00:44,899 [9] INFO AAP1000O RepositoryLocker - Requesting lock for AAP_MissingRiseSilksCheck.
2015-01-06 00:00:44,915 [9] INFO AAP1000O RepositoryLocker - Lock succeeded for AAP_MissingRiseSilksCheck.
2015-01-06 00:00:44,915 [9] INFO AAP1000O RepositoryLocker - Releasing lock for AAP_MissingRiseSilksCheck.
2015-01-06 00:00:44,915 [9] INFO AAP1000O RepositoryLocker - Lock released successfully for AAP_MissingRiseSilksCheck.
2015-01-06 00:01:46,368 [9] INFO AAP1000O FileProcessor - Checking for form guides in FTP location: InFormGuideDev
2015-01-06 00:01:47,337 [9] ERROR AAP1001D FileProcessor - Exception in FormGuide FileProcessor
System.Net.WebException: Unable to connect to the remote server
at System.Net.FtpWebRequest.GetResponse()
at RWWA.AAPFormGuide.ServiceImpl.FtpProcessing.FtpProcessor.GetFileList()
at RWWA.AAPFormGuide.ServiceImpl.FileProcessor.GetFtpFileList()
at RWWA.AAPFormGuide.ServiceImpl.FileProcessor.Process()
at RWWA.AAPFormGuide.ServiceImpl.FileProcessor.ProcessInComingFiles()
Any ideas ?
Regards,
Harry Werkman