openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Logstash
Settings
|
Report Duplicate
25
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 351 of 355
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
- make the agent use LogStash::Program
Jordan Sissel
More...
over 15 years ago
- remove debugging - abort if @daemonize and no @logfile set
Jordan Sissel
More...
over 15 years ago
- add lib/program.rb to logstash-libs
Pete Fritchman
More...
over 15 years ago
- Add workaround for signal/syscall interruption bug in ruby 1.8.5
Jordan Sissel
More...
over 15 years ago
- facter out common program activities to LogStash::Program
Jordan Sissel
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)
Pete Fritchman
More...
over 15 years ago
- handle pidfile better on shutdown - INT just calls TERM
Pete Fritchman
More...
over 15 years ago
- ENV["LOGSTASH_DIR"] is deprecated.
Pete Fritchman
More...
over 15 years ago
- RPM spec file
Pete Fritchman
More...
over 15 years ago
- fix init script
Pete Fritchman
More...
over 15 years ago
- open with happier mode (create if not exist, open readwrite)
Jordan Sissel
More...
over 15 years ago
- we want "w+" for the pidfile open because it may not exist yet
Pete Fritchman
More...
over 15 years ago
- logstash-agent init script & configuration
Pete Fritchman
More...
over 15 years ago
- make status & condrestart work
Pete Fritchman
More...
over 15 years ago
- rename agent.rb to logstash-agent
Pete Fritchman
More...
over 15 years ago
- Add locking to our pidfile.
Jordan Sissel
More...
over 15 years ago
- fix pattern_dir support (again) - some defaults
Pete Fritchman
More...
over 15 years ago
- proper support for pattern_dir
Pete Fritchman
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
Pete Fritchman
More...
over 15 years ago
- logfile option
Pete Fritchman
More...
over 15 years ago
- first pass at rhel init script & sample sysconfig
Pete Fritchman
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"
Pete Fritchman
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)'
Jordan Sissel
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
Pete Fritchman
More...
over 15 years ago
- logstash_dir is where we write stuff. not necessarily where our patterns are installed, so allow pattern_dir.
Pete Fritchman
More...
over 15 years ago
- default location is /var/logstash
Pete Fritchman
More...
over 15 years ago
- helper for building release tarball
Pete Fritchman
More...
over 15 years ago
- move configs into etc/
Pete Fritchman
More...
over 15 years ago
- remove hacks/testing files that we won't be packaging up
Pete Fritchman
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 ...)
Pete Fritchman
More...
over 15 years ago
←
1
2
…
347
348
349
350
351
352
353
354
355
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree