Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update sample_event.json
  • Loading branch information
ritalwar committed Jul 17, 2023
commit 5b302b86fe7fff60937c78a48f9dd3079c64b04c
89 changes: 42 additions & 47 deletions packages/mongodb/data_stream/status/sample_event.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"@timestamp": "2023-06-27T15:08:06.769Z",
"@timestamp": "2023-07-17T05:15:08.819Z",
"agent": {
"ephemeral_id": "fce49932-c128-4170-a730-a770830f611f",
"id": "ee8ce08e-6f80-467d-a633-e9ff4ffdb266",
"ephemeral_id": "e2d0420d-1509-40b6-a4c8-ae8320eb52dc",
"id": "c0d195ef-d545-46b3-8e26-44c8c6b8ceed",
"name": "docker-fleet-agent",
"type": "metricbeat",
"version": "8.8.0"
Expand All @@ -16,24 +16,24 @@
"version": "8.0.0"
},
"elastic_agent": {
"id": "ee8ce08e-6f80-467d-a633-e9ff4ffdb266",
"id": "c0d195ef-d545-46b3-8e26-44c8c6b8ceed",
"snapshot": false,
"version": "8.8.0"
},
"event": {
"agent_id_status": "verified",
"dataset": "mongodb.status",
"duration": 9078125,
"ingested": "2023-06-27T15:08:07Z",
"duration": 9034250,
"ingested": "2023-07-17T05:15:12Z",
"module": "mongodb"
},
"host": {
"architecture": "aarch64",
"containerized": false,
"hostname": "docker-fleet-agent",
"id": "b5cb0e96dbea41d19c3216af1f327d73",
"ip": "192.168.48.7",
"mac": "02-42-C0-A8-30-07",
"ip": "172.22.0.7",
"mac": "02-42-AC-16-00-07",
"name": "docker-fleet-agent",
"os": {
"codename": "focal",
Expand All @@ -55,16 +55,16 @@
"msg": 0,
"regular": 0,
"rollovers": 0,
"user": 129,
"user": 215,
"warning": 0
},
"connections": {
"available": 838857,
"current": 3,
"total_created": 18
"total_created": 32
},
"extra_info": {
"page_faults": 3
"page_faults": 1
},
"global_lock": {
"active_clients": {
Expand All @@ -78,78 +78,70 @@
"writers": 0
},
"total_time": {
"us": 17064000
"us": 32420000
}
},
"local_time": "2023-06-27T15:08:06.775Z",
"local_time": "2023-07-17T05:15:08.826Z",
"locks": {
"collection": {
"acquire": {
"count": {
"W": 4,
"r": 17,
"w": 8
"W": 2,
"r": 13,
"w": 5
}
}
},
"database": {
"acquire": {
"count": {
"W": 1,
"r": 37,
"w": 13
"r": 13,
"w": 7
}
}
},
"global": {
"acquire": {
"count": {
"W": 6,
"r": 101,
"w": 31
}
}
},
"oplog": {
"acquire": {
"count": {
"r": 16,
"w": 1
"W": 5,
"r": 107,
"w": 8
}
}
}
},
"memory": {
"bits": 64,
"resident": {
"mb": 111
"mb": 107
},
"virtual": {
"mb": 1620
"mb": 1500
}
},
"network": {
"in": {
"bytes": 14524
"bytes": 27054
},
"out": {
"bytes": 945370
"bytes": 1808672
},
"requests": 140
"requests": 266
},
"ops": {
"counters": {
"command": 141,
"command": 269,
"delete": 0,
"getmore": 0,
"insert": 0,
"query": 15,
"query": 0,
"update": 0
},
"latencies": {
"commands": {
"count": 138,
"latency": 13178
"count": 264,
"latency": 21858
},
"reads": {
"count": 0,
Expand All @@ -173,12 +165,12 @@
"name": "wiredTiger"
},
"uptime": {
"ms": 17057
"ms": 32411
},
"wired_tiger": {
"cache": {
"dirty": {
"bytes": 47958
"bytes": 30790
},
"maximum": {
"bytes": 3578789888
Expand All @@ -189,7 +181,7 @@
"write": 0
},
"used": {
"bytes": 51276
"bytes": 33195
}
},
"concurrent_transactions": {
Expand All @@ -205,26 +197,29 @@
}
},
"log": {
"flushes": 163,
"flushes": 315,
"max_file_size": {
"bytes": 104857600
},
"scans": 0,
"size": {
"bytes": 33554432
},
"syncs": 17,
"syncs": 13,
"write": {
"bytes": 29568
"bytes": 21632
},
"writes": 93
"writes": 64
}
}
}
},
"process": {
"name": "mongod"
},
"service": {
"address": "mongodb://elastic-package-service_mongodb_1",
"type": "mongodb",
"version": "5.0.18"
"version": "5.0.19"
}
}
}
3 changes: 0 additions & 3 deletions packages/mongodb/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1423,9 +1423,6 @@ An example event for `status` looks as following:
}
}
},
"process": {
"name": "mongod"
},
"service": {
"address": "mongodb://elastic-package-service_mongodb_1",
"type": "mongodb",
Expand Down