-
Notifications
You must be signed in to change notification settings - Fork 4.9k
/
Copy pathes74_index_indexing_slowlog-json.log-expected.json
57 lines (57 loc) · 3.06 KB
/
es74_index_indexing_slowlog-json.log-expected.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[
{
"@timestamp": "2019-06-24T19:01:11.415Z",
"elasticsearch.cluster.name": "esprod",
"elasticsearch.cluster.uuid": "b28RGuVmRDimbAkNTVbacg",
"elasticsearch.component": "i.i.s.index",
"elasticsearch.index.id": "6cpavWDYRO6pyxezB0LepA",
"elasticsearch.index.name": "foo",
"elasticsearch.node.id": "erxPlzmKQOGUdrDxGrww_g",
"elasticsearch.node.name": "esprod0",
"elasticsearch.slowlog.id": "1",
"elasticsearch.slowlog.routing": "",
"elasticsearch.slowlog.source": "{\"foo\":\"bar\"}",
"elasticsearch.slowlog.took": "3ms",
"elasticsearch.slowlog.types": "t",
"event.category": "database",
"event.dataset": "elasticsearch.slowlog",
"event.duration": 3000000,
"event.kind": "event",
"event.module": "elasticsearch",
"event.type": "info",
"fileset.name": "slowlog",
"host.id": "erxPlzmKQOGUdrDxGrww_g",
"input.type": "log",
"log.level": "WARN",
"log.offset": 0,
"message": "{\"type\": \"index_indexing_slowlog\", \"timestamp\": \"2019-06-24T15:01:11,415-04:00\", \"level\": \"WARN\", \"component\": \"i.i.s.index\", \"cluster.name\": \"esprod\", \"node.name\": \"esprod0\", \"message\": \"[foo/6cpavWDYRO6pyxezB0LepA]\", \"took\": \"3ms\", \"took_millis\": \"3\", \"doc_type\": \"t\", \"id\": \"1\", \"routing\": \"\", \"source\": \"{\\\"foo\\\":\\\"bar\\\"}\", \"cluster.uuid\": \"b28RGuVmRDimbAkNTVbacg\", \"node.id\": \"erxPlzmKQOGUdrDxGrww_g\" }",
"service.type": "elasticsearch"
},
{
"@timestamp": "2019-07-09T08:48:28.203Z",
"elasticsearch.cluster.name": "es1",
"elasticsearch.cluster.uuid": "xOp8Gs9TTa-SoSWcs6NZHg",
"elasticsearch.component": "i.i.s.index",
"elasticsearch.index.id": "DubP3paOQJCtD1EkUmqxpw",
"elasticsearch.index.name": "foo",
"elasticsearch.node.id": "BgSzU7SUTgeRYqzbiyf1sA",
"elasticsearch.node.name": "es1_1",
"elasticsearch.slowlog.id": "1",
"elasticsearch.slowlog.source": "{\"foo\":\"bar\"}",
"elasticsearch.slowlog.took": "2.3ms",
"elasticsearch.slowlog.types": "_doc",
"event.category": "database",
"event.dataset": "elasticsearch.slowlog",
"event.duration": 2000000,
"event.kind": "event",
"event.module": "elasticsearch",
"event.type": "info",
"fileset.name": "slowlog",
"host.id": "BgSzU7SUTgeRYqzbiyf1sA",
"input.type": "log",
"log.level": "WARN",
"log.offset": 409,
"message": "{\"type\": \"index_indexing_slowlog\", \"timestamp\": \"2019-07-09T04:48:28,203-04:00\", \"level\": \"WARN\", \"component\": \"i.i.s.index\", \"cluster.name\": \"es1\", \"node.name\": \"es1_1\", \"message\": \"[foo/DubP3paOQJCtD1EkUmqxpw]\", \"took\": \"2.3ms\", \"took_millis\": \"2\", \"doc_type\": \"_doc\", \"id\": \"1\", \"source\": \"{\\\"foo\\\":\\\"bar\\\"}\", \"cluster.uuid\": \"xOp8Gs9TTa-SoSWcs6NZHg\", \"node.id\": \"BgSzU7SUTgeRYqzbiyf1sA\" }",
"service.type": "elasticsearch"
}
]