Skip to content

Commit

Permalink
Issue #0000 fix: system events ingestion spec typo fix (#105)
Browse files Browse the repository at this point in the history
* Issue #0000 fix: system events ingestion spec typo fix

* Issue #0000 fix: system-events ingestion spec update to add dataset_type
  • Loading branch information
yravinderkumar33 authored Dec 15, 2023
1 parent 7e9dc31 commit 68ba083
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ data:
"type": "string",
"name": "ctx_dataset"
},
{
"type": "string",
"name": "ctx_dataset_type"
},
{
"type": "string",
"name": "extractor_status"
Expand Down Expand Up @@ -119,7 +123,7 @@ data:
{
"type": "doubleSum",
"name": "dedup_time",
"fieldName": "deduplication_time"
"fieldName": "dedup_time"
},
{
"type": "doubleSum",
Expand Down Expand Up @@ -195,6 +199,11 @@ data:
"name": "ctx_dataset",
"expr": "$.ctx.dataset"
},
{
"type": "path",
"name": "ctx_dataset_type",
"expr": "$.ctx.dataset_type"
},
{
"type": "path",
"name": "ets",
Expand Down

0 comments on commit 68ba083

Please sign in to comment.