1.3.1: Transports, tail modes, compress toggle
Release Notes
Adapted with multiple transport options which better spreads load for high data flow rates servers. Agent is now tested and rated for single server flow rates of 100k lines/sec. Also adjusted several defaults with buffer/flush limits for more efficient memory usage.
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.3.1 -y
Installation instructions for Linux and Windows can be found by running the LogDNA CLI
Mac
Download logdna-agent.pkg and double click it to install
Alternatively install via brew cask:
brew cask update
brew cask install logdna-agent
If you would like the agent to start automatically after boot, run the command:
sudo launchctl load -w /Library/LaunchDaemons/com.logdna.logdna-agent.plist
Note: the Mac version of the logdna-agent is intended for demonstration purposes