
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
fluent-plugin-logzio-ng
Advanced tools
With fluent-plugin-logzio-ng you will be able to use Logz.io as output the logs you collect with Fluentd.
gem install fluent-plugin-logzio-ng
<match your_match>
type logzio_buffered
endpoint_url https://listener.logz.io:8071?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&type=my_type
output_include_time true
output_include_tags true
buffer_type file
buffer_path /path/to/buffer/file
flush_interval 2s
buffer_chunk_limit 1m # Logz.io has bulk limit of 10M. We recommend set this to 1M, to avoid oversized bulks
</match>
If you absolutly must, use the non-buffered plugin (we really recommend using the buffered)
<match your_match>
type logzio
endpoint_url http://listener.logz.io:8090?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
</match>
xxx-xxxx...
is your Logz.io access token, and my_type
is the type of your logs in logz.ioFAQs
Unknown package
We found that fluent-plugin-logzio-ng demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.