#
logs
Here are 908 public repositories matching this topic...
Declarative stream processing for mundane tasks and data engineering
go
golang
kafka
cqrs
etl
rabbitmq
amqp
logs
message-bus
event-sourcing
nats
stream-processing
message-queue
data-engineering
streaming-data
stream-processor
data-ops
-
Updated
Mar 17, 2021 - Go
extract whitebox monitoring data from application logs for collection in a timeseries database
go
calculator
vm
monitoring
bytecode
timeseries
compiler
metrics
proxy
logs
extraction
prometheus
collector
observability
timeseries-database
mtail
mtail-programs
-
Updated
Mar 17, 2021 - Go
Real-time HTTP Intrusion Detection
go
golang
log
logs
threat
ids
intrusion-detection
threat-hunting
iocs
log-analyzer
intrusion
intrusion-detection-system
threat-intelligence
threat-analyzer
analyze-logs
threat-rules
-
Updated
Mar 16, 2021 - Go
jameskerr
commented
Jan 4, 2021
In the "New Query" modal, I think it makes sense to auto focus the name field input instead of the query.
The user will presumably have a query they want to save, click the start, then name it.
Autofocusing the name makes accomplishing those tasks a little quicker.
Automatically rotate all applications logs managed by PM2
-
Updated
Sep 8, 2020 - JavaScript
An n:m message multiplexer written in Go
-
Updated
Oct 30, 2019 - Go
An extensible Java library for HTTP request and response logging
java
spring-boot
monitoring
logger
logbook
logging
logs
spring-boot-starter
client-side
server-side
observability
http-logs
request-response
plugin-extension
-
Updated
Mar 17, 2021 - Java
Ready to use log management solution for Kubernetes storing data in ClickHouse and providing web UI.
-
Updated
Dec 11, 2020 - Ruby
Secure observability, deployed in your own network. An open source alternative to SaaS solutions like Datadog, SignalFx, ...
-
Updated
Mar 18, 2021 - TypeScript
Utility logger library for storing logs into database and push them to remote server for debugging
android
java
debugging
logger
logs
android-library
server-push
android-debug
log-management
requestbin
remote-debug
-
Updated
Feb 8, 2021 - Java
A large collection of system log datasets for AI-powered log analytics
-
Updated
Oct 15, 2020
Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting.
docker
elasticsearch
kibana
logstash
dashboard
metrics
grafana
logs
elk
prometheus
cadvisor
alertmanager
elastalert
monitoring-alerts
logging-alerts
-
Updated
Sep 13, 2018 - Roff
The zero dependency Node.js module for tailing a file
-
Updated
Mar 15, 2021 - JavaScript
Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint
-
Updated
Feb 23, 2021 - JavaScript
Amazon Web Services CloudWatch Logs Handler for Monolog library
-
Updated
Nov 17, 2020 - PHP
bot
discord
discordapp
moderation
logging
logs
jda
vortex
moderation-bot
automoderator
automod
auto-moderation
auto-moderator
-
Updated
Feb 2, 2021 - Java
⎈ Multi pod and container log tailing for Kubernetes -- Friendly fork of https://github.com/wercker/stern
-
Updated
Feb 22, 2021 - Go
Clear all your logs in [linux/windows] servers 🛡️
-
Updated
Apr 9, 2020 - PHP
Improve this page
Add a description, image, and links to the logs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the logs topic, visit your repo's landing page and select "manage topics."
So instead of having to do
rita import --config etc/rita.yaml ...we would dorita --config etc/rita.yaml import .... This makes it easier to modify most commands since--configis less likely to change than the rita subcommand. It also makes it possible to create aliases like:alias rita1=rita --config /etc/rita/config1.yamlalias rita2=rita --config /etc/rita/config2.yamlWher