Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
fluent-plugin-logentries_ssl
Advanced tools
Buffer and perioidically send event logs to Logentries. It sends whole record as json, if a logentries TCP token is configured for the tag.
gem install fluent-plugin-logentries_ssl
One of parameters token_path or default_token must be given. if token path is not defined, the Logentries token default_token is used for all fluent events. When using default_token with tokens from token_path, it will be used as a fallback after trying to match a tag to a token in token_path.
parameter | *description | default value |
---|---|---|
token_path | Path to YAML formatted file containing 'tag: logentries-token' pairs | nil |
default_token | A token string to be used either for all tags, or as fallback after token_path | nil |
<match pattern>
@type logentries_ssl
token_path /path/to/tokens.yml
</match>
or with default_token:
<match pattern>
@type logentries_ssl
token_path /path/to/tokens.yml
default_token 'aaa-bbb-ccc'
</match>
<match pattern>
@type logentries_ssl
token_path /path/to/tokens.yml
<buffer>
@type file
path /path/to_le_buffer.*.buffer
flush_interval 5s
flush_at_shutdown true
</buffer>
</match>
with tokens.yml
tag-to-send: [logentries tcp token]
other-tag: [other token]
Event tag must match key in tokens file.
other configuration keys:
parameter | *description | default value |
---|---|---|
le_host | Logentries hostname to use | data.logentries.com |
le_port | Logentries port to use | 443 |
max_retries | How many times event send is retried on errors | 3 |
json | Send record as json | true |
verify_fqdn | Verify FQDN for SSL | true |
FAQs
Unknown package
We found that fluent-plugin-logentries_ssl 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.