enhancementhelp wanted
仓库指标
- 星标
- (5,613 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Thank you for providing Debian/RPM Packages. They place the configuration into /etc by using a symbolic link like:
root@kibana:~# ls -l /etc/cerebro
lrwxrwxrwx 1 root root 23 Apr 5 10:48 /etc/cerebro -> /usr/share/cerebro/conf
However that breaks managing configuration files with a Git repository within /etc as Git would not follow the symbolic link.
Please consider installing the configuration directly within /etc/cerebro directory.