get plugin version from each node

2014-09-30 Thread kti_sk
Hi, I am writing powershell script to update out-dated plugins from each cluster node. I am using http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-nodes-info.html as reference but it doesn't seem like there is no way to get plugin information for just one node?

setting es_heap_size requires re-install in Windows?

2014-09-05 Thread kti_sk
This is what I observed. I set es_heap_size from 2000m to 3000m (on 6gb machine) and restart ES service and marvel still shows the machine as having 2gb. I restarted the machine itself and still the same. I finally got Marvel to show the right data when i uninstalled and reinstalled the

unassigned replica shard stuck in that state

2014-09-03 Thread kti_sk
Here is my node setup: Cluster A 1 master 1 query 2 data Cluster B 1 monitor nodes in Cluster A are feeding Marvel data to the monitoring node in Cluster B. 2 primary shards are spread to 2 data nodes but replica shards are stuck in unassigned state (waited over an hour) There is no error in

alerting in Marvel

2014-08-26 Thread kti_sk
Hi, I started using Marvel for my cluster monitoring. Does Marvel have a way to set notification such as send me email if cpu load is over 80%? Thanks -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe from this group and stop

Re: alerting in Marvel

2014-08-26 Thread kti_sk
Hi, My goal was to figure out if i need to scale out if there is a sudden spike in the load. Can you be more specific about something specific for the job? On Tuesday, August 26, 2014 4:32:32 PM UTC-7, Mark Walkom wrote: Also, you should really be monitoring your systems and core measurements

History or logging for configuration change

2014-08-20 Thread kti_sk
Hi, Is there some sort of logging that Elastic Search writes whenever say a new index is created or when index template configuration is changed? -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe from this group and stop receiving

aggregate max against date field returns unformatted date

2014-08-20 Thread kti_sk
queries such as { aggs: { max_startTime: { max: { field: startDate } }, min_startTime: { min: { field: startDate } } } } return s140834239392... instead of nicely formatted date. The field is maked as date type. Am I using the query

ES service self update?

2014-08-11 Thread kti_sk
I am very new to Elastic Search. I was curious if ES service can periodically check for the latest version such as 1.1.3 and update nodes one at a time silently? I am in the process of writing PowerShell script to do this but thought ES might have solution for this already. thanks -- You