
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.