syslog-to-csv icon indicating copy to clipboard operation
syslog-to-csv copied to clipboard

Turn log files into data.

Results 12 syslog-to-csv issues
Sort by recently updated
recently updated
newest added

https://github.com/gm3dmo/syslog-to-csv/blob/a0556c30339ee5eea981a75c7a63aae9d352658b/bundlefun/__main__.py#L1-L10 You are missing an import to make this go: ```python from importlib.metadata import distribution if __name__ == "__main__": success = True dist = distribution("bundlefun") path = dist.locate_file(...) ... return...

In #18 there are time series summaries by hour. Can there be 5,10,15 minute summaries?

### unicorn.log #### Top 20 unicorn current_user ```sql select current_user, COUNT(current_user) as count_current_user from unicorn group by current_user order by count_current_user desc limit 20; ``` #### Top 20 by current_user...

Being able to generate/regenerate queries using different time_series would be nice.

``` daemon_metrics: {'syslog-ng': {'bytes_written': 90189}, 'systemd': {'bytes_written': 346093}, 'babeld': {'bytes_written': 480545377}, 'gitrpcd': {'bytes_written': 9772012}, 'codeload': {'bytes_written': 2288543}, 'hookshot-go': {'bytes_written': 1984852521}, 'render': {'bytes_written': 1580442}, 'treelights': {'bytes_written': 75129493}, 'authzd': {'bytes_written': 229013304}, 'github-timerd':...

There is no year in the syslog file timestamp the data for files between December 31 and January 01 will be incorrect.

| name | timename | timestamp | precision | |-------|-----------|-----------|-----------| | gitrpcd | time | 2024-06-05T00:29:15.425500696Z | 9 | | alambic | time |2024-06-07T19:24:30.947091190Z | 9 | | hookshot| Timestamp...