Log Scanner avatar
Log Scanner
Try for free

No credit card required

View all Actors
Log Scanner

Log Scanner

lukaskrivka/log-scanner
Try for free

No credit card required

Log scanner helps you to find particular text in your log files. It can scan [Apify](https://apify.com/) runs, tasks, or actors but also arbitrary text files. If you ever had a problem finding that one error in a thousand runs, this is a tool to use.

Features

Log scanner helps you to find particular text in your log files. It can scan Apify runs, tasks or actors but also arbitrary text files. If you ever had a problem finding that one error in a thousand runs, this is a tool to use.

  • Matches regular expressions on every line of the text
  • Scans infinite amount of Apify runs or text file URLs
  • Provides detailed report about every match
  • Can scan an actor or task with a started at and finished at bounds

Input

Check detailed input description or just try the task on Apify.

Output

Each matched regular expression provides a detailed report

1{
2  "lineText": "2020-08-11T12:55:25.677Z   TypeError: extractors is not a function",
3  "line": 4,
4  "matches": [
5    "Error"
6  ],
7  "regex": "/Error/",
8  "runId": "qW3fjxtLoYbRwIt28",
9  "runStartedAt": "2020-08-11T12:55:19.411Z",
10  "runFinishedAt": "2020-08-11T12:55:26.662Z"
11}
Developer
Maintained by Community
Actor metrics
  • 1 monthly users
  • 99.2% runs succeeded
  • Created in Oct 2020
  • Modified 6 months ago
Categories