Brian Wylie
Brian Wylie
Here's my hilariously bad implementation just so that someone can laugh and get inspired to do a better one and contribute to the great camelot package :) Caveats: - Will...
@guyharris you seem to know quite a bit about his.. is there a feature request here? or just documentation/example request?
@guyharris: you know way more than I do.. you should have write access to the repo now. Please make an Issue/PR at your convenience.
Hmm... okay.. thanks for the problem description... I'll try to take a look at this...
Okay.. so this turns out to be more difficult than expected. The reason is that we're utilizing the Pandas comment parameter to clip out both the Zeek header fields and...
Certainly, but the higher level issue is do you let Pandas take care of the details or do you 'roll your own'.. and rolling your own is always a bigger...
@kascas no problem. Thanks for reporting this.. I'm going to reopen this ticket.. for folks using the Pandas Dataframes this will need to be fixed. :)
@Bakloul1998 that's a pretty broad question. ZAT can be used in a bunch of different ways.. the documentation contains many code examples and notebooks: https://supercowpowers.github.io/zat/ please start with the examples...
``` try: import hdbscan except ImportError: print('This example needs hdbscan \'$ pip install hdbscan\'') exit(1) ```
Actually after spending some 'quality time' with Pygtail on another project it doesn't handle some of the use cases we need (rename/create) and the code logic doesn't really support dynamic...