Compose-Examples/grafana-monitoring/example-configs/create-database.iql

4 lines
147 B
Plaintext
Raw Normal View History

2023-02-15 21:45:31 +00:00
CREATE DATABASE telegraf WITH DURATION 31d
CREATE USER telegrafuser WITH PASSWORD 'MyStrongTelegrafPassword'
GRANT ALL ON telegraf to telegrafuser