You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to be able to add new items to the currently running Bloom filter. A way of doing this would be to add a new fever bloom subcommand, which would allow to do things like:
fever bloom add foo.bar to add a new indicator
fever bloom show to display information about the state of the currently active Bloom filter
fever bloom reload to reload the currently configured filter from disk
fever bloom syncfever bloom save to sync the current memory state to disk
This subcommand could for example communicate with the FEVER process via a control socket.
The text was updated successfully, but these errors were encountered:
Agreed. bloom reload and bloom save it is. I'd prefer to call it reload instead of load to stress that we only handle the preconfigured Bloom filter path.
It would be useful to be able to add new items to the currently running Bloom filter. A way of doing this would be to add a new
fever bloom
subcommand, which would allow to do things like:fever bloom add foo.bar
to add a new indicatorfever bloom show
to display information about the state of the currently active Bloom filterfever bloom reload
to reload the currently configured filter from diskfever bloom sync
fever bloom save
to sync the current memory state to diskThis subcommand could for example communicate with the FEVER process via a control socket.
The text was updated successfully, but these errors were encountered: