Offline Collector Package Installation and Upgrades
How to set up Bindplane to host collector packages locally
Enable Offline Collector Package Hosting and Upgrades
Bindplane offline collector configuration
name: default
apiVersion: bindplane.observiq.com/v1
# Enables "offline" mode, which disables syncing collector versions with GitHub, and enables
# uploading upgrade packages for bindplane to host collector upgrade and install artifacts.
offline: true
auth:
# A random uuid which is used as a shared secret between bindplane and
# deployed collectors.
secretKey: your-secret-key
# Basic auth should use a username other than
# admin along with a secure password.
username: admin
password: password
# A random uuid which is used for generating web ui session cookies.
sessionSecret: your-session-secret
network:
# Listen on port 3001, all interfaces.
host: 0.0.0.0
port: '3001'
# Endpoint for which clients and collectors will interface
# with the server's http interface.
remoteURL: http://bindplane.c.bindplane.internal:3001
agentVersions:
# The path where collector upgrades are stored when uploading collector upgrade packages in offline mode.
agentUpgradesFolder: /var/lib/bindplane/agent-upgrades
store:
type: postgres
postgres:
database: bindplane
eventBus:
type: local
logging:
filePath: /var/log/bindplane/bindplane.logUpload a Collector Upgrade Artifact Package
Delete Old Collector Artifact Packages
Last updated
Was this helpful?