1.2.0: Batch send lines for websocket frames
Release Notes
Reworked underlying transport to support both single line and batched sending of lines via websockets. Agent now sends data every 250ms which minimizes load both on client and server side.
Installation
Via Package Managers:
Ubuntu/Debian
echo "deb http://repo.logdna.com stable main" | sudo tee /etc/apt/sources.list.d/logdna.list
sudo apt-get update
sudo apt-get install -y --force-yes logdna-agent
CentOS/Amazon Linux/SUSE/Enterprise Linux
echo "[logdna]
name=LogDNA packages
baseurl=http://repo.logdna.com/el6/
enabled=1
gpgcheck=0" | sudo tee /etc/yum.repos.d/logdna.repo
sudo yum -y install logdna-agent
Windows
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
choco install logdna-agent --verison 1.2.0 -y
Installation instructions for Linux and Windows can be found by running the LogDNA CLI