Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
fluent-plugin-gelf-best-test
Advanced tools
This is a fork of the fluent-plugin-gelf-hs (https://github.com/hotschedules/fluent-plugin-gelf-hs), which is no longer maintained.
A Fluentd output plugin that sends logs to Graylog2.
Fluentd version 1.0 or higher.
Add the plugin to your fluentd agent:
fluent-gem install fluent-plugin-gelf-best
If you are using td-agent:
td-agent-gem install fluent-plugin-gelf-best
For more info, review Fluentd's official documentation.
<match **>
type gelf
host <remote GELF host>
port <remote GELF port>
protocol <tcp or udp (default)>
tls <true or false (default)>
tls_options <{} (default)> for options see https://github.com/graylog-labs/gelf-rb/blob/72916932b789f7a6768c3cdd6ab69a3c942dbcef/lib/gelf/transport/tcp_tls.rb#L7-L12
[ fluent buffered output plugin configuration ]
</match>
<match **>
type file (any type that that takes a format argument)
format gelf
[ fluent file output plugin configuration ]
</match>
fluent-plugin-gelf-best is licensed under the Apache 2.0 License.
FAQs
Unknown package
We found that fluent-plugin-gelf-best-test demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.