This repository has been archived by the owner on Mar 21, 2022. It is now read-only.
forked from fluent/website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
158 lines (155 loc) · 9.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="fluentd, log collector, log aggregator, ruby, JSON logging" />
<meta name="description" content="Fluentd is a lightweight and flexible log collector. Fluentd receives logs as JSON streams, buffers them, and sends them to other systems like MongoDB, Hadoop or even other instances of Fluentd." />
<meta name="google-site-verification" content="y_tydIQd6TZaoY-qR9geJSDX95h10_w4CXL6NznjgdI" />
<meta name="msvalidate.01" content="FA8C6A3FF6ADEE726950F238947D5295" />
<title>Fluentd: Log Everything in JSON</title>
<link media="all" rel="stylesheet" type="text/css" href="css/all.css" />
<script type="text/javascript" src="js/responsed.js" ></script>
<script type="text/javascript" src="js/all-mobile.js" ></script>
<!--[if lt IE 9]><script type="text/javascript" src="http://html5shim.googlecode.com/svn/trunk/html5.js" ></script><![endif]-->
<!-- start Mixpanel -->
<script type="text/javascript">
(function(d,c){var a,b,g,e;a=d.createElement("script");a.type="text/javascript";a.async=!0;a.src=("https:"===d.location.protocol?"https:":"http:")+'//api.mixpanel.com/site_media/js/api/mixpanel.2.js';b=d.getElementsByTagName("script")[0];b.parentNode.insertBefore(a,b);c._i=[];c.init=function(a,d,f){var b=c;"undefined"!==typeof f?b=c[f]=[]:f="mixpanel";g="disable track track_pageview track_links track_forms register register_once unregister identify name_tag set_config".split(" ");for(e=0;e<g.length;e++)(function(a){b[a]=function(){b.push([a].concat(Array.prototype.slice.call(arguments,0)))}})(g[e]);c._i.push([a,d,f])};window.mixpanel=c})(document,[]);
mixpanel.init("fcc682ea19e6d9f21250083a377de6f4");
mixpanel.track("ViewTop");
mixpanel.track_links('div.link-holder a', 'ClickInstall', function(link) {
console.log(link);
return {
install_url: link.href
};
});
</script>
<!-- end Mixpanel -->
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<meta property="fb:admins" content="588883490,100000237607356,741094668" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Fluentd: Log Everything in JSON" />
<meta property="og:description" content="Fluentd is a lightweight and flexible log collector. Fluentd receives logs as JSON streams, buffers them, and sends them to other systems like MongoDB, Hadoop or even other instances of Fluentd." />
<meta property="og:url" content="http://fluentd.org/" />
<meta property="og:image" content="http://fluentd.org/logos/fluentd.png" />
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!--Mixpanel-->
<script>
</script>
<!--end Mixpanel-->
<a href="http://github.com/fluent/fluentd" class="btn-github">Fork me on GitHub</a>
<div id="wrapper">
<header id="header">
<h1 class="logo"><a href="/">Fluentd</a></h1>
<div class="top-holder">
<ul>
<li><a href="http://docs.fluentd.org/">Documentation</a></li>
<li><a href="http://fluentd.org/plugin/">Plugins</a></li>
<li><a href="http://groups.google.com/group/fluentd">MailingList</a></li>
<li><a href="https://github.com/fluent/fluentd/issues">Issues</a></li>
<li><a href="http://github.com/fluent/fluentd">Source</a></li>
</ul>
<span class="social-buttons" style="margin-left:20px;">
<iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=fluent&repo=fluentd&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="110px"
height="20px"></iframe>
</span>
</div>
</header>
<div id="main">
<div class="main-holder">
<img src="images/txt-type.png" width="436" height="280" alt="image description" class="txt-type" />
<section class="text-holder">
<h2>Log everything in <span>JSON</span></h2>
<a href="http://docs.fluentd.org/" class="btn-look">Get Started</a>
<a href="http://fluentd.org/plugin/" class="btn-look-2">Plugins</a>
</section>
</div>
<div class="text-box">
<p>Fluentd is a lightweight and flexible log collector. Fluentd receives logs as JSON streams, buffers them, and sends them to other systems like MongoDB, Hadoop, or even other instances of Fluentd.</p>
</div>
<div class="link-holder">
<div class="box">
<span class="btn-install">Install Fluentd</span>
</div>
<a href="http://docs.fluentd.org/articles/install-by-rpm" class="btn">RPM package (.rpm)</a>
<a href="http://docs.fluentd.org/articles/install-by-deb" class="btn">Debian package (.deb)</a>
<a href="http://docs.fluentd.org/articles/install-by-gem" class="btn">gem install fluentd</a>
</div>
<section class="testimonials-holder">
<div class="heading">
<h3><span><strong>Fluentd in the Industry</strong></span></h3>
</div>
<div class="column-holder">
<div class="column">
<img class="logo-image" src="images/user_logo/Slideshare.png" height="60"/>
<p class="testimonial-text">
"Slideshare uses Fluentd to stream logs and events in the cloud.
We were looking for a versatile yet lightweight logger in Ruby, and Fluentd fit the bill perfectly."
<br/>
<p class="testimonial-author">Sylvain Kalache</p>
<p class="testimonial-author">Operations Engineer</p>
</p>
</div>
<div class="column">
<img class="logo-image" src="images/user_logo/PPTV.png" height="60"/>
<p class="testimonial-text">
"PPTV.com is one of the largest Chinese online TV provider. We tried to find a solution to do realtime log-collection and analyse based on the massive logfiles. Finally, we found that Fluentd is the perfect solution to do real-time log collection."
<br/>
<p class="testimonial-author">Xinyi Zhou</p>
<p class="testimonial-author">PPTV site operation team</p>
</p>
</div>
<div class="column">
<img class="logo-image" src="images/user_logo/GREE.png" height="60"/>
<p class="testimonial-text">
"Data Science is at the core of GREE’s business, and it starts with logging user events and Advertisement related data. We currently deploy Fluentd for a number of our games and ad services to federate user event data, and use that data for product decisions."
<p class="testimonial-author">Masaki Fujimoto</p>
<p class="testimonial-author">CTO</p>
</p>
</div>
</div>
<div style="text-align: right; padding-top: 20px;">
>> words from <a href="http://docs.fluentd.org/articles/users">more users</a>.
</div>
</section>
</div>
<footer id="footer">
<span class="social-buttons">
<div class="fb-like" data-href="http://fluentd.org/" data-send="false" data-layout="button_count" data-width="110" data-show-faces="false"></div>
<iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=fluent&repo=fluentd&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="110px"
height="20px"></iframe>
<a href="https://mixpanel.com/f/partner"><img src="https://mixpanel.com/site_media/images/partner/badge_light.png" alt="Mobile and Web Analytics" /></a>
</span>
<span class="copy">The Fluentd Project is sponsored by <iframe src="http://treasure-data.com/icons/square_icon?event=ViewFluentdTop&prop=VisitFluentd&size=20" scrolling="no" width="28px" height="28px"></iframe> <a href="http://treasure-data.com/?source=fl">Treasure Data, Inc.</a></span>
</footer>
</div>
<!-- Google Code for fluentd -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 1009909590;
var google_conversion_language = "en";
var google_conversion_format = "3";
var google_conversion_color = "ffffff";
var google_conversion_label = "5gEjCPL88wIQ1v7H4QM";
var google_conversion_value = 0;
/* ]]> */
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1009909590/?value=0&label=5gEjCPL88wIQ1v7H4QM&guid=ON&script=0"/>
</div>
</noscript>
</body>
</html>