Hello!!!
I need to create program for request elastic data each minute. What i have to do?
Show me first step please:)
That could be a job for a simple curl command that you run via a cron job, but without more details it's hard to give more detailed advice.
@magnusbaeck
Thanks for you reply!!!
- My server sends data with a cell called "UserCount" into elasticsearch every minute. I want to get this UserCount value and check if it is > 0;
- Also every request I have to compare the current time with the latest data time in elasticsearch. And if the difference is more than 3 mins I should get it.