FileBear環境搭建

2021-10-03 01:55:11 字數 610 閱讀 9614

上傳到伺服器

解壓:

tar -xvf filebeat-6.5.4-linux-x86_64.tar.gz
進入專案中,新建乙個test.yml檔案

寫入下面資訊,(注意調整格式)

filebeat.inputs:

- type: stdin

enabled: true

setup.template.settings:

index.number_of_shards: 3

output.console:

pretty: true

enable: true

啟動

# -c 指定配置檔案

./filebeat -e -c test.yml

啟動後,執行緒沒有結束輸入hello

LAMP環境搭建 php環境搭建

yum groupinstall development tools y yum groupinstall desktop platform development y yum install cmake pcre devel ncurses devel openssl devel libcurl ...

環境搭建 二 Python環境搭建

工欲善其事,必先利其器 要想玩轉python,我們首先需要搭建一套可使用且方便的環境。對於初學者,笨飯糰建議使用 anaconda anaconda 簡介anaconda是python的乙個科學計算發行版,內建了數百個python經常會使用的庫,包括做機器學習或資料探勘的庫。anaconda提供了乙...

環境 lamp環境搭建

以下命令全部使用root執行,如果不用root記得sudo apt update 更新一下可用軟體包列表 apt upgrade 更新已安裝的軟體包 apt install apache2 安裝apache2 systemctl start apache2 啟動apache apt install ...