Hi Thomas,> What's really nice is, that it understands the Icecast log format > extension where we record the duration of the connection in seconds.I can't take credit for that, the work was done by Alejandro: https://github.com/piwik/piwik/pull/65 Cheers! Daniel
Hi All, here a few examples about how look ELK (ElasticSearch + Logstash + Kibana) stack with Icecast logs parsed. Last 7 days: http://bit.ly/1CHlhiS Last 30 days: http://bit.ly/1DgM5c2 If any be interested in try here is the Logstash config for parse the logs: http://bit.ly/1IbvYxI Some interesting filters that we use here, is remove any session lower of 60 seg, filter bots, monitoring users-agents, request to non mountpoints and consolidate by Uniq IP Regards, Alejandro 2014-02-20 8:03 GMT-03:00 Daniel James <daniel.james at sourcefabric.org>:> Hi Thomas, > > > What's really nice is, that it understands the Icecast log format > > extension where we record the duration of the connection in seconds. > > I can't take credit for that, the work was done by Alejandro: > > https://github.com/piwik/piwik/pull/65 > > Cheers! > > Daniel > _______________________________________________ > Icecast-dev mailing list > Icecast-dev at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20150414/3c1922eb/attachment.htm
"Thomas B. Rücker"
2015-Apr-15 05:07 UTC
[Icecast-dev] Icecast statistics dashboard with Piwik
Hi Alejandro, On 04/15/2015 02:10 AM, Alejandro wrote:> Hi All, here a few examples about how look ELK (ElasticSearch + > Logstash + Kibana) stack with Icecast logs parsed.Very interesting, I recently started looking at ELK too. Didn't get around to Icecast aspects yet, so this will be highly appreciated.> Last 7 days: http://bit.ly/1CHlhiS > Last 30 days: http://bit.ly/1DgM5c2FYI, second link only shows a dropbox login for me.> If any be interested in try here is the Logstash config for parse the > logs: http://bit.ly/1IbvYxII'm sure going to play around with that, very useful, thanks!> Some interesting filters that we use here, is remove any session lower > of 60 seg, filter bots, monitoring users-agents, request to non > mountpoints and consolidate by Uniq IPThings that one doesn't necessarily think of if they don't have a big production deployment. :-) So that's very helpful. Thanks again! Thomas> Regards, > Alejandro > > 2014-02-20 8:03 GMT-03:00 Daniel James <daniel.james at sourcefabric.org > <mailto:daniel.james at sourcefabric.org>>: > > Hi Thomas, > > > What's really nice is, that it understands the Icecast log format > > extension where we record the duration of the connection in seconds. > > I can't take credit for that, the work was done by Alejandro: > > https://github.com/piwik/piwik/pull/65 > > Cheers! > > Daniel > _ >