I hereby claim:
- I am drewr on github.
- I am drewr (https://keybase.io/drewr) on keybase.
- I have a public key whose fingerprint is AE1A BF3D 484C 40E5 CB1C DC9F 57B1 9548 7560 12ED
To claim this, I am signing this object:
% cat src/Data/PhoneBook.purs | |
module Data.PhoneBook where | |
import Data.List | |
import Data.Maybe | |
import Control.Plus (empty) | |
type Entry = { firstName :: String | |
, lastName :: String |
#!/bin/bash | |
mount=$1; shift | |
devices=$* | |
if [[ -z $devices ]]; then | |
echo $0 /dev/DEV [/dev/DEV] | |
exit 99 | |
fi |
I hereby claim:
To claim this, I am signing this object:
/root.* | |
/*.log |
#!/bin/sh | |
curl -XDELETE localhost:9200/foo >/dev/null | |
curl -XPUT localhost:9200/foo -d ' | |
{ | |
"mappings": { | |
"completions": { | |
"properties": { | |
"bank": { | |
"payloads": true, |
curl -XPUT localhost:9200/foo -d'--- | |
mappings: | |
t: | |
properties: | |
f: | |
type: string | |
analyzer: whitespace | |
' | |
curl -XPOST localhost:9200/foo/t\?refresh -d'--- |
curl -s -XDELETE localhost:9200/damjan >/dev/null | |
curl -s -XPUT localhost:9200/damjan -d'--- | |
settings: | |
index.number_of_shards: 1 | |
index.number_of_replicas: 0 | |
mappings: | |
t: | |
properties: | |
appname: |
{ | |
"Statement": [ | |
{ | |
"Action": [ | |
"s3:ListBucket" | |
], | |
"Effect": "Allow", | |
"Resource": [ | |
"arn:aws:s3:::snaps.example.com" | |
] |
First node (24 cores):
sudo sh -c "ulimit -n 1000000; setuidgid $USER env JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64 ES_HEAP_SIZE=2g bin/elasticsearch -Des.network.bind_host=0.0.0.0 -Des.network.publish_host=_eth0:ipv4_ -Des.discovery.zen.ping.unicast.hosts=bigstep003 -Des.discovery.zen.ping.multicast.enabled=false -Des.cluster.name=drewr -Des.logger.level=DEBUG"
Second node (8 cores):
sudo sh -c "ulimit -n 1000000; setuidgid $USER env JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64 ES_HEAP_SIZE=2g bin/elasticsearch -Des.network.bind_host=0.0.0.0 -Des.network.publish_host=_eth3:ipv4_ -Des.discovery.zen.ping.unicast.hosts=bigstep001 -Des.discovery.zen.ping.multicast.enabled=false -Des.cluster.name=drewr -Des.logger.level=DEBUG"
Logstash running on the first node: