I wish to create an Elasticsearch plugin, this plugin requires some information to be stored. Is there any way to create an index & its mappings at startup time?
the clusterChanged event may not be blocked, as it is called by an update thread for all registered listeners sequentially - thus you need to make sure in your own code that you a) run async, b) do not trigger a new async check for each cluster state update.
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.