This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h2 Short-Facts: | |
p Customer: | |
= reference.attributes.company |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "_design/test", | |
"_rev": "1-2c64d4a2d7bfa0393f212cf929ae7abe", | |
"language": "coffeescript", | |
"views": { | |
"test": { | |
"map": "(doc) -> (emit doc.value, doc) if doc.type is 'test'" | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# View for the collection of log entries. | |
namespace 'TimeLog.View', (exports) -> | |
class exports.Logs extends Backbone.View | |
el: jQuery 'ul.logs' | |
paper: false | |
events: | |
'keydown input.log-new': 'addOnEnter' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#input = [ | |
# {"_id":"e6611f8beb21495ad2e37d4e640086af","_rev":"1-4acaf9700aaf607f6a9a3103d8576211","type":"log","edited_at":[],"created_at":"2012-09-03T13:49:46.751Z","time":"0.50","ticket":"#6878","date":"2012-09-02T22:00:00.000Z","customer":"mrn","tags":[]}, | |
# {"_id":"fedfd6aabd2904db1c25ef4fba002284","_rev":"1-5c263397b46d08f6cf8ad26c8acbca3c","type":"log","edited_at":[],"created_at":"2012-09-05T14:37:44.997Z","time":"0.50","ticket":"#6880","date":"2012-09-04T22:00:00.000Z","customer":"mrn","tags":[]}, | |
# {"_id":"fedfd6aabd2904db1c25ef4fba005eb2","_rev":"1-87a8df1e31254b2821f98a28d8a8fb81","type":"log","edited_at":[],"created_at":"2012-09-10T06:50:21.703Z","time":"0.50","ticket":"#6959","date":"2012-09-09T22:00:00.000Z","customer":"mrn","tags":[]}, | |
# {"_id":"fedfd6aabd2904db1c25ef4fba006818","_rev":"1-ea525c4eb9927ab2f849b751f219bdb9","type":"log","edited_at":[],"created_at":"2012-09-10T07:12:51.828Z","time":"0.25","ticket":"","date":"2012-09-09T22:00:00.000Z","customer":"mrn","tags":[]}, | |
# {"_id":"fed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"init terminating in do_boot",{{badmatch,{error,{bad_return,{{couch_app,start,[normal,["/usr/local/etc/couchdb/default.ini","/usr/local/etc/couchdb/local.ini"]]},{'EXIT',{{badmatch,{error,shutdown}},[{couch_server_sup,start_server,1,[{file,"couch_server_sup.erl"},{line,98}]},{application_master,start_it_old,4,[{file,"application_master.erl"},{line,274}]}]}}}}}},[{couch,start,0,[{file,"couch.erl"},{line,18}]},{init,start_it,1,[]},{init,start_em,1,[]}]}} | |
init terminating in do_boot () |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* remote_file[/usr/local/bin/logstash.jar] action create | |
[2013-05-14T07:50:50-07:00] INFO: Processing remote_file[/usr/local/bin/logstash.jar] action create (logstash::default line 60) | |
[2013-05-14T07:50:51-07:00] DEBUG: remote_file[/usr/local/bin/logstash.jar] checking for changes | |
[2013-05-14T07:50:51-07:00] DEBUG: Sending HTTP Request via GET to logstash.objects.dreamhost.com:443/release/logstash-1.1.12-flatjar.jar | |
[2013-05-14T07:50:52-07:00] DEBUG: Streaming download from https://logstash.objects.dreamhost.com/release/logstash-1.1.12-flatjar.jar to tempfile /tmp/chef-rest20130514-18271-17v4kfo | |
[2013-05-14T07:52:32-07:00] DEBUG: remote_file[/usr/local/bin/logstash.jar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
filter { | |
grep { | |
match => ["message", "sshd"] | |
add_tag => ["sshd"] | |
} | |
grep { | |
match => ["message", "sshd.+Invalid user .+ from "] | |
add_tag => ["sshd_invalid_user"] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input { | |
redis { | |
data_type => 'list' | |
host => '127.0.0.1' | |
threads => 2 | |
db => 6 | |
key => 'logstash:bunyan' | |
type => 'bunyan' | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Field Value | |
@timestamp 2013-10-22T13:29:32.243Z | |
@version 1 | |
device Other | |
hostname style.local | |
level 30 | |
message response | |
msg | |
name Other | |
os Other |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
driver: | |
name: vagrant | |
synced_folders: | |
- ["feebame", "/opt/feebame", "create: true, type: :nfs"] | |
provisioner: | |
name: chef_solo | |
platforms: |
OlderNewer