Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

logstash-output-site24x7

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logstash-output-site24x7

  • 0.1.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Logstash output plugin for Site24x7

With Site24x7 plugin for Logstash, you can parse and send logs directly from Logstash, without having to use a separate log shipper.

Installation

To add the plugin to your Logstash, use the following command:

logstash-plugin install logstash-output-site24x7

Usage

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>"
    }
}

Parameters

PropertyDescriptionDefault Value
log_type_configlog_type_config of your configured log type in site24x7nil
max_retryNumber of times to resend failed uploads3
retry_intervalTime interval to sleep initially between retries, exponential step-off2 seconds
log_sourceDefine custom values, such as the name of the server or environment from where the logs originateHostname

Need Help?

If you need any support please contact us at support@site24x7.com.

FAQs

Package last updated on 05 Dec 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc