Case: of the Missing logs I was debugging a curious case of my Elasticsearch instance on my vagrant dev box going to RED state every night at 00:00:00. Consistently as far back as I can remember. Right the obvious thing to do is look at the logs right? Except for this set of rotated logs…
The Lean Maven Release (AKA Maven Release on Steroids) Simply put to get rid of Maven Release Plugin’s repetitive and time wasting inefficient builds and multiple checkins to SCM script this process to: [code language=”bash”] mvn clean mvn versions:set mvn deploy mvn scm:tag [/code] This can be setup in both Jenkins and Team-city. I have…
Hot deploy/swap to Servlet Server File –> Settings –> Debugger –> HotSwap enable class reload classed on the background : true enable class reload classed after compilations : always Run/Debug Configurations select “Update resources” in the drop-down “On frame deactivation”. More here
Edit your .gitconfig file in your $HOME directory for some serious time saving git shortcuts [code language=”bash”] [core] excludesfile = /Users/moses.mansaray/.gitignore_global autocrlf = input [user] name = moses.mansaray email = moses.mansaray@domain.com [push] default = simple [alias] co = checkout cob = checkout -b cod = checkout develop ci = commit st = status save = !git add…
Elasticsearch Curate Features Curate, or manage your Elasticsearch indices Alias Management – add, remove Shard routing allocation Indices Management – Close , Delete indices, Open closed indices, Optimize indices and modify number of replicas Snapshot(backups management) – Show, Backup, Restore. Change the number of replicas per shard for indices Pattern Matching for statements (e.g delete all indices matching .marvel*) Example Elasticsearch…
Quick short, Elasticsearch cheat API End-Point calls that takes a while to remember. If I have missed your favourite or want to make a recommendation to add in please do leave comment States [code language=”bash”] # Show all indices GET /_cat/indices?v- # cluster health state GET /_cluster/health # Show all nodes GET /_cat/nodes? # Show…
These are my top must have Elasticsearch plugins, from monitoring clusters to moving indices and managing Elasticsearch snapshots. If you are here you may already know of Elasticsearch’s marvel plugin, with combination with Sense you mostly have all you will need to manage Elasticsearch. If like me Marvel and Sense are not enough for your workflow or just curious…
Over the years the list bellow has become my go to reference for setting up a new Mac. These are the bare bone tools I will recommend for some serious development on a Mac, especially around Java and the open source world. Read through, make it yours and add to it. Firstly, as always with a…
Whilst the Elastic Team are preparing material and editing the Tour’s videos here are my brief MVP notes from elastic{on} tour conference New features of ES 2.0. lots…… Elasticsearch migration plugin migration plugin to help detect any issues that may occur during upgrading to Elasticsearch 2.0. This can be installed and run before upgrading.. Compartible with indices created in version 0.90…
Good Bye Spring Pad. Springpad is shutting down on June 25th My First thought “Well really! that’s not a surprise” My First feeling “deeply sadden” Over the years Springpad has been a very reliable companion to myself and many others in my circles. Now time to make use of the export features and move on.…