
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
fluent-plugin-loomsystems
Advanced tools
Link to the loomsystems.com documentation
It mainly contains a proper JSON formatter and a socket handler that streams logs directly to loomsystems.com - so no need to use a log shipper if you don't wan't to.
To add the plugin to your fluentd agent, use the following command:
gem install fluent-plugin-loomsystems
To match events and send them to loomsystems.com, simply add the following code to your configuration file.
TCP example
####
## Output descriptions:
## the out_loomsystems output plugin enabling the transfer
## of fluentd events trough a secured ssl tcp connection.
## Configuration: match events tagged with "loomsystems.**" and
## send them to loomsystems.com
##
<match loomsystems.**>
@type loomsystems
host <your_loomsystems_platorm_address>
</match>
After a restart of FluentD, any child events tagged with loomsystems
are shipped to your plateform.
As fluent-plugin-loomsystems is an output_buffer, you can set all output_buffer properties like it's describe in the fluentd documentation.
Addisinal custom properties:
Property | Description | Default value |
---|---|---|
host | The matched events tagged with "loomsystems.**" will be sent to your host at loomsystems.com | *requierd |
use_ssl | If true, opens a secured TCP connection to loomsystems.com, and non secured otherwise. | true |
max_retries | The number of retries before the output plugin stops. Set to -1 for unlimited retries | -1 |
FAQs
Unknown package
We found that fluent-plugin-loomsystems 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.
Security News
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.