Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "found": true,
- "_id": "windows_errors",
- "_status": {
- "version": 22130,
- "state": {
- "active": true,
- "timestamp": "2017-05-08T07:39:30.797Z"
- },
- "last_checked": "2017-05-08T08:33:22.200Z",
- "last_met_condition": "2017-05-08T07:45:35.282Z",
- "actions": {
- "work": {
- "ack": {
- "timestamp": "2017-05-08T07:45:35.282Z",
- "state": "ackable"
- },
- "last_execution": {
- "timestamp": "2017-05-08T07:45:35.282Z",
- "successful": true
- },
- "last_successful_execution": {
- "timestamp": "2017-05-08T07:45:35.282Z",
- "successful": true
- }
- }
- }
- },
- "watch": {
- "trigger": {
- "schedule": {
- "interval": "30s"
- }
- },
- "input": {
- "search": {
- "request": {
- "search_type": "query_then_fetch",
- "indices": [
- "winlogbeat-{now/d}"
- ],
- "types": [],
- "body": {
- "size": 0,
- "query": {
- "match": {
- "level": "Information"
- }
- }
- }
- }
- }
- },
- "condition": {
- "compare": {
- "ctx.payload.hits.total": {
- "gt": 0
- }
- }
- },
- "actions": {
- "work": {
- "throttle_period_in_millis": 600000,
- "email": {
- "profile": "standard",
- "attachments": {
- "attached_data": {
- "data": {
- "format": "json"
- }
- }
- },
- "priority": "high",
- "to": [
- ],
- "subject": " Encountered {{ctx.payload.hits.total}} errors ",
- "body": {
- "text": "Too many Windows Info, see attached data"
- }
- }
- }
- },
- "metadata": {
- "color": "red"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment