/[pxelator]/couchdb/syslog/views/kvm/map.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /couchdb/syslog/views/kvm/map.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 274 - (hide annotations)
Thu Aug 20 17:19:15 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: application/javascript
File size: 71 byte(s)
show just messages from kvm hostname

1 dpavlin 274 function(doc) {
2     if ( doc.hostname == 'kvm' )
3     emit(doc.time, doc);
4     }

  ViewVC Help
Powered by ViewVC 1.1.26