@@ -65,27 +65,6 @@ <h2>Logging Aggregators</h2>
6565< p > Another advantage of log aggregatortion tools is they allow you to set up
6666custom alerts and alarms so you can get notified when error rates breach a
6767certain threshold.</ p >
68- < h3 > Log Aggregator Third Party Services</ h3 >
69- < ul >
70- < li >
71- < p > < a href ="https://www.loggly.com/ "> loggly</ a > Loggly is a third party cloud based
72- application that aggregates logs. They have instructions for every major
73- language, including python. It includes email alerting on custom searches. </ p >
74- </ li >
75- < li >
76- < p > < a href ="https://papertrailapp.com/ "> papertrail</ a > Paper trail is similar to both
77- loggly and splunk and provides integration with S3 for long term storage.</ p >
78- </ li >
79- < li >
80- < p > < a href ="http://www.splunk.com/ "> splunk</ a > Splunk offers third party cloud and self
81- hosted solutions for event aggregation. It excells at searching and data
82- mining any text based data. </ p >
83- </ li >
84- < li >
85- < p > < a href ="http://raygun.io/ "> Raygun</ a > logs errors and provides immediate notification
86- when issues arise.</ p >
87- </ li >
88- </ ul >
8968< h3 > Open Source Log Aggregators</ h3 >
9069< ul >
9170< li >
@@ -112,6 +91,31 @@ <h3>Open Source Log Aggregators</h3>
11291 used with any language. </ p >
11392</ li >
11493</ ul >
94+ < h3 > Hosted Log Aggregator Services</ h3 >
95+ < ul >
96+ < li >
97+ < p > < a href ="https://www.loggly.com/ "> Loggly</ a > Loggly is a third party cloud based
98+ application that aggregates logs. They have instructions for every major
99+ language, including python. It includes email alerting on custom searches. </ p >
100+ </ li >
101+ < li >
102+ < p > < a href ="https://papertrailapp.com/ "> Papertrail</ a > Paper trail is similar to both
103+ loggly and splunk and provides integration with S3 for long term storage.</ p >
104+ </ li >
105+ < li >
106+ < p > < a href ="http://www.splunk.com/ "> Splunk</ a > Splunk offers third party cloud and self
107+ hosted solutions for event aggregation. It excells at searching and data
108+ mining any text based data. </ p >
109+ </ li >
110+ < li >
111+ < p > < a href ="http://raygun.io/ "> Raygun</ a > logs errors and provides immediate notification
112+ when issues arise.</ p >
113+ </ li >
114+ < li >
115+ < p > < a href ="https://www.scalyr.com/ "> Scalyr</ a > provides log aggregation, dashboards,
116+ alerts and search in a user interface on top of standard logs.</ p >
117+ </ li >
118+ </ ul >
115119< h2 > Logging resources</ h2 >
116120< ul >
117121< li >
0 commit comments