This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #736 from easonlau02/filebeat-6.1.1
Add README.md for filebeat and update description for rancher-compose.yml
- Loading branch information
Showing
7 changed files
with
54 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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}` |