search: add legacy id for all resources in bleve (#103206)
* add legacy id for all resources in bleve
This commit is contained in:
+11
-2
@@ -42,6 +42,13 @@
|
||||
"format": "int64",
|
||||
"description": "created timestamp",
|
||||
"priority": 0
|
||||
},
|
||||
{
|
||||
"name": "grafana.app/deprecatedInternalID",
|
||||
"type": "number",
|
||||
"format": "int64",
|
||||
"description": "Deprecated legacy id of the resource",
|
||||
"priority": 0
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
@@ -52,7 +59,8 @@
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
null,
|
||||
321
|
||||
],
|
||||
"object": {
|
||||
"kind": "folders",
|
||||
@@ -71,7 +79,8 @@
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
null,
|
||||
123
|
||||
],
|
||||
"object": {
|
||||
"kind": "folders",
|
||||
|
||||
Reference in New Issue
Block a user