[docs] mention ssh demos in readme

pull/1242/head
Tim Stack 3 months ago
parent acccc9f7a6
commit a4bf5bacfd

@ -32,10 +32,11 @@ Then, in the **lnav** TUI, you can:
## Screenshot
The following screenshot shows a syslog file. Log lines are
displayed with highlights. Errors are red and warnings are yellow.
The following screenshot shows a mix of syslog and web access log
files. Failed requests are shown in red. Identifiers, like IP
address and PIDs are semantically highlighted.
[![Screenshot](docs/assets/images/lnav-syslog-thumb.png)](docs/assets/images/lnav-syslog.png)
[![Screenshot](docs/assets/images/lnav-front-page.png)](docs/assets/images/lnav-front-page.png)
## Why not **just** use `tail`/`grep`/`less`?
@ -47,6 +48,20 @@ lines, but won't return a full multi-line log message. Less can only
display a single file at a time. Also, none of these basic tools
handle compressed files.
## Try online before installing
You can SSH into a demo node to play with lnav before installing.
The "playground" account starts lnav with a couple of log files as
an example:
[`$ ssh playground@demo.lnav.org`](ssh://playground@demo.lnav.org)
The "tutorial 1" account is an interactive tutorial that can teach
you the basics of operation:
[`$ ssh tutorial1@demo.lnav.org`](ssh://tutorial1@demo.lnav.org)
## Installation
[Download a statically-linked binary for Linux/MacOS from the release page](https://github.com/tstack/lnav/releases/latest#release-artifacts)

@ -53,13 +53,14 @@ Then, in the lnav TUI, you can:
Screenshot
The following screenshot shows a syslog file. Log lines are displayed
with highlights. Errors are red and warnings are yellow.
The following screenshot shows a mix of syslog and web access log
files. Failed requests are shown in red. Identifiers, like IP
address and PIDs are semantically highlighted.
]8;;docs/assets/images/lnav-syslog.png\🖼 Screenshot[1]]8;;\[2]
]8;;docs/assets/images/lnav-front-page.png\🖼 Screenshot[1]]8;;\[2]
▌[1] - file://{top_srcdir}/docs/assets/images/lnav-syslog-thumb.png
▌[2] - file://{top_srcdir}/docs/assets/images/lnav-syslog.png
▌[1] - file://{top_srcdir}/docs/assets/images/lnav-front-page.png
▌[2] - file://{top_srcdir}/docs/assets/images/lnav-front-page.png
Why not just use  tail / grep / less ?
@ -71,6 +72,24 @@ won't return a full multi-line log message. Less can only display a
single file at a time. Also, none of these basic tools handle
compressed files.
Try online before installing
You can SSH into a demo node to play with lnav before installing.
The "playground" account starts lnav with a couple of log files as an
example:
]8;;ssh://playground@demo.lnav.org\ $ ssh playground@demo.lnav.org ]8;;\[1]
▌[1] - ssh://playground@demo.lnav.org
The "tutorial 1" account is an interactive tutorial that can teach you
the basics of operation:
]8;;ssh://tutorial1@demo.lnav.org\ $ ssh tutorial1@demo.lnav.org ]8;;\[1]
▌[1] - ssh://tutorial1@demo.lnav.org
Installation
]8;;https://github.com/tstack/lnav/releases/latest#release-artifacts\Download a statically-linked binary for Linux/MacOS from the release]8;;\

@ -1,12 +1,13 @@
Screenshot
The following screenshot shows a syslog file. Log lines are displayed
with highlights. Errors are red and warnings are yellow.
The following screenshot shows a mix of syslog and web access log
files. Failed requests are shown in red. Identifiers, like IP
address and PIDs are semantically highlighted.
]8;;docs/assets/images/lnav-syslog.png\🖼 Screenshot[1]]8;;\[2]
]8;;docs/assets/images/lnav-front-page.png\🖼 Screenshot[1]]8;;\[2]
▌[1] - file://{top_srcdir}/docs/assets/images/lnav-syslog-thumb.png
▌[2] - file://{top_srcdir}/docs/assets/images/lnav-syslog.png
▌[1] - file://{top_srcdir}/docs/assets/images/lnav-front-page.png
▌[2] - file://{top_srcdir}/docs/assets/images/lnav-front-page.png
Why not just use  tail / grep / less ?
@ -18,6 +19,24 @@ won't return a full multi-line log message. Less can only display a
single file at a time. Also, none of these basic tools handle
compressed files.
Try online before installing
You can SSH into a demo node to play with lnav before installing.
The "playground" account starts lnav with a couple of log files as an
example:
]8;;ssh://playground@demo.lnav.org\ $ ssh playground@demo.lnav.org ]8;;\[1]
▌[1] - ssh://playground@demo.lnav.org
The "tutorial 1" account is an interactive tutorial that can teach you
the basics of operation:
]8;;ssh://tutorial1@demo.lnav.org\ $ ssh tutorial1@demo.lnav.org ]8;;\[1]
▌[1] - ssh://tutorial1@demo.lnav.org
Installation
]8;;https://github.com/tstack/lnav/releases/latest#release-artifacts\Download a statically-linked binary for Linux/MacOS from the release]8;;\

@ -2,7 +2,7 @@
{
"top_meta": {
"file": "{top_srcdir}/README.md",
"anchor": "#usage-with-systemd-journald-",
"anchor": "#usage",
"breadcrumbs": [
{
"display_value": "README.md",
@ -44,6 +44,9 @@
{
"display_value": "Support"
},
{
"display_value": "Try online before installing"
},
{
"display_value": "Usage"
},
@ -53,7 +56,7 @@
]
},
{
"display_value": "Usage with systemd-journald ",
"display_value": "",
"search_placeholder": "",
"possibilities": [
{

@ -1,12 +1,13 @@
Screenshot
The following screenshot shows a syslog file. Log lines are displayed
with highlights. Errors are red and warnings are yellow.
The following screenshot shows a mix of syslog and web access log
files. Failed requests are shown in red. Identifiers, like IP
address and PIDs are semantically highlighted.
]8;;docs/assets/images/lnav-syslog.png\🖼 Screenshot[1]]8;;\[2]
]8;;docs/assets/images/lnav-front-page.png\🖼 Screenshot[1]]8;;\[2]
▌[1] - file://{top_srcdir}/docs/assets/images/lnav-syslog-thumb.png
▌[2] - file://{top_srcdir}/docs/assets/images/lnav-syslog.png
▌[1] - file://{top_srcdir}/docs/assets/images/lnav-front-page.png
▌[2] - file://{top_srcdir}/docs/assets/images/lnav-front-page.png
Why not just use  tail / grep / less ?
@ -18,6 +19,24 @@ won't return a full multi-line log message. Less can only display a
single file at a time. Also, none of these basic tools handle
compressed files.
Try online before installing
You can SSH into a demo node to play with lnav before installing.
The "playground" account starts lnav with a couple of log files as an
example:
]8;;ssh://playground@demo.lnav.org\ $ ssh playground@demo.lnav.org ]8;;\[1]
▌[1] - ssh://playground@demo.lnav.org
The "tutorial 1" account is an interactive tutorial that can teach you
the basics of operation:
]8;;ssh://tutorial1@demo.lnav.org\ $ ssh tutorial1@demo.lnav.org ]8;;\[1]
▌[1] - ssh://tutorial1@demo.lnav.org
Installation
]8;;https://github.com/tstack/lnav/releases/latest#release-artifacts\Download a statically-linked binary for Linux/MacOS from the release]8;;\

Loading…
Cancel
Save