Enable Insight Manually - BlueCat Infrastructure Assurance - 25.2.0

BlueCat LiveAssurance User Guide

ft:locale
en-US
Product name
BlueCat Infrastructure Assurance
Version
25.2.0

This guide is designed to help those who did not opt-into LiveAssurance Insight at the beginning of the Installation process and will need to enable manually. Do not complete these steps if you already have Insight enabled.

Note: Insight requires access to “service.indeni-ops.com” over ports 80 (HTTP) and 443 (HTTPS).

If you haven’t enabled Insight during installation, please do the following to do so manually:

  1. SSH into the LiveAssurance virtual machine:

    username: indeni

    password: indeni4it

  2. Run this command to set:
    psql indeni -c "update configuration set value = 'true' where key = 'insight.enabled';"
  3. Run this command to verify that it’s been updated in the psql database:
    psql indeni -c "select * from configuration where key ='insight.enabled';"