github.com/cilium/cilium@v1.16.2/Documentation/cmdref/cilium-dbg_recorder_update.md (about)

     1  <!-- This file was autogenerated via cilium cmdref, do not edit manually-->
     2  
     3  ## cilium-dbg recorder update
     4  
     5  Update individual pcap recorder
     6  
     7  ```
     8  cilium-dbg recorder update [flags]
     9  ```
    10  
    11  ### Options
    12  
    13  ```
    14        --caplen uint       Capture Length (0 is full capture)
    15        --filters strings   List of filters ('<srcCIDR> <srcPort> <dstCIDR> <dstPort> <proto>')
    16    -h, --help              help for update
    17        --id uint           Identifier
    18  ```
    19  
    20  ### Options inherited from parent commands
    21  
    22  ```
    23        --config string   Config file (default is $HOME/.cilium.yaml)
    24    -D, --debug           Enable debug messages
    25    -H, --host string     URI to server-side API
    26  ```
    27  
    28  ### SEE ALSO
    29  
    30  * [cilium-dbg recorder](cilium-dbg_recorder.md)	 - Introspect or mangle pcap recorder
    31