markharwood

Results 11 comments of markharwood

Thanks for your comments and PR https://github.com/markharwood/netrisk/pull/2 - I just merged it. > we have found input carnality to be higher related with attack impact than relative volume I'm guessing...

> Do you happen to know a entity centric indexing / event sourcing framework that both supports ETL (per single event) and ES backed aggregations(historic aggregated events)? http://snowplowanalytics.com/product/ is a...

>I wonder if the parsing should be more strict and only matches if there is a separator or ends after the i ? Yep - end-of-string or space should be...

Progress update - I'm struggling a bit with how to make the parser stricter i.e. ensuring there's a space between `/Foo/i` and the next search term. I'd also need to...

>I wonder if the parsing should be more strict and only matches if there is a separator or ends after the i ? @jimczi What is the behaviour for a...

OK. @romseygeek suggested the BWC flag is called "allow_modifiers" and, if false, legacy behaviour is used ie there would be no errors for characters after trailing `/` and `/regex/i` is...

@jimczi The TL/DR is I think it's going to be too hard to implement the stricter parsing logic. I spoke with @romseygeek and we couldn't see a neat way that...

> I'm not sure it even exist yet (in 2017 if I recall correctly). Fair enough. >How do you think it could improve our indexes? In terms of performances, maybe?...

I'd be tempted to model docs as follows: * Structured `keyword` fields e.g. "Person" or "Organisation" with arrays of values. Would be fast for aggregations. * Unstructured text fields using...

No, I only saw the same paper as you. I've just tried sending an email to the original paper author - I'm sure she'd like to see her algorithm implemented...