Deploying an Insight Point using the install script
Generic instructions for running an Insight Point as a Docker container on Debian / Ubuntu / Amazon Linux / RedHat Linux.
Veza maintains a script you can use to quickly install and run an Insight Point with Docker. Follow these steps to set up your environment, run the latest install script, and manage the deployment.
Prerequisites
Systemd
Docker (or Podman with Docker compatibility)
Install Docker
Install
Generate an Insight Point key from the Veza Administration > Insight Point page. Store it as an environment variable before downloading and executing the script:
or
Remove
Uninstall
Uninstall will remove all components of the Insight Point but will not remove the configuration in /etc/veza-insight-point.
Remove
Remove will remove all components of the Insight Point and the configuration in /etc/veza-insight-point. The Insight Point Key will be lost (if not backed up).
Tips & Tricks
Pull from a different registry
The image must be pulled through a pull-through cache or from a private registry (where the image is mirrored to). To override the image repository set the IMAGE_REPOSITORY
config setting.
Edit configuration in /etc/veza-insight-point/service.env
to set the IMAGE_REPOSITORY configuration
:
After the changes have been made and saved, restart the Insight Point service:
Check that the service has started successfully by running the following command:
Using a proxy server
If you need to use a proxy server, add the HTTP_PROXY, HTTPS_PROXY, and NO_PROXY lines to the Insight Point service configuration.
Edit configuration in /etc/veza-insight-point/config.env
to include the proxy server details:
To configure custom certificates, see the Using custom certificates section.
After the changes have been made and saved, restart the Insight Point service:
Check that the service has started successfully by running the following command:
Using custom certificates
Edit configuration in /etc/veza-insight-point/service.env
to mount the custom certificates to the Insight Point container:
After the changes have been made and saved, restart the Insight Point service:
Check that the service has started successfully by running the following command:
Troubleshooting
Status
Retrieve the status of the Insight Point systemd
service:
Logs
Retrieve last 500 log lines for the Insight Point service:
Follow logs for the Insight Point service:
Reinstall
Reinstall will remove the currently installed Insight Point service and install it again. All configuration in /etc/veza-insight-point will be preserved.
Last updated