Ops/OpenSearch
OpenSearch Fluent Bit - golang 플러그인
mkdir.chandler
2024. 1. 6. 00:00
반응형
OpenSearch Fluent Bit - golang 플러그인
golang 설치
$ wget https://dl.google.com/go/go1.13.linux-amd64.tar.gz
$ sha256sum go1.13.linux-amd64.tar.gz
$ tar -C /usr/local -xzf go1.13.linux-amd64.tar.gz
경로 변수 조정
~ / .bash_profile
echo "" >> ~ / .bash_profile
echo "경로 변수 조정" >> ~ / .bash_profile
echo "export PATH=$PATH:/usr/local/go/bin" >> ~ / .bash_profile
source ~/.bash_profile
컴파일
cd build/
cmake3 -DFLB_DEBUG=On -DFLB_PROXY_GO=On ../
make
by mkdir-chandler
728x90
반응형