For Software Developers
Online Log Viewer
What if you could
‐ | Quickly search through large log files (1GB and larger). |
‐ | Search through a bunch of various logs and get all results merged and sorted by time. |
‐ | Search through gigabytes of text logs at a speed of 300mb/sec, without even unzipping them. |
‐ | Mark the "root cause" lines of logs and send the link to your teammates. |
‐ | Search your cloud log files directly from Azure blob storage or AWS S3. |
‐ | Do it online. |
Problems solved
‐ | I can't open my 10M log file in Notepad 🙁 |
‐ | I can't view my app logs and OS logs together sorted by time, needed to view them separately 🙁 |
‐ | I can't interactively search through a bunch of old logs, needed to write scripts 🙁 |
‐ | I found an error in the log, but I can't send the link to it to my teammate 🙁 |
‐ | My cloud app is writing logs directly to Azure blob storage or AWS S3, but I can't search it from there. 🙁 |
‐ | I can't search my logs online 🙁 |