Hello,
I must create a Kibana dashboard to analyze a windows c++ application usage : screen viewed, actions, app launching, subscription etc..
Our plan is to send data from the clients to our server (not elastic) once a day, to minimize traffic, and we don't need realtime, the 24h delay is not a problem.
The question is : once our server collected the app data, what is the best way to feed it to elastic ?
Should we create bulk json and use curl ?
Or dump text file logs with a custom format and rely on logstash to send it to Elasticsearch ?
I don't know which way is the better.
Thank you in advance for your help,
