Skip to content

Instantly share code, notes, and snippets.

@sdelrio0
sdelrio0 / Gemfile
Last active November 15, 2017 00:41
Standalone Capybara
gem 'capybara-selenium'
gem 'chromedriver-helper'
@sdelrio0
sdelrio0 / Elasticsearch n00b to n00b
Created May 5, 2017 14:47
Sample code to run in kibana console to understand the basics of Elasticsearch 5
# Check cluster health
GET /_cat/health?v
# Get indicies
GET /_cat/indices?v