25
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- make the agent use LogStash::Program More... over 15 years ago
- remove debugging - abort if @daemonize and no @logfile set More... over 15 years ago
- add lib/program.rb to logstash-libs More... over 15 years ago
- Add workaround for signal/syscall interruption bug in ruby 1.8.5 More... over 15 years ago
- facter out common program activities to LogStash::Program More... over 15 years ago
- start using config values for connecting to the broker - print some warnings when we are reconnecting to the broker (could be indicative of bad MQ settings) More... over 15 years ago
- handle pidfile better on shutdown - INT just calls TERM More... over 15 years ago
- ENV["LOGSTASH_DIR"] is deprecated. More... over 15 years ago
- RPM spec file More... over 15 years ago
- fix init script More... over 15 years ago
- open with happier mode (create if not exist, open readwrite) More... over 15 years ago
- we want "w+" for the pidfile open because it may not exist yet More... over 15 years ago
- logstash-agent init script & configuration More... over 15 years ago
- make status & condrestart work More... over 15 years ago
- rename agent.rb to logstash-agent More... over 15 years ago
- Add locking to our pidfile. More... over 15 years ago
- fix pattern_dir support (again) - some defaults More... over 15 years ago
- proper support for pattern_dir More... over 15 years ago
- If one of our children dies, send ourselves a SIGTERM and do a clean shutdown. We want our OS/watcher/whatever to know logstash is dead, rather than continue to run with random children dead. - Remove pidfile on shutdown More... over 15 years ago
- logfile option More... over 15 years ago
- first pass at rhel init script & sample sysconfig More... over 15 years ago
- refactor agent to be a real daemon - refactor configs (all inherit from BaseConfig) - move beef of agent code to lib/net/clients/ - use optionparser's ".order" instead of ".parse" More... over 15 years ago
- Proper daemonizing - Add --logfile for directing STDOUT and STDERR to a file. - Require logfile if we are to daemonize - Set parent process $0 to 'logstash (supervisor)' More... over 15 years ago
- support daemonizing - support a pid file - set $0 on our indexer & parser children - handle INT and TERM signals (clean up children) - switch to waitpid/WNOHANG/sleep(5) loop instead of Process.waitall because of a lame bug with ruby 1.8.5 and SIGTERM More... over 15 years ago
- logstash_dir is where we write stuff. not necessarily where our patterns are installed, so allow pattern_dir. More... over 15 years ago
- default location is /var/logstash More... over 15 years ago
- helper for building release tarball More... over 15 years ago
- move configs into etc/ More... over 15 years ago
- remove hacks/testing files that we won't be packaging up More... over 15 years ago
- consolidate to one logstashd that forks parsers & indexers - use logger for output - stop handling QuitRequests - re-up broadcast interval to 30 (was @ 5 for debugging) - add debug output (logstashd -d ...) More... over 15 years ago