
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
log_searcher
Advanced tools
A simple node.js app providing search of log files via an HTTP API method.
A simple node.js app providing search of log files via an HTTP API method.
It will search multiple log folders (multiple applications). Applications must log lines starting with prefix:
YYYY-MM-DD HH:mm:ss
Execute these:
npm install
cp config/default.js.sample config/default.js
vim config/default.js # adjust as necessary
Then create app log folders under the folder specified by config.base_dir (they would be remote folder accessed by NFS). Ex:
/mnt/nfs/log/myapp1
/mnt/nfs/log/myapp2
/mnt/nfs/log/myapp3
curl -s -x '' -X POST 'http://192.168.1.1:7000/search' -H 'Content-Type: application/json' -d '{"start": "2020-05-08 06:25:01", "end": "2020-08-07 13:00:00", "pattern": "aa207c94-a89e-11ea-bb37-0242ac130002", "folders": ["myapp1", "myapp2", "myapp3"]}'
FAQs
A simple node.js app providing search of log files via an HTTP API method.
The npm package log_searcher receives a total of 0 weekly downloads. As such, log_searcher popularity was classified as not popular.
We found that log_searcher demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.