Skip to content

Commit 2f68441

Browse files
committed
fix: #OBS-I354 default field expr fix
1 parent 863ea53 commit 2f68441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-service/src/configs/IngestionConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const rawIngestionSpecDefaults = {
8989
},
9090
{
9191
"type": "path",
92-
"expr": "$.obsrv_meta.source.connectorInstance",
92+
"expr": "$.obsrv_meta.source.id",
9393
"name": "obsrv.meta.source.id"
9494
}
9595
],

0 commit comments

Comments
 (0)