Merge pull request #736 from easonlau02/filebeat-6.1.1
Add README.md for filebeat and update description for rancher-compose.yml
This commit is contained in:
commit
f0f3f6d69e
12
templates/filebeat/0/README.md
Normal file
12
templates/filebeat/0/README.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
### Log Shipper to logstash
|
||||||
|
* Before choose your filebeat version to launch, please make sure Beats [Support Matrix](https://www.elastic.co/support/matrix#matrix_compatibility)
|
||||||
|
* 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.
|
||||||
|
```bash
|
||||||
|
eg:
|
||||||
|
${HOME_PATH}/app/logs/xxx.log
|
||||||
|
${HOME_PATH}/nginx/logs/xxx.log
|
||||||
|
${HOME_PATH}/others/logs/xxx.log
|
||||||
|
```
|
||||||
|
And set Application Log Path as your `${HOME_PATH}`
|
@ -25,13 +25,13 @@ catalog:
|
|||||||
type: "string"
|
type: "string"
|
||||||
- variable: "APPLOG_PATH"
|
- variable: "APPLOG_PATH"
|
||||||
label: "Application Log Path"
|
label: "Application Log Path"
|
||||||
description: "For alignment, put your log into below path: ${HOME_PATH}/App1/logs/xxx.log, assume your HOME_PATH=/home/user, then set Application log Path as /home/user/."
|
description: "For alignment, put your log into below path: ${HOME_PATH}/App1/logs/xxx.log, assume your HOME_PATH=/home/user, then set Application log Path as /home/user/, let it default if there is no app log."
|
||||||
required: true
|
required: true
|
||||||
default: "/home/user/"
|
default: "/home/user/"
|
||||||
type: "string"
|
type: "string"
|
||||||
- variable: "NGINXLOG_PATH"
|
- variable: "NGINXLOG_PATH"
|
||||||
label: "Nginx Log Path"
|
label: "Nginx Log Path"
|
||||||
description: "Default it as /var/log/nginx/"
|
description: "Default it as /var/log/nginx/, let it default if there is no nginx log."
|
||||||
default: "/var/log/nginx/"
|
default: "/var/log/nginx/"
|
||||||
type: "string"
|
type: "string"
|
||||||
required: true
|
required: true
|
||||||
|
12
templates/filebeat/1/README.md
Normal file
12
templates/filebeat/1/README.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
### Log Shipper to logstash
|
||||||
|
* Before choose your filebeat version to launch, please make sure Beats [Support Matrix](https://www.elastic.co/support/matrix#matrix_compatibility)
|
||||||
|
* 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.
|
||||||
|
```bash
|
||||||
|
eg:
|
||||||
|
${HOME_PATH}/app/logs/xxx.log
|
||||||
|
${HOME_PATH}/nginx/logs/xxx.log
|
||||||
|
${HOME_PATH}/others/logs/xxx.log
|
||||||
|
```
|
||||||
|
And set Application Log Path as your `${HOME_PATH}`
|
@ -25,13 +25,13 @@ catalog:
|
|||||||
type: "string"
|
type: "string"
|
||||||
- variable: "APPLOG_PATH"
|
- variable: "APPLOG_PATH"
|
||||||
label: "Application Log Path"
|
label: "Application Log Path"
|
||||||
description: "For alignment, put your log into below path: ${HOME_PATH}/App1/logs/xxx.log, assume your HOME_PATH=/home/user, then set Application log Path as /home/user/."
|
description: "For alignment, put your log into below path: ${HOME_PATH}/App1/logs/xxx.log, assume your HOME_PATH=/home/user, then set Application log Path as /home/user/, let it default if there is no app log."
|
||||||
required: true
|
required: true
|
||||||
default: "/home/user/"
|
default: "/home/user/"
|
||||||
type: "string"
|
type: "string"
|
||||||
- variable: "NGINXLOG_PATH"
|
- variable: "NGINXLOG_PATH"
|
||||||
label: "Nginx Log Path"
|
label: "Nginx Log Path"
|
||||||
description: "Default it as /var/log/nginx/"
|
description: "Default it as /var/log/nginx/, let it default if there is no nginx log."
|
||||||
default: "/var/log/nginx/"
|
default: "/var/log/nginx/"
|
||||||
type: "string"
|
type: "string"
|
||||||
required: true
|
required: true
|
||||||
|
12
templates/filebeat/2/README.md
Normal file
12
templates/filebeat/2/README.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
### Log Shipper to logstash
|
||||||
|
* Before choose your filebeat version to launch, please make sure Beats [Support Matrix](https://www.elastic.co/support/matrix#matrix_compatibility)
|
||||||
|
* 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.
|
||||||
|
```bash
|
||||||
|
eg:
|
||||||
|
${HOME_PATH}/app/logs/xxx.log
|
||||||
|
${HOME_PATH}/nginx/logs/xxx.log
|
||||||
|
${HOME_PATH}/others/logs/xxx.log
|
||||||
|
```
|
||||||
|
And set Application Log Path as your `${HOME_PATH}`
|
@ -25,13 +25,13 @@ catalog:
|
|||||||
type: "string"
|
type: "string"
|
||||||
- variable: "APPLOG_PATH"
|
- variable: "APPLOG_PATH"
|
||||||
label: "Application Log Path"
|
label: "Application Log Path"
|
||||||
description: "For alignment, put your log into below path: ${HOME_PATH}/App1/logs/xxx.log, assume your HOME_PATH=/home/user, then set Application log Path as /home/user/."
|
description: "For alignment, put your log into below path: ${HOME_PATH}/App1/logs/xxx.log, assume your HOME_PATH=/home/user, then set Application log Path as /home/user/, let it default if there is no app log."
|
||||||
required: true
|
required: true
|
||||||
default: "/home/user/"
|
default: "/home/user/"
|
||||||
type: "string"
|
type: "string"
|
||||||
- variable: "NGINXLOG_PATH"
|
- variable: "NGINXLOG_PATH"
|
||||||
label: "Nginx Log Path"
|
label: "Nginx Log Path"
|
||||||
description: "Default it as /var/log/nginx/"
|
description: "Default it as /var/log/nginx/, let it default if there is no nginx log."
|
||||||
default: "/var/log/nginx/"
|
default: "/var/log/nginx/"
|
||||||
type: "string"
|
type: "string"
|
||||||
required: true
|
required: true
|
||||||
|
12
templates/filebeat/README.md
Normal file
12
templates/filebeat/README.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
### Log Shipper to logstash
|
||||||
|
* Before choose your filebeat version to launch, please make sure Beats [Support Matrix](https://www.elastic.co/support/matrix#matrix_compatibility)
|
||||||
|
* 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.
|
||||||
|
```bash
|
||||||
|
eg:
|
||||||
|
${HOME_PATH}/app/logs/xxx.log
|
||||||
|
${HOME_PATH}/nginx/logs/xxx.log
|
||||||
|
${HOME_PATH}/others/logs/xxx.log
|
||||||
|
```
|
||||||
|
And set Application Log Path as your `${HOME_PATH}`
|
Loading…
x
Reference in New Issue
Block a user