2024-08-07-Release
Version 1.67.0 • AUG 07, 2024
New Features
CLI: Support
--selector
and--query
flags forlabel agents
commandCLI: New
init license
command, for updating a Linux server's licenseNew CrowdStrike destination
Bug Fixes
Fixed an issue with the Overview page's performance when working with an extreme amount of agents (> 100,000)
Fixed an issue where the Google Filter by Regex processor would fail to filter on attributes
Removed the Resource Detection from Live Preview to prevent confusing results
Resource Detection processor functionality should be checked by navigating to an individual agent and selecting "View Recent Telemetry".
Label Agents Command
You can now label agents based on criteria passed to the --selector
or --query
flags.
# label agents where the label env has values dev, test, or stage
bindplane label agents configuration=test --selector 'env in (dev,test,stage)' --overwrite
# label agents where the label env has the value test
bindplane label agents configuration=test --query 'env:test' --overwrite
Init License Command
A new command is available for updating BindPlane's license. Similar to the init server
command,
the BindPlane license can be updated by executing the init license
command on the BindPlane host.
sudo BINDPLANE_CONFIG_HOME=/var/lib/bindplane \
/usr/local/bin/bindplane init license \
--config /etc/bindplane/config.yaml
Last updated
Was this helpful?