Baubak Gandomi

Results 31 issues of Baubak Gandomi

It seems that we have a bug of when we set a value for the valueMap, we do not check if the header exists.

documentation

We have a bug where when the header (StdLogEntry.fetchHeaders) contains either key or frequence

bug

move to streams. Replace direct access for fetchValueMap for updating values

Refactoring

We need to test the case of a log-parser used as a SDK. Thee seem to be some regressions there

documentation

It would make assertions easier if the log assertions could work with matchers `AssertLogData.assertLogMatches(String, ParseDefinitionEntry, Matcher)` And `AssertLogData.assertLogMatches(ParseDefinitionEntry, Matcher)`

enhancement
good first issue

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...

enhancement

There is an ambiguity between the fetchHeaders and fetchKeyOrder. When is each used?

documentation

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 *...

enhancement

In search I would like to pass a Matcher LogData.search("ParseDefinitionEntry1",Matchers.startsWith("value"))

enhancement

We should be able to import logs from splunk. We should also be able to publish onto splunk

enhancement