The Helix operations Management adapter allows you to send events to helix operations management.
Configuration:
Parameter | Type | Default | Description |
---|---|---|---|
url | string | n/a | The URL used to access the Helix Operations Management system |
key | string | n/a | The key used to identify agains the Helix Operations Management system |
secret | string | n/a | The secret used to identify against the Helix Operations Management system |
tenantId | string | n/a | The Tenant ID to connect to |
jwtRefreshInterval | Number | 300 | The interval in seconds used by the adapter to refresh the jwt token received by Helix. The jwt token is used to access the Helix server after login. It expires after a certain interval. The adapter will refresh the token automatically after the specified time. |
Example:
- driver: "net.the2yetis.uvuyo.integration.helix.HelixEventAdapter" active: true id: "helixEventAdapter" name: "BHOM" dispatcherId: "snmp2helix" ruleModules: ["log"] url: https://customerdev.onbmc.com key: I5FC96MJWDD2WQXESD6sVH2EC8O68BKD secret: MtTsZrqyyTlnm7FzUrt7NdsPuBJW2xT2YdLWuoDTSmN2zkKPp tenantId: 9999999 jwtRefreshInterval: 300