Version 1.1.1 released

Hi folks!

This new version gives you the ability to show and hide columns on runtime.

Your settings are set in the URL when you show/hide columns so if you bookmark the current displayed page, you should retrieve exactly the same display when loading the bookmark.

You can also decide to hide some columns by default. Just add the thinit in your configuration file.

Here is a config.user.json sample:

...
"files": {
    "apache1": {
        "display" : "Apache Error #1",
        "path"    : "\/var\/log\/apache2\/error.log",
        "thinit"  : [ "Log" , "Severity" ],
        "format"  : {
            "type" : "HTTPD 2.2",
            "regex": "|^\\[(.*)\\] \\[(.*)\\] (\\[client (.*)\\] )*((?!\\[client ).*)(, referer: (.*))*$|U",
            "match": {
                "Date"     : 1,
                "IP"       : 4,
                "Log"      : 5,
                "Severity" : 2,
                "Referer"  : 7
            },
            ...
        }
    },

Published on 25 July 2014 in General
Tags :
changelog release

comments powered by Disqus