Skip to content

Commit 565ad83

Browse files
committed
stats: add missing "is_machine" field
1 parent cc0f7ca commit 565ad83

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

invenio_rdm_records/records/stats/templates/events/record_view/os-v1/record-view-v1.0.0.json

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"visitor_id": {
2424
"type": "keyword"
2525
},
26+
"is_machine": {
27+
"type": "boolean"
28+
},
2629
"is_robot": {
2730
"type": "boolean"
2831
},

invenio_rdm_records/records/stats/templates/events/record_view/os-v2/record-view-v1.0.0.json

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"visitor_id": {
2424
"type": "keyword"
2525
},
26+
"is_machine": {
27+
"type": "boolean"
28+
},
2629
"is_robot": {
2730
"type": "boolean"
2831
},

invenio_rdm_records/records/stats/templates/events/record_view/v7/record-view-v1.0.0.json

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"visitor_id": {
2424
"type": "keyword"
2525
},
26+
"is_machine": {
27+
"type": "boolean"
28+
},
2629
"is_robot": {
2730
"type": "boolean"
2831
},

0 commit comments

Comments
 (0)