Hi I was trying to send data to elasticsearch using scheduler. I want it to run once a day and update new records. But it gets stuck after these outputs. Please suggest any solution, thanks. (ps : logstash version is 7.10.0)
This is my conf file.
I added schedule => "58 14 * * *" under "statement".
At first, the following error appeared. 77: warning : constant :: fixnum is deprecated
So, i modified schedule => "58 14 * * *" -> "58 14 * * * Asia/Seoul"
When I registered the schedule in conf file at 14:58, it was executed, but the data could not be put in elasticsearch.
so, it was forced to shut down (Ctrl+c)