This is the setup: An Android Smartphone, constantly running an App and sending HTTP Requests to a Spring Boot Application on an Apache Server. The server is using Graylog Sidecar, which ships the Logs to the Graylog Server.
So my question is, is there a way other than sending http-Requests from Android directly to the graylog server? Maybe even a Sidecar Implementation?
Thanks :)