Nitish
07/05/2024, 4:58 AMSHASHI KUMAR
07/05/2024, 5:21 AMDarren Smith
07/05/2024, 3:14 PMresource "signoz_dashboard_json" "sales-dashboard" {
json = chomp(file(local.dashboard_path),"\r\n","\n")
}
or
resource "signoz_user" "bob" {
email = "bob.gibbons@gmail.com"
name = "Bob Gibbons"
role = "VIEWER"
}
That type of thing - same for pipelines or whatnotAyush Rathore
07/07/2024, 4:13 PMNitish
07/08/2024, 8:36 AMPrashant Shahi
07/13/2024, 5:38 PMAyush Rathore
09/15/2024, 1:42 PMPrashant Shahi
09/15/2024, 1:54 PMdoes that mean this is not available yet for SigNoz Free usersAt the moment, that would be correct. In the future, we have plans to implement support for username/password as well as support for dashboards and users. However, it is not in actively being worked on at the moment.
Ayush Rathore
09/15/2024, 1:56 PM