반응형
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
반응형
'Ops > OpenSearch' 카테고리의 다른 글
OpenSearch Fluentd - 패키지 설치 (0) | 2024.01.07 |
---|---|
OpenSearch Fluent Bit - 소스 빌드 (0) | 2024.01.05 |
OpenSearch Fluent Bit - 패키지 설치 (0) | 2024.01.04 |
OpenSearch Fluent Bit - fluent bit vs fluentd (1) | 2024.01.03 |
OpenSearch - apm server / apm agent (0) | 2023.12.26 |