add README.md

This commit is contained in:
eason lau
2018-02-08 22:27:15 -05:00
parent ac91b53560
commit f8a131795f
7 changed files with 38 additions and 6 deletions
+8
View File
@@ -0,0 +1,8 @@
### Log Shipper to logstash
* Support ship APP log and Nginx log or one of both to Logstash
* Let it default if you only have one log type of both APP log and Ningx log.
* Also you can put all any type log(include app/nginx/other type) to Application Log Path with below pattern.
eg:
${HOME_PATH}/app/logs/xxx.log
${HOME_PATH}/nginx/logs/xxx.log
${HOME_PATH}/others/logs/xxx.log