Thanks, it's useful information.
But looks like the mornitoring is more like to be used in ELK which is used to mornitor log and system metric.
I need a backend job to update the field 'currentPrice' of product in index every day. (As I have a list of price available with start day and end day. ) If elasticsearch can do this schedule job internally, it will be great. Otherwise I need to set up an cron job outside elasticsearch and get and update through APIs which seems more costly to me.
Actually, you may be able to do something of this nature with the Elasticsearch input plugin in Logstash, and have Logstash do this. Properly configured, you are able to update fields, not just write to new indices.
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.