Linux
If you installed Grafana using the deb or rpm packages, then your configuration file is located at /etc/grafana/grafana.ini and a separate custom.ini is not used.
This path is specified in the Grafana init.d script using --config file parameter.
## anonymous access 는 보안이슈로 사용하지 말것!! (false 변경 필요)
Configure Grafana | Grafana documentation
Configuration file location
The default settings for a Grafana instance are stored in the $WORKING_DIR/conf/defaults.ini file. Do not change this file.
Depending on your OS, your custom configuration file is either the $WORKING_DIR/conf/custom.ini file or the /usr/local/etc/grafana/grafana.ini file. The custom configuration file path can be overridden using the --config parameter.
Linux
If you installed Grafana using the deb or rpm packages, then your configuration file is located at /etc/grafana/grafana.ini and a separate custom.ini is not used. This path is specified in the Grafana init.d script using --config file parameter.
Docker
Refer to Configure a Grafana Docker image for information about environmental variables, persistent storage, and building custom Docker images.
Windows
On Windows, the sample.ini file is located in the same directory as defaults.ini file. It contains all the settings commented out. Copy sample.ini and name it custom.ini.
macOS
By default, the configuration file is located at /opt/homebrew/etc/grafana/grafana.ini or /usr/local/etc/grafana/grafana.ini. For a Grafana instance installed using Homebrew, edit the grafana.ini file directly. Otherwise, add a configuration file named custom.ini to the conf folder to override the settings defined in conf/defaults.ini.
'[AWS] > Grafana' 카테고리의 다른 글
[참고] Kibana vs Chart.js vs Prometheus vs Grafana 비교!! (1) | 2025.01.07 |
---|---|
[중요2][AWS] Grafana 대시보드의 데이터를 외부 애플리케이션에서 iframe 통한 접근 방법!! (0) | 2025.01.07 |
[AWS] Grafana MySQL 연결하기!! (0) | 2025.01.07 |
[AWS] EC2 linux에 Grafana 설치하기!! (0) | 2025.01.07 |