{ "name" : "easymorph", "config" : { "type" : "file", "connection" : "file:///D:/", "config" : null, "workspaces" : { "easymorph" : { "location" : "/EasyMorph/Logs/Server log/", "writable" : false, "defaultInputFormat" : "easymorph-server", "allowAccessOutsideWorkspace" : false } }, "formats" : { "easymorph-server" : { "type" : "logRegex", "regex" : ".*(\\d{2}/\\d{2}/\\d{4})\\s(\\d{2}:\\d{2}:\\d{2})\\s{4}(\\d{6})\\s(\\w+)\\s+(.+)", "extension" : "log", "maxErrors" : 0, "schema" : [ { "fieldName" : "Event_Date", "fieldType" : "DATE", "format" : "dd/MM/yyyy" }, { "fieldName" : "Event_Time", "fieldType" : "TIME", "format" : "HH:mm:ss" }, { "fieldName" : "Event_ID", "fieldType" : "INT" }, { "fieldName" : "Message_Type" }, { "fieldName" : "Message" } ] } }, "enabled" : true } }