batch-alarms
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -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 @@ |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
115038
2659