Kartone

Results 5 comments of Kartone

Great tool, just waiting to have export feature ! :)

@joshnck I see. I understand that `translation_dict` is meant to translate field naming, I can't understand how I can discard certain fields. Thanks for your help.

Ok. Indeed I've remapped the `OriginalFileName` to another supported field within my local backend source code, solving this issue. Still, the backend is unable to follow the pipeline. Should I...

Hey @thomaspatzke, thanks for your reply. I'm aware of the downsides of doing this and, as of now, this project is into its first experimental phase. I'm going to use...

Eventually I was able to drop unsupported fields, [look at my pipeline now](https://github.com/kartone/pySigma-backend-sentinelone-pq/blob/master/sigma/pipelines/sentinelone_pq/sentinelone_pq.py). Basically I had to add the unsupported fileds inside the `translation_dict` and create single `DropDetectionItemTransformation()` sections for...