What product/components do you use and which version/fix level are you on?
Cumulocity datahub, version 10.13
Is your question related to the free trial, or to a production (customer) instance?
Production customer
What are you trying to achieve? Please describe it in detail.
I am trying to add additional fields while configuring the data offloading job for events.
Below event have been stored in the cumulocity.
{
“creationTime”: “2022-09-16T05:54:16.684Z”,
“source”: {
“name”: “ktg_pms_reader_exit”,
“self”: “”,
“id”: “83946990”
},
“type”: “ktg_exit”,
“lastUpdated”: “2022-09-16T05:54:16.684Z”,
“self”: “<>”,
“time”: “2022-09-16T05:54:16.684Z”,
“id”: “84100575”,
“text”: “exit”,
“VehType”: “car”,
“exittime”:“”,
“entrytime”: “”,
“seasontype”: “Season”,
“IU”: “U000001234567890”,
“payamt”: “0”,
“Plate”: “SG1234”
}
While configuring the datahub job for events, I do not see the custom event field auto-detected. When I am trying to add manually I am getting below error message.
I have tried the same without double quote as well as without “src”, I am getting the same error message.
Do you get any error messages? Please provide a full error message screenshot and log file.
Have you installed all the latest fixes for the products and systems you are using?
Yes