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

hubot-splunk-mint

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-splunk-mint

Access data from Splunk Mint via hubot.

  • 0.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by350%
Maintainers
1
Weekly downloads
 
Created
Source

hubot-splunk-mint

Access data from Splunk Mint (former BugSense) via hubot.

Installation

Add hubot-splunk-mint to your package.json file:

"dependencies": {
  "hubot": ">= 2.5.1",
  "hubot-scripts": ">= 2.4.2",
  "hubot-splunk-mint": "*"
}

Add hubot-splunk-mint to your external-scripts.json file:

[
  "hubot-splunk-mint"
]

Run npm install

Configuration

In order to use hubot-splunk-mint, you need to set two environment variables:

  • HUBOT_SPLUNK_KEY: Your SplunkMint API key. It can be found here.
  • HUBOT_SPLUNK_PROJECT_KEYS: Your project API key. It can be found here. Format must be something like HUBOT_SPLUNK_PROJECT_KEYS=projectA=123123,projectB=456456

Sample Interaction

Hubot> hubot splunk projectA crashes
Hubot> Shell: There are 0 crashes today. Yesterday, they were 2.
Hubot> hubot splunk projectA sessions
Hubot> Shell: There are 17 sessions today. Yesterday, they were 29.
Hubot> hubot splunk projectA uniques
Hubot> Shell: There are 12 unique_users today. Yesterday, they were 20.

Credits

This script was based on Jared Barboza's implementation of hubot-trello.

Keywords

FAQs

Package last updated on 19 Feb 2015

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