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.
logstash-output-site24x7
Advanced tools
With Site24x7 plugin for Logstash, you can parse and send logs directly from Logstash, without having to use a separate log shipper.
To add the plugin to your Logstash, use the following command:
logstash-plugin install logstash-output-site24x7
Configure the output plugin
To forward events to Site24x7 add the following code to your Logstash configuration file
output {
site24x7 {
log_type_config => "<your_log_type_config>"
}
}
Property | Description | Default Value |
---|---|---|
log_type_config | log_type_config of your configured log type in site24x7 | nil |
max_retry | Number of times to resend failed uploads | 3 |
retry_interval | Time interval to sleep initially between retries, exponential step-off | 2 seconds |
log_source | Define custom values, such as the name of the server or environment from where the logs originate | Hostname |
If you need any support please contact us at support@site24x7.com.
FAQs
Unknown package
We found that logstash-output-site24x7 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
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.