modify traccar server

Raul Huerta10 months ago

Hello,

I need help knowing which Traccar server files I need to modify to integrate the Elasticsearch client (https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/getting-started-java.html ).

I explain how my project works with Elasticsearch:

I have configured Elasticsearch to receive data from different trackers. Filebeat processes this data, converting values ​​from hexadecimal to decimal (or vice versa) for human readability. Filebeat then sends this data to Logstash which redirects it to the IP I have configured.

I am currently testing the Traccar app and have managed to receive data from Logstash directly to the Positions API. I can view this data on the map and, thanks to the WebSocket built into Traccar, the data is updated in real time every time Logstash sends new information.

Now, I want to modify the Traccar server to add my own configurations and, if possible, integrate the Elasticsearch client directly into the server.

Could you please guide me on what files I would need to modify to achieve this?

Thanks in advance for the help.