Hacker News new | ask | show | jobs
by coleca 3568 days ago
Yes, the live tail portion. With Kibana you'd have to refresh the page to see new logs come in. This is more like Papertrail. Looks like they pretty much copied the UI of papertrailapp.com as well from the screenshot, although it doesn't have the alerting functionality that Papertrail does. This looks like a cool alternative though to get live tailing if you're already on ELK.
2 comments

Yes the whole view inspired by PapertrailApp ( as mentioned in the first line of README ) . I liked the Papertrail App UI, but didn't want to use cloud based solution.
We've received a complaint that your project isn't just inspired by Papertrail but copies its UI wholesale. This seems to me a borderline case: your project seems legit in that it isn't just a ripoff of someone else's work, but the complaint seems legit too, because cloning their UI (including copying some CSS) is taking a lot more than inspiration.

We've edited the title above to clarify this in a way that attempts to be fair and neutral. (The submitted title was 'Show HN: Logtrail – A Kibana plugin to view, search and tail logs and events'.)

Fair enough. The CSS file was not copied, but I tried to get the same style.
It looks like the "live tail" logic is based on polling on an interval - how is that different than Kibana's auto-refresh feature in the timepicker?