Skip to content

Commit 218b141

Browse files
authored
Update README.md
add readme for json
1 parent 1d4aa49 commit 218b141

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 中文用户请点击 [中文说明](README_CN.md)
22

33
# LogViewer
4-
- This is a general log viewer. It can parse the log files by providing regular expression configuration.
4+
- This is a general log viewer. It can parse the log files by providing regular expression configuration or json format(ELK).
55
- It supports several log format, such as spring-boot, Android, iOS, Visual studio, etc.
66
- ***Theoretically, this tool can be used to analyze any log format as long as you write regular expressions for it***.
77

@@ -19,7 +19,8 @@
1919
- TIME_FORMAT : define the date and time format, now only support 4 format(ref sample).
2020
- OPEN_COMMAND: define the open source file and locate line position command in other IDE(just need support file and line), example: [Open *.go file in goland](x64/Release/GoLang.ini#L11)
2121
- 3.REGMAP : define the regular result and log part's correspondence.
22-
- 4.LEVELMAP: define the log level's correspondence.
22+
- 4.LEVELMAP: define the log level's correspondence.
23+
- 5.JSONMAP: used for json(refer DemoJson.ini)
2324

2425
# Use [Regex Match Tracer](http://www.regex-match-tracer.com/) to analyze and edit regular configurations
2526
- 1. Refer [Standard-SpringBoot.ini](https://github.com/fishjam/LogViewer/blob/master/x64/Release/Dsh-SpringBoot.ini) and [distributed spring log demo](https://github.com/fishjam/LogViewer/blob/master/demos/dsh-springdemo.log)

0 commit comments

Comments
 (0)