Third-party rest-delivery service does provide params which get an error at document creation

I have a third-party service on which I can configure a url (I have put the elastic https://...../index/_doc)

this has lead:
the error received:
{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "request [/gwf_lora_swisscom/_doc] contains unrecognized parameters: [LrnDevEui], [LrnFPort], [LrnInfos]"
}
],
"type": "illegal_argument_exception",
"reason": "request [/gwf_lora_swisscom/_doc] contains unrecognized parameters: [LrnDevEui], [LrnFPort], [LrnInfos]"
},
"status": 400
}

what are my possibilities to allow this creation?
BR

Lukas

You can't add unsupported parameters. LrnDevEui is not an option for example.
Why is this added?

don't know. but it is. and they cannot remove it (LPN Swisscom does add these three parameters and the server behind it is actility).
So I cannot ignore them actively?

I don't think there is an option to ignore them.
Are you sending the data directly to elasticsearch? I'd put something in the middle like an application, no?

Hey
Well I could make use of logstash but it is a service which has to be monitored as well.... I would prefer it directly.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.