Sensor via Docker
Install via Docker
Prerequisites
- Docker Engine version
18.03.0
and above - Admin (or
sudo
) privileges on the Docker host
Start the sensor
sudo docker run --net=host --rm -it levoai/pcap-sensor:0.2.1 ./bin/init apidump --satellite-url "your satellite url (http(s)://hostname|IP:port)" --levo-env "your application environment (staging, production etc.)" --levoai-org-id "your levo org id"
Configuring sensor as per memory and CPU resource limits
- For normal/average case use the default config
- For strict resources, start the sensor with below options
--rate-limit 100
--trace-export-interval 1
--max-http-length 1000000
--stream-timeout-seconds 2