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 349 of 355
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
- use proper variable name for termination callback block
Pete Fritchman
More...
about 15 years ago
- migrate up some code
Jordan Sissel
More...
about 15 years ago
- don't require a file we don't have naymore
Jordan Sissel
More...
about 15 years ago
- don't start up a File::Tail::Since until the file exists - if File::Tail::Since does exit, we want to know about it
Pete Fritchman
More...
about 15 years ago
- gracefully handle errors from log parsers + they can throw a LogStash::Log::LogParseError now - handle JSON parse exceptions
Pete Fritchman
More...
about 15 years ago
- Remove old SlidingWindowSet code that MQRPC replaced with SizedThreadSafeHash
Jordan Sissel
More...
about 15 years ago
- Style
Jordan Sissel
More...
about 15 years ago
- use Util::collapse
Jordan Sissel
More...
about 15 years ago
- style fix
Jordan Sissel
More...
about 15 years ago
- Use mqrpc's new 'delayable' message header
Jordan Sissel
More...
about 15 years ago
- bump to 0.3.5 (mqrpc split-out) - include wiki docs in rpm
Pete Fritchman
More...
about 15 years ago
- Messages sent from parser -> indexer that came from an IndexEventRequest now get pushed into a queue that is managed by a separate thread. This is necessary to prevent sendmsg() from blocking the main AMQP reader thread when sendmsg() might block due to sliding window closure.
Jordan Sissel
More...
about 15 years ago
- before forwarding the indexeventrequest to the indexer, generate a new message id for it.
Jordan Sissel
More...
about 15 years ago
- disable agent index request buffering for now (need to debug parser race/halting-bug condition) - set response code in Indexer's IndexEventRequestHandler
Jordan Sissel
More...
about 15 years ago
- BaseConfig subclasses MQRPC::Config now - Update servers and clients to use MQRPC properly
Jordan Sissel
More...
about 15 years ago
- Move all messages to use MQRPC
Jordan Sissel
More...
about 15 years ago
- Purge old network code now implemented by MQRPC
Jordan Sissel
More...
about 15 years ago
- Version bump.
Jordan Sissel
More...
about 15 years ago
- Graph the current query hits over the past 24 hours from current time.
Jordan Sissel
More...
about 15 years ago
- set body margin to 5px
Jordan Sissel
More...
about 15 years ago
- Add flot 0.6
Jordan Sissel
More...
about 15 years ago
- Add graphpoints.json template
Jordan Sissel
More...
about 15 years ago
- Add #searchhits to the search client. Takes a log type and array of queries, returns a hash of query => hitcount - Fix LogStash::Operation behavior. If 'wait_until_finish' was called after the operation finished, not before, we would deadlock. Now any wait_until_finish call will succeed and return immediately if the operation has already finished. It will still block normally if the operation has not finished. - Comment-out the sliding window stuff - Add 'graphpoints' action for the web. Querying this will return an array of [timestamp_in_ms, hits] for the query for some period of timestamps for your query. Makes happy use of the Operation class so we can send a pile of search requests in parallel and wait until they finish. 24 queries (one for every hour) takes less than a second.
Jordan Sissel
More...
about 15 years ago
- Attempt to use sliding windows
Jordan Sissel
More...
about 15 years ago
- Add my attempt at a locking 'sliding window' class that would prevent new additions if the 'want' buffer was full.
Jordan Sissel
More...
about 15 years ago
- set durable on queues
Jordan Sissel
More...
about 15 years ago
- we should send a reply to the client sending the indexrequest
Jordan Sissel
More...
about 15 years ago
- Add ':' to URIPATH
Jordan Sissel
More...
about 15 years ago
- write File::Tail::Since state per file to ~/.rb_since_d/uid.filepath This relieves contention for the single ~/.rb_since file
Jordan Sissel
More...
about 15 years ago
- Add 'first' link to search results
Jordan Sissel
More...
about 15 years ago
←
1
2
…
345
346
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