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