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

batch-alarms

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

batch-alarms - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

8

CHANGELOG.md

@@ -13,2 +13,10 @@ # CHANGELOG

### v2.0.1
- :arrow_up: Update ESLint base deps
### v2.0.0
- :tada: Add support for 5xx Log Parsing
### v1.1.1

@@ -15,0 +23,0 @@

20

lib/dashboard.js

@@ -120,13 +120,13 @@ 'use strict';

{
"type": "log",
"x": 0,
"y": 18,
"width": 24,
"height": 6,
"properties": {
'type': 'log',
'x': 0,
'y': 18,
'width': 24,
'height': 6,
'properties': {
title: '5XX Requests',
"query": "SOURCE '${Apache}' | fields @timestamp, @message\n| sort @timestamp desc\n| parse @message '* - - [*] \"* * *\" * * \"*\" \"*\"' as client, dateTimeString, httpVerb, url, protocol, statusCode, bytes, referer, userAgent\n| filter statusCode == \"500\"\n | display @timestamp, statusCode, httpVerb, url, userAgent",
"region": "us-east-1",
"stacked": false,
"view": "table"
'query': "SOURCE '${Apache}' | fields @timestamp, @message\n| sort @timestamp desc\n| parse @message '* - - [*] \"* * *\" * * \"*\" \"*\"' as client, dateTimeString, httpVerb, url, protocol, statusCode, bytes, referer, userAgent\n| filter statusCode == \"500\"\n | display @timestamp, statusCode, httpVerb, url, userAgent",
'region': 'us-east-1',
'stacked': false,
'view': 'table'
}

@@ -133,0 +133,0 @@ }

{
"name": "batch-alarms",
"version": "2.0.0",
"version": "2.0.1",
"description": " Library for providing default CloudFormation dashboards & ECS Services ",

@@ -24,5 +24,5 @@ "main": "index.js",

"devDependencies": {
"eslint": "^7.12.1",
"eslint": "^8.0.1",
"eslint-plugin-node": "^11.1.0"
}
}

Sorry, the diff of this file is too big to display

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