Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CaptureCmd = &cobra.Command{ Use: "capture", Short: "Capture traffic forwarded from Akita's NGINX module.", Long: "Open a network port for communication with the Akita NGINX module. The agent will parse incoming traffic, obfuscate it, and forward it to the Akita Cloud.", SilenceUsage: true, RunE: captureNginxTraffic, }
View Source
var Cmd = &cobra.Command{ Use: "nginx", Short: "Install or use Akita's NGINX module to collect API traffic.", SilenceUsage: true, Hidden: false, }
View Source
var InstallCmd = &cobra.Command{ Use: "install", Short: "Download a precompiled NGINX module.", Long: "Download a precompiled version of akita-nginx-module that matches the currently installed version of NGINX.", SilenceUsage: true, RunE: installNginxModule, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.