<style> .release-box { height: 30px; width: 100px; padding-top: 8px; text-align: center; border-radius: 5px; font-weight: bold; background-color: #d4af37; border-color: #FCE28A; } .release-box:hover { cursor: hand; cursor: pointer; opacity: .9; } </style> <meta name="robots" content="noindex"> <div class="release-box"> <a href="https://docs.perspectium.com/display/gold" style="text-decoration: none; color: #FFFFFF; display: block;"> Gold </a> </div> |
If Perspectium observer data no longer needs to be sent from your instance to Perspectium, there is an easy way to disable this function. All Perspectium processing is controlled by the Scheduled Jobs which run. The jobs that get run are all those that start with ‘Perspectium’ in the scheduled job name. By simply placing an ‘X’ as the first character of the name, that job will get skipped when starting up Perspectium jobs.
Below mentioned are the steps to disable Perspectium Observer data collection on your instance:
|