8000 Installing Filebeat · dd00f/ibm-b2b-monitoring Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Installing Filebeat

Steve McDuff edited this page Sep 22, 2016 · 1 revision

Scripted installation

For environments running on RedHat 7.x, this repository provides a set of scripts to automate the deployment and configuration of Filebeat.

Filebeat is installed by running

wget -O - https://raw.githubusercontent.com/dd00f/ibm-b2b-monitoring/master/com.ibm.b2b.monitoring/src/site/repository/install.sh | bash -s -- %LOGSTASH_SERVER% %LOGSTASH_PORT% %REPOSITORY_URL% %INSTALL_TOPBEAT_FLAG%

It uses the following arguments :

Example

wget -O - https://raw.githubusercontent.com/dd00f/ibm-b2b-monitoring/master/com.ibm.b2b.monitoring/src/site/repository/install.sh | bash -s -- mylocalserver.mycompany.com 5000 https://raw.githubusercontent.com/dd00f/ibm-b2b-monitoring/master/com.ibm.b2b.monitoring/src/site/repository true

Manual installation

You can install Filebeat manually by following their supplied instructions.

You will then need to configure Filebeat to send data use a folder to contain the list of prospectors. It will also have to send data to your installed Logstash server.

You can use this sample to get started.

Clone this wiki locally
0