엘라스틱 스택을 설치했고, 설치 명령어는 다음과 같다.
brew install elastic/tap/kibana-full
brew install elastic/tap/elasticsearch-full
brew install elastic/tap/filebeat-full
이후 설정파일을 찾기 위해 여러 검색을 해봤고, 대부분의 인터넷 검색을 하게 되면 설정파일 경로가
/usr/local/etc/elasticsearch
/usr/local/etc/kibana
/usr/local/etc/filebeat
여기에 있다고 나온다. 하지만, 내 컴퓨터에는
/usr/local/etc/ 폴더가 없었다...
그래서 찾아본 결과
sudo find / -name elasticsearch.yml
여기에 있었다.
/opt/homebrew/etc/elasticsearch/
/opt/homebrew/etc/kibana/
/opt/homebrew/etc/filebeat/