logstash 로 config 작성할때마다 맨날 까먹는 config auto reload
config를 변경하고 logstash 를 다시 시작하지 않아도 config 파일이 변경되면 새로 로딩 해준다.
./bin/logstash -f test.conf --config.reload.automatic
하지만 사용시 주의 할점은 모든 플러그인이 auto reload를 지원하지 않기 때문에 사용하는 플로그인이 지원하지 않을 경우 이슈가 발생할 수 있음.