Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
The facebook-scribe tag has no wiki summary.
0
votes
1answer
26 views
Meaning of Scribe symbols
I am starting to work with Scribe, I was reading the manual user, but I can't find anything about the symbols that Scribe uses on the Link column of the target side.
For example, I know what the ...
0
votes
0answers
20 views
Scribe log , prep ending junk chars to the log
I am using scribe to log , now my logs are running fine.But there was problem before that , log was prepending with junk characters.I came to know that problem was in its conf.There was error in my ...
1
vote
0answers
150 views
Scribe make error on stable thrift
I first put up a configure command:
I got this:
milind@ubuntu:~/scribe$ ./configure CPPFLAGS="-DHAVE_INTTYPES_H -DHAVE_NETINET_IN_H - DBOOST_FILESYSTEM_VERSION=2 -DHAVE_NETDB_H=1 -fpermissive"
...
1
vote
1answer
125 views
How to add scribe client for nodejs app with winston logs
I have been using winston for logging in my node application.Now I need to setup scribe for aggregating the application logs.I noticed the node-scribe client for node app to interact with scribe ...
0
votes
0answers
414 views
Collecting and processing data logged by Facebook scribe server
I have installed and setup Facebook Scribe server (https://github.com/facebook/scribe).
Now I am to collect and process the logged data to some storage. Scribe logs data to files and rotate them, ie
...
0
votes
0answers
192 views
Need to configure Hadoop 0.20 with Scribe
I am trying to configure Hadoop 0.20 with Scribe.(i am using scribe 2.1)
i am facing lots of problems , have followed many tutorials.
Still not able to get clear installation , can anyone help me?
I ...
0
votes
1answer
374 views
facebook's scribe queue issues
we use scribe like this:
Web server(SA) --->Local Scribe Server(SB)
Web server(SA) and Local Scribe Server(SB) on one machine;
The Web Server just send every log to scribe at most 3 times, after ...