This could help: 
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-nodes-info.html#cluster-nodes-info

if your plugin data is subject to change use plugins.info_refresh_interval to 
change or disable the caching interval:

# Change cache to 20 seconds
plugins.info_refresh_interval: 20s

# Infinite cache
plugins.info_refresh_interval: -1

# Disable cache
plugins.info_refresh_interval: 0

--
David ;-)
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs


Le 31 mai 2014 à 20:52, Dan Spinner <[email protected]> a écrit :

Thanks for the tip.   Found that our Sensu monitoring is doing some api calls 
for monitoring cluster health that are triggering the log entry.    Mystery 
solved.  Thank you.

> On Saturday, May 31, 2014 11:23:14 AM UTC-4, David Pilato wrote:
> Are you using Marvel or any other monitoring tool?
> 
> Something which call nodes info API for example???
> 
> --
> David ;-)
> Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
> 
>> Le 31 mai 2014 à 16:23, Dan Spinner <[email protected]> a écrit :
>> 
>> Has anyone else ran into this?  
>> 
>> We didn't have this behavior on 90.5.   While testing out 1.1.1 it seems to 
>> happen every minute in the logs for both of the plugins we use which are 
>> siteless.   If i create an empty _site directory for the plugins then the 
>> log entries immediately stop.  I've also confirmed that elasticsearch does 
>> start up properly with the empty _site directory.  I couldn't find anything 
>> in the documentation about changes to plugins and the _site directory.   
>> Curious if anyone else has experienced this, and what they did.
>> 
>> 
>> /var/log/es.log:May 23 00:38:52 localhost ES: DEBUG | 
>> [elasticsearch[Adversary][management][T#3]] | plugins | [Adversary] 
>> [/mnt/es/plugins/valve/_site] directory does not exist.
>> /var/log/es.log:May 23 00:38:52 localhost ES: DEBUG | 
>> [elasticsearch[Adversary][management][T#3]] | plugins | [Adversary] 
>> [/mnt/es/plugins/jetty/_site] directory does not exist.
>> /var/log/es.log:May 23 00:39:09 localhost ES: DEBUG | 
>> [elasticsearch[Adversary][management][T#5]] | plugins | [Adversary] 
>> [/mnt/es/plugins/valve/_site] directory does not exist.
>> /var/log/es.log:May 23 00:39:09 localhost ES: DEBUG | 
>> [elasticsearch[Adversary][management][T#5]] | plugins | [Adversary] 
>> [/mnt/es/plugins/jetty/_site] directory does not exist.
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "elasticsearch" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected].
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/elasticsearch/dcae4d4b-3f57-4e86-a18f-6ab021470b97%40googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/fbcfb868-14ac-4320-9481-189c6c5c6f6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/EC93B669-2B8B-4B71-9359-BE6D5A9C3824%40pilato.fr.
For more options, visit https://groups.google.com/d/optout.

Reply via email to