Scribe

Scribe Scribe has moved!

Scribe is now hosted on GitHub:
http://github.com/facebook/scribe

Please update your bookmarks.

github.com
Scribe is a server for aggregating log data streamed in real time from a large number of servers. It is designed to be scalable, extensible without client-side modification, and robust to failure of the network or any specific machine.
Daniel

Daniel It doesn't look like the scribe configuration documentation exists on the wiki anymore, since the sourceforge redesign. Is there somewhere else where this documentation can be found?

13 Agustus 2009 jam 15:41 · Laporkan
Mark Lin

Mark Lin How does FB deal with message with multiple destinations? For example, a message should be processed by hadoop then archived somewhere else. Since doc mentioned one category per message, does that mean the client writting the message will have the send the same message twice?

12 Agustus 2009 jam 17:14 · Laporkan
Scribe
Scribe
You can configure Scribe to route all messages of a given message category to two different locations. You just need to create 2 different stores for this category in your config file.
02 Oktober 2009 jam 16:47
Jon Schutz

Jon Schutz What's happened to the concise summary at http://scribeserver.wiki.sourceforge.net/Configuration? Is there a new link with the same info?

05 Agustus 2009 jam 22:19 · Laporkan
Huy

Huy The HDFS Append function crashed sometimes, this is another approach to make Scribe support HDFS ( which is more stable, I think ), check it out and tell me what do ya think : http://iamhuy.com/blog/?p=89

03 Juli 2009 jam 19:02 · Laporkan
Tirumala Addanki

Tirumala Addanki Hi, I am newbie to Scribe. Today while installing scribe I am getting the following error. Can any one tell me how to overcome this ?

configure: error: Could not link against boost_filesystem-boost_filesystem-gcc40-mt-1_36 !

18 Juni 2009 jam 17:02 · Laporkan
Huy

Huy Great to hear that Scribe supports HDFS now.

17 Juni 2009 jam 21:12 · Laporkan
Elvis Ngwa Ambe

Elvis Ngwa Ambe Can it be that Scribe does not accept logs coming from a Client using TTransport but accepts logs from Clients using TFramedTransport

22 Mei 2009 jam 8:04 · Laporkan
Scribe
Scribe
Yes, you need to use TFramedTransport.
22 Mei 2009 jam 16:18
Elvis Ngwa Ambe

Elvis Ngwa Ambe Coding a J2EE Inbound connector for Scribe , any one gone that road before?

16 Mei 2009 jam 1:07 · Laporkan
Scribe

Scribe Check out the video of the Scribe Tech Talk on Facebook Engineering Tech Talk page: http://www.facebook.com/techtalks

18 Maret 2009 jam 13:31
Scribe

Scribe Earl, see this thread about setting up an Apache CustomLog to forward to Scribe: http://sourceforge.net/forum/forum.php?thread_id=2551690&forum_id=870823

17 Maret 2009 jam 20:48
Scribe

Scribe Earl, we are currently working on hdfs support for Scribe. Stay tuned.

17 Maret 2009 jam 20:41
Earl Cahill

Earl Cahill Is there an easy way to modify an httpd.conf file and get logging to happen via Scribe?

15 Maret 2009 jam 1:07 · Laporkan
Earl Cahill

Earl Cahill Is there an easy way to get Scribe to write to hadoop / hdfs?

15 Maret 2009 jam 1:06 · Laporkan
Scribe

Scribe If you want to see an example of a C++ Scribe Client, you can take a look at Scribe's source itself. Search for "resendClient" in src/conn_pool.cpp.

10 Maret 2009 jam 22:13