ksmglog - get audit log records from Kaspersky Secure Mail Gateway
This library get last 500 records from Kaspersky Secure Mail Gateway (KSMG).
- Collect records from many servers in one request
- Every POST request provide timeout before run, because KSMG can return empty response.
- Can run as service and return
chan *Record
go get -u github.com/zorion79/ksmglog
- define options
Opts
with url's likehttps://ksmg01/ksmg/en-US/cgi-bin/klwi
- make service
NewService(opts Opts)
- grab logs
GetLogs
returntype Record
- get
service.Channel()
and grab only latest Records