HTTP integration with elastic

Hi, I have issue with HTTP integration to Elasticsearch.
Is there a way to configure it?

when I put there just Elastic Ingest document API endpoint, Chirpstack adds query parameter event=up and elastic returns Invalid argument exception, as no argument is allowed at this rout.

I am running
chirpstack-application-server 3.13.1
chirpstack-gateway-bridge 3.9.2
chirpstack-network-server 3.11.0

on RAK 7224C gateway.

Guys, any help is appreciated.

Comment: there is no way in this version to define endpoints per event type on multiple input boxes…

You might need to put an nginx or caddy in front of your ES-Server.


Then depending on the queryParam you can change the path and so on
1 Like