I'm trying to see if there's a way to make an API call so we can know when an index or an indices has not been written to for a specific period of time.
Is there a way to do this? I've been wracking my brain trying to learn how to make this myself, and wondering if maybe there's an easier way.
There's not directly, no. The easiest way to do this would be to use timestamps in your documents as a proxy for it, or look at the timestamp of the last indexing request from the Monitoring data (if you are using it).
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.