ssh -A -t userone@hostone ssh -A -t -p<port2> usertwo@hosttwo
ssh userone@hostone -L :hosttwo: -f -N
| input { | |
| beats { | |
| port => "5555" | |
| } | |
| } | |
| filter { | |
| if [source_type] == "access" { | |
| grok { | |
| patterns_dir => [ "/home/user/logstash/patterns"] |
| filebeat: | |
| prospectors: | |
| - | |
| paths: | |
| - /var/log/nginx/access.log | |
| fields: | |
| app_id: api_1 | |
| source_type: "access" | |
| fields_under_root: true | |
| - |
Download boost library from here, untar compile with
./bootstrap.sh
sudo ./b2 threading=multi address-model=64 variant=release stage install