Перейти к содержанию

Create

nectl firewall logging create

Create a firewall logging collector

nectl firewall logging create [flags]

Examples

  nectl firewall logging create --target 10.0.0.10 --protocol udp --target-port 3000

Options

      --cache-timeout uint32         Flush timeout in seconds (30-300)
      --cache-total-packets uint32   Flush after N packets (1000-8000)
  -h, --help                         help for create
      --id string                    Collector ID (optional)
      --protocol string              Collector protocol: udp or tcp (default "udp")
      --sampling uint32              Sampling interval in ms (1-10000)
      --target string                Collector target IP (required)
      --target-port uint32           Collector target port (1-65535)

Options inherited from parent commands

      --host string   gRPC server host (default "127.0.0.1")
      --port uint16   gRPC server port (default 30666)

SEE ALSO