Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am gnurik on github.
  • I am gnurik (https://keybase.io/gnurik) on keybase.
  • I have a public key whose fingerprint is EA98 B7AD 1C3F 5035 6884 E145 9EAC F4A7 B548 0275

To claim this, I am signing this object:

@gnurik
gnurik / 0. fabric
Last active August 29, 2015 13:57
fabric deployment example
[assuming python is installed]
sudo pip install fabric
sudo pip install pyyaml
@gnurik
gnurik / logstash indexer
Last active August 29, 2015 13:57
logstash configuration examples
input {
redis {
host => "127.0.0.1"
# these settings should match the output of the agent
data_type => "list"
key => "logstash"
codec => json
}
}