Commit graph

32 commits

Author SHA1 Message Date
Boaz Leskes 333c75284b upper case beta1 2014-01-06 11:13:09 +01:00
Boaz Leskes 7d57b00070 Bumped version to 1.0.0.beta1-SNAPSHOT 2014-01-06 09:57:59 +01:00
Boaz Leskes ec90dc65a3 changed default index template: Instead of not tokenizing strings, introduce a multi_field + a {name}.raw variant. 2014-01-05 23:15:12 +01:00
Boaz Leskes 2f45c9638e removed an unneeded getInputStream command which threw a FileNotFound exception. Also - no exporting will occur if loading/verifying index template failed (but it will keep on retrying). 2013-12-30 22:36:40 +01:00
Boaz Leskes c0be4069da Added a keep alive background ping to keep connection open to target ES
Sadly java connection pooling closes connection after 5s of idle time.
2013-12-25 23:13:13 +01:00
Boaz Leskes 4b1bda9ea4 Moved to using XContentBuilder internal byte buffers instead of writing connection.outputStream to avoid flushing and chunked requests. Also added content type to dashboard and template uploading. 2013-12-25 14:26:27 +01:00
Boaz Leskes db51ce214f Add a small debug log 2013-12-23 20:55:22 +01:00
Boaz Leskes b00566113d Added uploading of kibana dashboards, marvel index template is now based on marvel_index_template.json . 2013-12-23 19:42:28 +01:00
Boaz Leskes c155484c2a Added a version check for host Elasticsearch 2013-12-23 12:18:18 +01:00
Boaz Leskes 4c4ea87b7f ESExporter moves failed hosts to the end of the host list to avoid retrying them every 5s. 2013-12-23 11:42:54 +01:00
Boaz Leskes b48318f219 Improved routing events and added Shard started & Shard promoted to primary events 2013-12-19 21:29:09 +01:00
Boaz Leskes ff61163367 Move to 0.90.8 2013-12-18 20:34:38 +01:00
Boaz Leskes 10aeee046c Cluster & Index status events. All events output cluster name. 2013-12-18 17:15:32 +01:00
Boaz Leskes 73a3ea2179 Renamed IndexMetaDataEvent to IndexEvent 2013-12-18 09:59:04 +01:00
Boaz Leskes fdd332948a Removed node info from cluster stats 2013-12-18 09:55:25 +01:00
Boaz Leskes ced5b97969 Added the cluster name to all exported data. 2013-12-17 16:25:03 +01:00
Boaz Leskes 8c9cb28dce Added cluster stats export 2013-12-17 16:11:46 +01:00
Boaz Leskes 7a2d6d840f Improved event's short description 2013-12-17 14:56:14 +01:00
Boaz Leskes 71757bb330 Updated to 0.90.8-SNAP. 2013-12-17 13:49:01 +01:00
Luca Cavanna 9c0ecc708e Integrated new shard state changed listener method to collect more information for each shard state change 2013-12-17 13:49:01 +01:00
Boaz Leskes 384322abdb Moved to ip + port as a primary node identifier. 2013-12-05 14:19:16 +01:00
Boaz Leskes de507d43ea Lower cased nodeToXContent.
Added a protection for relocatingTo potentially be in.
Removed indexPrefix settings and fixed it to ".marvel" (will add a suffix later)
Renamed java plugin to "marvel".
2013-12-05 13:54:01 +01:00
Boaz Leskes 8a118bb230 move to ES 0.90.7 for segment stats 2013-12-02 20:46:33 +01:00
Boaz Leskes 5553189cb6 Added a setting to allow disabling the exporter. 2013-11-28 21:12:48 +01:00
Boaz Leskes 6acc3258e1 Introduced NodeEvent and RoutingEvent. Cleaned up naming as we don't only export stats any more. Cluster Pulse is now showing node, index and routing events (shard + cluster still shipping). 2013-11-27 22:52:15 +01:00
Boaz Leskes d5add9bb96 Improved messages on all event. Shard events now resolve the relevant node ids to node object. 2013-11-27 14:32:29 +01:00
Boaz Leskes 0b15c60926 Introduced Cluster Pulse dashboard.
Renamed annotations to events
 Added event exporting for cluster node events and index creation.
2013-11-23 19:25:38 +01:00
Boaz Leskes 793dbe48ad Use standard component logger in ESExporter 2013-11-21 15:03:46 +01:00
Boaz Leskes 47cc5713b9 Allow to configure which indices's stats are exported.
Tweaked logging and naming.
2013-11-21 12:07:58 +01:00
Boaz Leskes 0d46599762 Changed (default) index names to .marvel-*, .marvel-kibana . Renamed plugin to marvel-stats exporter. 2013-11-21 11:37:06 +01:00
Boaz Leskes e6a85d6032 Downgrade back to 0.90.6 2013-11-19 23:58:12 +01:00
Boaz Leskes 63a6bfb59e rename shipper to exporter 2013-11-19 09:51:14 +01:00