Jonathan Greig

Results 5 issues of Jonathan Greig

Fixes #2210 + Add support for modifying event attributes via the API **Checks** - [x] All tests succeed. - [x] Unit tests added. - [x] e2e tests added. - [x]...

**Is your feature request related to a problem? Please describe.** Currently the ability to modify event attributes is only exposed to analyzers and isn't available through the API (not to...

Feature request
Needs triage

Sample format: ``` 1677971734.079 1234 1.2.3.4 TCP_TUNNEL/200 39 CONNECT domain.xyz:443 - HIER_DIRECT/1.2.3.4 - 1677971734.079 1234 1.2.3.4 TCP_TUNNEL/200 39 CONNECT domain.xyz:443 - HIER_DIRECT/1.2.3.4 - 1677971734.079 1234 1.2.3.4 TCP_TUNNEL/200 39 CONNECT domain.xyz:443...

enhancement
parsers

Plaso is now used to parse GCP Cloud Logging in the included recipes since #693

The instructions in [docs/recipe-list.md](https://github.com/log2timeline/dftimewolf/blob/main/docs/recipe-list.md) generated by [docs/generate_recipe_doc.py](https://github.com/log2timeline/dftimewolf/blob/main/docs/generate_recipe_doc.py) say to generate the recipe list by running: ``` poetry install -d python docs/generate_recipe_doc.py data/recipes ``` But neither of these commands work: ```...