Open Source Linux Logging Software - Page 33

Logging Software for Linux

View 283 business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    jopsdb is an opensource implementation of a monitoring and measurement application based on JMX
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Javascript logger. It is similar to log4j. There are some appenders : htmlAppender, ConsoleAppender, LocalSotorageAppender.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    justniffer
    justniffer is a TCP sniffer. It reassembles and reorders packets and displays the tcp flow in a customizable way. It can log network traffic in web server log format. It can also log network services performances (e.g. web server response times) and extract http content (images, html, scripts, etc)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    An open source voting program. Initial implementations will be done up in Java, but ports to other languages will be done later on. Each release is given a codename as the version instead of a number. Most recent release is \"Bookmark\".
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    keep a changelog

    keep a changelog

    If you build software, keep a changelog

    Don’t let your friends dump git logs into changelogs. A changelog is a file which contains a curated, chronologically ordered list of notable changes for each version of a project. To make it easier for users and contributors to see precisely what notable changes have been made between each release (or version) of the project. People do. Whether consumers or developers, the end-users of software are human beings who care about what's in the software. When the software changes, people want to know why and how. Create a new directory in source/ named after the ISO 639-1 code for the language you wish to translate Keep a Changelog to.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    keysniffer

    keysniffer

    Linux kernel mode debugfs keylogger

    A Linux kernel module to grab keys pressed in the keyboard, or a keylogger. keysniffer was initially written with the US keyboard (and conforming laptops) in mind. By default it shows human-readable strings for the keys pressed. However, as keyboards evolved, more keys got added. So the module now supports a module parameter codes which shows the keycode shift_mask pair in hex (codes=1) or decimal (codes=2). You can lookup the keycodes in /usr/include/linux/input-event-codes.h. The keypress logs are recorded in debugfs as long as the module is loaded. Only root or sudoers can read the log. The module name has been camouflaged to blend-in with other kernel modules. You can, however, execute a script at shutdown or reboot (the procedure would be distro-specific) to save the keys to a file. DISCLAIMER: keysniffer is intended to track your own devices and NOT to trespass on others. The author has never used it to compromise any third-party device and is not responsible for any
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    koa2-winston

    koa2-winston

    koa2 version winston logger like express-winston

    koa2 version winston logger like express-winston. Add logger to your koa2 server in 3 lines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This project aims a proving an Hardware as a VSCP node (M2M) to store information remotely on the CAN network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    kvolmet is a linux/kde utility to monitor transmitted IP traffic relative to a fixed monthly basis. The utility is intended for users having a subscription for a volume limited internet flatrate (respectively for those wishing to subscribe to one).
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    Show system and ISDN information on external liquid crystal displays
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    lggr

    lggr

    The web based syslog gui

    a modern web gui for browsing and searching centralized syslog messages
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    liblogger is logging framework for C/C++. It supports logging to a file/network/console transparently. It provides several logging levels and is highly customizable. Visit http://liblogger.sourceforge.net for more details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Liblogging is an easy to use open source library for system logging. It support various RFC for syslog reporting, most notably RFC 3195 for reliable delivery of syslog messages. Liblogging has an easy to use client and server side interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    this is a simple to use, iostreams-based, high performance, multi-threading, unicode, and cross-platform logging library for C++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This useful application converts your text system/monitoring log files to html format and publishes them to your web server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Parsing logs and puts info to redis
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    log2web is a software intended to expose on a simple web page the logs generated by log4j. The objective is to have an online log viewing tool to replace a "tail -f" plus some other benefits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is a new log library for c. It use config file format like ini in Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    log4db2

    log4db2

    Logging utility for DB2 for LUW written in SQL-PL

    Log4db2 is a logging utility for DB2 LUW that uses SQL instructions with SQL PL code. Its purpose is to provide an easy way to write messages from a SQL routine, with the possibility to query these messages directly from the database, allowing to monitor the progression of a process. This utility aims to reduce the time used for developing, testing, debugging and monitoring SQL routines, by centralizing the messages produced by the code. The idea and architecture of this utility are based on the popular Java logging utilities, such as Log4j and slf4j/logback. * Log4j - http://logging.apache.org/log4j * Logback/SLF4J - http://logback.qos.ch/ - http://www.slf4j.org/ The licenses of this project are: * For the source code is "BSD 2-Clause license". * For the documentation is "FreeBSD Documentation license." With these two licenses you are free to use, modify and distribute any part of this utility. Author: Andres Gomez Casanova
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A java Swing application allowing easy reading of log4j like log files via a table GUI. Provides facilities to ease consolidation of multiple log files (multiple tier for example), and filtering
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SpreadAppender is a log4j appender module that broadcasts log messages over a local multicast network using the Spread API. It is very efficient and perfect for clusters of network applications. Your sysadmin will thank you for it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    log4j parser

    log4j parser

    Turn log4j or similar logfiles into a Python list object

    Called from command line, this python program counts the lines in your logfile with ERROR, INFO, WARN etc. You can also import the function generate_log_report from it and use the returned list object in your Python program for further processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Log4tran is a Fortran 90/95 library for logging. It will allow programmers log into files, console and other media. Filtering by level, date and time, xml config file, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    logProcessor is a daemon that read logfile in real-time and write to MySQL or PostgreSQL database. Have modules to split log line in table fields and writed to have a great performace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A PHP frontend to apache logs stored with mod_log_sql (aka mod_log_mysql)
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB