Enabling optional features for Standard Edition

Some features are not enabled in Standard Edition by default. You can enable such features by using more configuration options.

You can enable the following optional features in Standard Edition.

Some optional features might require more CPU, memory, and storage. Check the hardware requirements before you enable a feature.

Synthetic monitoring

For more information, see Synthetic monitoring.

  • Enable Synthetic monitoring.

    stanctl backend apply --core-feature-flags feature.synthetics.enabled=true
    
  • Disable Synthetics monitoring.

    stanctl backend apply --core-feature-flags feature.synthetics.enabled=false
    

Automation framework

For more information, see Managing actions.

  • Enable Automation framework.

    stanctl backend apply --core-feature-flags feature.automation.enabled=true
    
  • Disable Automation framework.

    stanctl backend apply --core-feature-flags feature.automation.enabled=false
    

Business monitoring

For more information, see Business monitoring.

  • Enable Business monitoring.

    stanctl backend apply --core-feature-flags feature.business.observability.enabled=true
    
  • Disable Business monitoring.

    stanctl backend apply --core-feature-flags feature.business.observability.enabled=false
    

IBM Power HMC

For more information, see Monitoring IBM Power HMC.

  • Enable IBM Power HMC.

    stanctl backend apply --core-feature-flags feature.phmc.enabled=true
    
  • Disable IBM Power HMC.

    stanctl backend apply --core-feature-flags feature.phmc.enabled=false
    

IBM PowerVC

For more information, see Monitoring IBM PowerVC.

  • Enable IBM PowerVC.

    stanctl backend apply --core-feature-flags feature.powervc.enabled=true
    
  • Disable IBM PowerVC.

    stanctl backend apply --core-feature-flags feature.powervc.enabled=false
    

IBM Z HMC

For more information, see Monitoring IBM Z HMC.

  • Enable IBM Z HMC.

    stanctl backend apply --core-feature-flags feature.zhmc.enabled=true
    
  • Disable IBM Z HMC.

    stanctl backend apply --core-feature-flags feature.zhmc.enabled=false
    

OpenStack

For more information, see Monitoring OpenStack.

  • Enable OpenStack.

    stanctl backend apply --core-feature-flags feature.openstack.enabled=true
    
  • Disable OpenStack.

    stanctl backend apply --core-feature-flags feature.openstack.enabled=false
    

VMware Tanzu

For more information, see Monitoring Cloud Foundry and VMware Tanzu.

  • Enable VMware Tanzu.

    stanctl backend apply --core-feature-flags feature.pcf.enabled=true
    
  • Disable VMware Tanzu.

    stanctl backend apply --core-feature-flags feature.pcf.enabled=false
    

SAP

For more information, see Monitoring SAP.

  • Enable SAP.

    stanctl backend apply --core-feature-flags feature.sap.enabled=true
    

-Disable SAP.

stanctl backend apply --core-feature-flags feature.sap.enabled=false

VMware vSphere

For more information, see Monitoring vSphere.

  • Enable VMware vSphere.

    stanctl backend apply --core-feature-flags feature.vsphere.enabled=true
    
  • Disable VMware vSphere.

    stanctl backend apply --core-feature-flags feature.vsphere.enabled=false
    

Get answers button

  • Enable the Get answers button.

    stanctl backend apply --core-feature-flags feature.assistme.enabled=true
    
  • Disable the Get answers button.

    stanctl backend apply --core-feature-flags feature.assistme.enabled=false
    

Analyze logs

For more information, see Logging.

  • Enable Analyze logs.

    stanctl backend apply --core-feature-flags feature.logging.enabled=true
    
  • Disable Analyze logs.

    stanctl backend apply --core-feature-flags feature.logging.enabled=false