Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit c658c44

Browse files
cristinaascarivaclavbartos
authored andcommitted
Added job_id in elastic mapping (intelowlproject#2497)
1 parent dafdaaa commit c658c44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

configuration/elastic_search_mappings/intel_owl_bi.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@
3939
},
4040
"class_instance": {
4141
"type": "keyword"
42+
},
43+
"job_id": {
44+
"type": "long"
4245
}
43-
4446
}
4547
}
4648
}

0 commit comments

Comments
 (0)