Benoit Perroud
Benoit Perroud
Hi @timraasveld , just to let you know I integrated your great `split` and `split_regex` functions into a broader list of filters: https://github.com/Sqooba/ansible-filter-plugins. I obviously mentioned your work in the...
Moloch is sending SPI data directly to Elastic, using the `/_bulk` API. While this is proven to do the job and rather well, having Kafka in between might be useful...
It might be interesting in some scenarii to add extra parameters to /boot/cmdline.txt, for instance `cgroup_enable=memory cgroup_memory=1` to enable docker on R-pi. The new feature proposes `--cmdlineargs` arguments to `flash`...
As of the metrics exposed by the full node, the difficulty is missing. Would it be possible to add the difficulty as a metric of the full node?
LZO indexes for files stored in one single block are useless. Simply avoid the creation when the file is smaller than the block size.
# Issue type Improvement # Affected version v0.7.5 # Description InternalServerError are not mapped to APIError. For instance, from the logs: ``` No status code mapping for value: InternalServerError(Not enough...
### What is the issue? Starting version 0.3.1, when pulling a model from an internal registry (https://distribution.github.io/distribution/), I'm getting the error `unexpected status code 200`. Version up to 0.3.0 worked...
New env var `INCLUDE_NAMESPACES` to explicitly include specific namespaces. Default to empty, meaning all the namespaces are included (backward compatible behavior)
Rewrite Chart.yaml dependencies' paths to local file://charts/...chart... to package a fully self-contained tgz package **What this PR does / why we need it**: This PR enables rewriting Chart.yaml dependencies' paths...
**Is your feature request related to a problem? Please describe.** VLANs can have a type, namely S-TAG or C-TAG (see double tagging in https://en.wikipedia.org/wiki/IEEE_802.1Q). This feature request proposes to extract...