How to Install and Uninstall logster Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "logster" package

Here is a brief guide to show you how to install logster on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install logster

2. Uninstall "logster" package

This guide covers the steps necessary to uninstall logster on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove logster $ sudo apt autoclean && sudo apt autoremove

3. Information about the logster package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: logster
Priority: extra
Section: universe/utils
Installed-Size: 126
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Graphite Group
Architecture: all
Version: 0.0.1-2
Depends: logtail, python-pkg-resources, python:any (>= 2.7.5-5~), python, python:any (<< 2.8)
Recommends: logrotate
Filename: pool/universe/l/logster/logster_0.0.1-2_all.deb
Size: 15694
MD5sum: d2038701cbc73bb38c890de3f0933522
SHA1: bc33110f0e8279acfd439f276efe08b7e4e9308b
SHA256: a99d6a517f44f450a5236285ca8965cc1bfd40d20a940cc525f8def1f2058d1d
Description-en: Generate metrics from logfiles for Graphite and Ganglia
Logster is a utility for reading log files and generating metrics in
Graphite or Ganglia or Amazon CloudWatch. It is ideal for visualizing
trends of events that are occurring in your application/system/error
logs. For example, you might use logster to graph the number of
occurrences of HTTP response code that appears in your web server
logs.
.
Logster maintains a cursor, via logtail, on each log file that it
reads so that each successive execution only inspects new log
entries. In other words, a 1 minute crontab entry for logster would
allow you to generate near real-time trends in Graphite or Ganglia or
Amazon CloudWatch for anything you want to measure from your logs.
Description-md5: 009861af6523507e76c73fc4785cb15b
Homepage: https://github.com/etsy/logster
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions