Hey,
I am trying to just Create a Datasource in the Spatiotemporal Big Data Store via GeoEvent Server.
For testing purpose the GeoEvent Definition is a simple one with just a track_id, name and geometry. With the default configuration options I am always getting the following error message:
Data source "NAME_OF_GEOEVENT_DEFINITION" cannot be created.
Failed to create the DataSource. Error: {"error":{"root_cause":
[{"type":"illegal_argument_exception","reason":"Rejecting mapping update to
[bc11eb20-f339-421f-b99f-1c49de0e147c_es5-5-0] as the final mapping
would have more than 1 type: [---metadata---,
NAME_OF_GEOEVENT_DEFINITION]"}],"type":"illegal_argument_exception",
"reason":"Rejecting mapping update to [bc11eb20-f339-421f-b99f-1c49de0e147c_es5-5-0]
as the final mapping would have more than 1 type: [---metadata---,
NAME_OF_GEOEVENT_DEFINITION]"},"status":400}Does anyone have an idea what causes the problem?
Best Stefan