
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
hubot-splunk-mint
Advanced tools
Access data from Splunk Mint (former BugSense) via hubot.
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
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
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.
This script was based on Jared Barboza's implementation of hubot-trello.
FAQs
Access data from Splunk Mint via hubot.
We found that hubot-splunk-mint 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.