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
- use proper variable name for termination callback block More... about 15 years ago
- migrate up some code More... about 15 years ago
- don't require a file we don't have naymore 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 More... about 15 years ago
- gracefully handle errors from log parsers + they can throw a LogStash::Log::LogParseError now - handle JSON parse exceptions More... about 15 years ago
- Remove old SlidingWindowSet code that MQRPC replaced with SizedThreadSafeHash More... about 15 years ago
- Style More... about 15 years ago
- use Util::collapse More... about 15 years ago
- style fix More... about 15 years ago
- Use mqrpc's new 'delayable' message header More... about 15 years ago
- bump to 0.3.5 (mqrpc split-out) - include wiki docs in rpm 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. More... about 15 years ago
- before forwarding the indexeventrequest to the indexer, generate a new message id for it. 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 More... about 15 years ago
- BaseConfig subclasses MQRPC::Config now - Update servers and clients to use MQRPC properly More... about 15 years ago
- Move all messages to use MQRPC More... about 15 years ago
- Purge old network code now implemented by MQRPC More... about 15 years ago
- Version bump. More... about 15 years ago
- Graph the current query hits over the past 24 hours from current time. More... about 15 years ago
- set body margin to 5px More... about 15 years ago
- Add flot 0.6 More... about 15 years ago
- Add graphpoints.json template 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. More... about 15 years ago
- Attempt to use sliding windows 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. More... about 15 years ago
- set durable on queues More... about 15 years ago
- we should send a reply to the client sending the indexrequest More... about 15 years ago
- Add ':' to URIPATH 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 More... about 15 years ago
- Add 'first' link to search results More... about 15 years ago