summaryrefslogtreecommitdiffstats
path: root/docs/index.markdown
blob: eadb50166c84afc06b3ae5cb0d0debd486800a4a (plain)
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
---

# Feel free to add content and custom Front Matter to this file.

# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults

layout: top
---

![Screenshot of lnav](/assets/images/lnav-front-page.png){:
style="float: right; max-width: 50%"}

<div id="top-description">
An advanced log file viewer for the small-scale
</div>

<div id="intro">
<p>Watch and analyze your log files from a terminal.</p>

<p>No server. No setup. Still featureful.</p>

<div id="playground-box">
<h4>Try it out:</h4>

<code>
<span class="prompt">$</span>
<a href="ssh://playground@demo.lnav.org">ssh playground@demo.lnav.org</a>
</code>
</div>
</div>

<div class="dlrow">
<dl>
<dt>In Your Terminal</dt>
<dd>
Many logging tools, like Splunk, provide great features but are optimized for
large-scale deployments.  They require installing and configuring servers
before they can be effectively used.  There is still a need for a robust log
file analyzer for the terminal.
</dd>
</dl>

<dl>
<dt>Easy to Use</dt>
<dd>
Just point lnav to a directory and it will take care of the rest.  File formats
are automatically detected and compressed files are unpacked on the fly.
</dd>
</dl>

<dl>
<dt>Improved Presentation</dt>
<dd>
Log files are a wealth of information, lnav can help highlight the parts that
are important and filter out the noise.
</dd>
</dl>
</div>