log-parser
log-parser copied to clipboard
A Tool that allows you to analyse, sort, filter, and search your logs. The added value is that all data is stored in Java objects that van be used for other purposes such as: assetions, reporting, aut...
One of the added values for log parsing is to calculate duration. Given two log data entries Start time | Action ---------- | ------- 11:59 | start 12:00 | finish...
There is an ambiguity between the fetchHeaders and fetchKeyOrder. When is each used?
We are currently expecting exact values when performing search. We would like to be able to perform search with more advanced possibilities such as: * Hamcrest Matchers * Methods *...
In search I would like to pass a Matcher LogData.search("ParseDefinitionEntry1",Matchers.startsWith("value"))
We should be able to import logs from splunk. We should also be able to publish onto splunk
Imagine that you fetch all errors in a log. Then from a list you will want to extract certain other patterns. Example extract all lines with the status. Second step...
We should be able to merge two LogData objects. Rules: - Both Log Data need o have the same keys (ParseDefinition keys) Actions. For a LogData "A" with ParseDefinition "a",...
### Expected Behaviour It would be nice to have some mechanism to say that we want to parse logs after some line inside our file ### Actual Behaviour Right now...