*Introduction*
Log-gly is a SaaS solution for log data management. With this you’re able to
bring logs from the depths of your entire infrastructure to one place where
you can track activity and analyze trends. Top uses of this are
troubleshooting server & application issues, transaction correlation,
deployment monitoring, application analytics, and alerting.

*API (REST)*
https://www.loggly.com/docs/api-overview/

*Log-gly Connector Summary*
• Connector Name:  loggly-connector-1.0.0 
• Version: 1.0.0 
• Technology:  REST 

*Authentication*
The API uses Basic authentication (username:password).

*Methods Selected*
*sendBulkLogs *- Bulk endpoint is intended to send larger batches of
line-separated events with faster transmission speed. You can send a maximum
of 5MB per batch and up to 1MB per event.
*uploadLogFile *- This method can be used to upload files (of text, xml,
json etc) directly to the account.
*createSearchQuery *- This method is used to construct a search Query based
on a given set of parameters to filter the log data and retrieve it. The
query ID is returned which can be used to get data by by applying that
search filter.
*getSearchedEvents *- This method is used to get filtered logs by providing
the Query ID returned by the createSearchQuery.
*getSearchFields *- This method is used to get the fields by which the Logs
can be queried.
*getAccountInfo *- This method is used to retrieve the Account Information
assciated with the User.


*Methods not selected*
*sendLogs*
The functionality of this method is same as the *sendBulkLogs *method. And
*sendBulkLogs *method can be used to send larger batches of line-separated
events with faster transmission speed. Hence we have not selected
*sendLogs*.

Thanks & Regards 
Rasika



--
View this message in context: 
http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-Log-gly-tp97526.html
Sent from the WSO2 Architecture mailing list archive at Nabble.com.
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to