Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

LTSV scanner#127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
a2ikm wants to merge1 commit intorubychan:master
base:master
Choose a base branch
Loading
froma2ikm:ltsv
Open

LTSV scanner#127

a2ikm wants to merge1 commit intorubychan:masterfroma2ikm:ltsv

Conversation

@a2ikm
Copy link

I've written a Coderay scanner forLTSV (Labeled Tab-Separated Values) which is a text format like below:

host:127.0.0.1<TAB>ident:-<TAB>user:frank<TAB>time:[10/Oct/2000:13:55:36 -0700]<TAB>req:GET /apache_pb.gif HTTP/1.0<TAB>status:200<TAB>size:2326<TAB>referer:http://www.example.com/start.html<TAB>ua:Mozilla/4.08 [en] (Win98; I ;Nav)

It is mainly used for logs and actually supported byfluentd, a log collector.

I use this format for logging web servers and applications, and watching it withltsview, but it is difficult to recognize labels or values. So I wrote the scanner to color them.

Thanks.

LTSV is a text format described at:http://ltsv.org/
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@a2ikm@korny

[8]ページ先頭

©2009-2025 Movatter.jp