Skip to content

Instantly share code, notes, and snippets.

@vmadman
vmadman / logstash-indexer
Created April 27, 2013 06:46
A configuration for a logstash agent. This agent accepts input from REDIS and outputs to Graylog2 using GELF. An additional STATSD output sends throughput stats to statsd, which outputs to graphite.
input {
redis {
host => "###REDIS_IP###"
type => "redis-input"
# these settings should match the output of the agent
data_type => "list"
key => "logstash"
# We use json_event here since the sender is a logstash agent
format => "json_event"
@vmadman
vmadman / logstash-shipper
Created April 27, 2013 06:43
A configuration for a logstash agent. This logstash agent collects logs from apache access, apache error, and syslog via UDP.
input {
tcp {
port => 5000
type => "syslog"
host => "127.0.0.1"
}
udp {
port => 5000
type => "syslog"
host => "127.0.0.1"
@vmadman
vmadman / issue_comments_suggestion.bmml
Created February 22, 2015 15:55
Balsamiq Mockup for Nodebug.me Issue Detail Proposal
<mockup version="1.0" skin="sketch" fontFace="Balsamiq Sans" measuredW="1322" measuredH="912" mockupW="861" mockupH="861">
<controls>
<control controlID="0" controlTypeID="com.balsamiq.mockups::Label" x="531" y="73" w="-1" h="-1" measuredW="520" measuredH="48" zOrder="3" locked="false" isInGroup="-1">
<controlProperties>
<bold>true</bold>
<color>15658734</color>
<size>40</size>
<text>Triaging%20%26joyent/node%20%231234%26</text>
</controlProperties>
</control>