can any one explain what this line does.
schedule => { cron => "* * * * * *" }
I am trying to get the weather data pulled from openweathermap.org
Thanks
can any one explain what this line does.
schedule => { cron => "* * * * * *" }
I am trying to get the weather data pulled from openweathermap.org
Thanks
If you are using an http_poller input I think that tells it to make the HTTP request once per minute.
yes I am using http_poller. I am just trying to figure out how to create for different cases. let's say I need for once every hour?
Thanks
For once an hour change the first * to 0.
Thank you
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.