You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the installation is complete, verify that the Kube State Metrics metrics are being scraped and ingested inside Coralogix.
749
748
749
+
### Connecting to Coralogix fleet management
750
+
751
+
The integration can be configured to connect to the Coralogix fleet management server through setting the `presets.fleetManagement.enabled` property to `true`. This connection happens through the OpAMP extension of the Collector and the endpoint used is: `https://ingress.<CORALOGIX_DOMAIN>/opamp/v1`. This feature is disabled by default.
752
+
753
+
> [!CAUTION]
754
+
> Important security consideration when enabling this feature:
755
+
> - Because this extension shares your Collector's configuration with the fleet management server, it's important to ensure that any secret contained in it is using the environment variable expansion syntax.
756
+
> - The default capabilities of the OpAMP extension **do not** include remote configuration or packages.
757
+
> - By default, the extension will pool the server every 2 minutes. Additional network requests might be made between the server and the Collector, depending on the configuration on both sides.
758
+
759
+
To enable this feature, set the `presets.fleetManagement.enabled` property to `true`. Here is an example `values.yaml`:
0 commit comments