Documentation
¶
Overview ¶
Package eventplatform contains the logic for forwarding events to the event platform
Index ¶
Constants ¶
View Source
const ( // EventTypeNetworkDevicesMetadata is the event type for network devices metadata EventTypeNetworkDevicesMetadata = "network-devices-metadata" // EventTypeSnmpTraps is the event type for snmp traps EventTypeSnmpTraps = "network-devices-snmp-traps" // EventTypeNetworkDevicesNetFlow is the event type for network devices NetFlow data EventTypeNetworkDevicesNetFlow = "network-devices-netflow" // EventTypeNetworkPath is the event type for network devices Network Path data EventTypeNetworkPath = "network-path" // EventTypeSynthetics is the event type for Synthetics test results EventTypeSynthetics = "synthetics" // EventTypeNetworkConfigManagement is the event type for network device configuration management EventTypeNetworkConfigManagement = "ndmconfig" // EventTypeContainerLifecycle represents a container lifecycle event EventTypeContainerLifecycle = "container-lifecycle" // EventTypeContainerImages represents a container images event EventTypeContainerImages = "container-images" // EventTypeContainerSBOM represents a container SBOM event EventTypeContainerSBOM = "container-sbom" // EventTypeSoftwareInventory represents a software inventory event EventTypeSoftwareInventory = "software-inventory" // EventTypeEventManagement represents an event for the Event Management API EventTypeEventManagement = "event-management" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package eventplatformimpl contains the logic for forwarding events to the event platform
|
Package eventplatformimpl contains the logic for forwarding events to the event platform |
Click to show internal directories.
Click to hide internal directories.