fr-ser / grafana-sqlite-datasource

Grafana Plugin to enable SQLite as a Datasource
Apache License 2.0
126 stars 17 forks source link

Can't Add SQLite Data Source #21

Closed KyleKing closed 3 years ago

KyleKing commented 3 years ago

I am running into the same issue as #12. I downloaded the v0.2.5 plugin from the Github releases page and extracted to my Grafana plugins directory

I'm on Windows and the installation path is C:\Program Files\GrafanaLabs\grafana (Grafana version 7.3.3). I tried C:\Program Files\GrafanaLabs\grafana\public\plugins, but Grafana didn't recognize the plugin after a restart

Grafana did recognize the plugin from either C:\Program Files\GrafanaLabs\grafana\public\app\datasource\plugins or C:\Program Files\GrafanaLabs\grafana\public\app\plugins

Is there any additional data I can provide? This is my first time using Grafana


The below error message is shown in the UI when attempting to add the data source:

expected expression, got '<' Evaluating http://localhost:85/public/app/plugins/datasource/frser-sqlite-datasource/module Loading app/plugins/datasource/frser-sqlite-datasource/module

Log from C:\Program Files\GrafanaLabs\grafana\data\log\grafana.log

t=2020-12-28T10:23:30-0500 lvl=info msg="Shutdown started" logger=server reason="System signal: interrupt"
t=2020-12-28T10:24:35-0500 lvl=info msg="Starting Grafana" logger=server version=7.3.3 commit=2489dc4d3a branch=HEAD compiled=2020-11-17T07:18:22-0500
t=2020-12-28T10:24:35-0500 lvl=info msg="Config loaded from" logger=settings file="C:\\Program Files\\GrafanaLabs\\grafana/conf/defaults.ini"
t=2020-12-28T10:24:35-0500 lvl=info msg="Config loaded from" logger=settings file="C:\\Program Files\\GrafanaLabs\\grafana\\conf\\custom.ini"
t=2020-12-28T10:24:35-0500 lvl=info msg="Path Home" logger=settings path="C:\\Program Files\\GrafanaLabs\\grafana"
t=2020-12-28T10:24:35-0500 lvl=info msg="Path Data" logger=settings path="C:\\Program Files\\GrafanaLabs\\grafana\\data"
t=2020-12-28T10:24:35-0500 lvl=info msg="Path Logs" logger=settings path="C:\\Program Files\\GrafanaLabs\\grafana\\data\\log"
t=2020-12-28T10:24:35-0500 lvl=info msg="Path Plugins" logger=settings path="C:\\Program Files\\GrafanaLabs\\grafana\\data\\plugins"
t=2020-12-28T10:24:35-0500 lvl=info msg="Path Provisioning" logger=settings path="C:\\Program Files\\GrafanaLabs\\grafana\\conf\\provisioning"
t=2020-12-28T10:24:35-0500 lvl=info msg="App mode production" logger=settings
t=2020-12-28T10:24:35-0500 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3
t=2020-12-28T10:24:35-0500 lvl=warn msg="SQLite database file has broader permissions than it should" logger=sqlstore path="C:\\Program Files\\GrafanaLabs\\grafana\\data\\grafana.db" mode=-rw-rw-rw- expected=-rw-r-----
t=2020-12-28T10:24:35-0500 lvl=info msg="Starting DB migrations" logger=migrator
t=2020-12-28T10:24:35-0500 lvl=info msg="Starting plugin search" logger=plugins
t=2020-12-28T10:24:35-0500 lvl=info msg="Registering plugin" logger=plugins id=input
t=2020-12-28T10:24:35-0500 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:85 protocol=http subUrl= socket=
t=2020-12-28T10:24:40-0500 lvl=eror msg="Could not find plugin definition for data source: frser-sqlite-datasource"
t=2020-12-28T10:24:40-0500 lvl=eror msg="Could not find plugin definition for data source: frser-sqlite-datasource"
t=2020-12-28T10:24:40-0500 lvl=eror msg="Could not find plugin definition for data source: frser-sqlite-datasource"

Extracted directory

PS C:\Program Files\GrafanaLabs\grafana\public\app\plugins\frser-sqlite-datasource> ls

    Directory: C:\Program Files\GrafanaLabs\grafana\public\app\plugins\frser-sqlite-datasource

Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
d-----         28 Dec 20     10:25                img
-a----         19 Dec 20     13:59           1341 CHANGELOG.md
-a----         19 Dec 20     12:55       20575384 gpx_sqlite-datasource_linux_amd64
-a----         19 Dec 20     12:57       11421860 gpx_sqlite-datasource_linux_arm
-a----         19 Dec 20     12:57       12726336 gpx_sqlite-datasource_linux_arm64
-a----         19 Dec 20     12:57       35191640 gpx_sqlite-datasource_windows_amd64.exe
-a----         19 Dec 20     13:59          11357 LICENSE
-a----         19 Dec 20     14:01           2061 MANIFEST.txt
-a----         19 Dec 20     13:59          14536 module.js
-a----         19 Dec 20     13:59            808 module.js.LICENSE.txt
-a----         19 Dec 20     13:59          77896 module.js.map
-a----         19 Dec 20     13:59           1097 plugin.json
-a----         19 Dec 20     13:59           3331 README.md
fr-ser commented 3 years ago

The issue you linked had an error log, like this (missing file)

EROR[11-10|11:27:54] Failed to start plugin                   logger=plugins.backend pluginId=frser-sqlite-datasource error="fork/exec /home/USER/apps/grafana-7.3.1/data/plugins/grafana-sqlite-datasource/src/gpx_sqlite-datasource_linux_amd64: no such file or directory"

But I don't see such an error in your logs.

To better understand the issue: You see a datasource sqlite-datasource but when you select it you receive the UI message and error logs you posted? And since I can't really find the issue from your current logs, could you enable DEBUG level logs? (see link https://grafana.com/docs/grafana/latest/troubleshooting/)

fr-ser commented 3 years ago

Also, you might have an issue like this one: https://community.grafana.com/t/grafana-logs-giving-incorrect-information-about-a-plugin-that-has-been-removed-successfully/4822

Maybe you installed the plugin, and then changed directories / removed it and now Grafana has the plugin registered, but cannot find it anymore

KyleKing commented 3 years ago

That's correct. I go to Add Data Source, click "Select," then see the error message

I think I saw the error on the first attempt, so that might not be the issue, but there could still be errant data in the database. My Grafana install doesn't have any valuable data, so I'll go ahead and uninstall then re-install and retry

1-Click Select

2-See Error

Full Debug Log
t=2020-12-29T08:39:50-0500 lvl=info msg="Starting Grafana" logger=server version=7.3.3 commit=2489dc4d3a branch=HEAD compiled=2020-11-17T07:18:22-0500
t=2020-12-29T08:39:50-0500 lvl=info msg="Config loaded from" logger=settings file="C:\\Program Files\\GrafanaLabs\\grafana/conf/defaults.ini"
t=2020-12-29T08:39:50-0500 lvl=info msg="Config loaded from" logger=settings file="C:\\Program Files\\GrafanaLabs\\grafana\\conf\\custom.ini"
t=2020-12-29T08:39:50-0500 lvl=info msg="Path Home" logger=settings path="C:\\Program Files\\GrafanaLabs\\grafana"
t=2020-12-29T08:39:50-0500 lvl=info msg="Path Data" logger=settings path="C:\\Program Files\\GrafanaLabs\\grafana\\data"
t=2020-12-29T08:39:50-0500 lvl=info msg="Path Logs" logger=settings path="C:\\Program Files\\GrafanaLabs\\grafana\\data\\log"
t=2020-12-29T08:39:50-0500 lvl=info msg="Path Plugins" logger=settings path="C:\\Program Files\\GrafanaLabs\\grafana\\data\\plugins"
t=2020-12-29T08:39:50-0500 lvl=info msg="Path Provisioning" logger=settings path="C:\\Program Files\\GrafanaLabs\\grafana\\conf\\provisioning"
t=2020-12-29T08:39:50-0500 lvl=info msg="App mode production" logger=settings
t=2020-12-29T08:39:50-0500 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3
t=2020-12-29T08:39:50-0500 lvl=warn msg="SQLite database file has broader permissions than it should" logger=sqlstore path="C:\\Program Files\\GrafanaLabs\\grafana\\data\\grafana.db" mode=-rw-rw-rw- expected=-rw-r-----
t=2020-12-29T08:39:50-0500 lvl=info msg="Starting DB migrations" logger=migrator
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create migration_log table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create user table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index user.login"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index user.email"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index UQE_user_login - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index UQE_user_email - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Rename table user to user_v1 - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create user table v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_user_login - v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_user_email - v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="copy data_source v1 to v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Drop old table user_v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column help_flags1 to user table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update user table charset"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add last_seen_at column to user"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add missing user data"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add is_disabled column to user"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index user.login/user.email"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create temp user table v1-7"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_temp_user_email - v1-7"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_temp_user_org_id - v1-7"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_temp_user_code - v1-7"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_temp_user_status - v1-7"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update temp_user table charset"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index IDX_temp_user_email - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index IDX_temp_user_org_id - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index IDX_temp_user_code - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index IDX_temp_user_status - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create temp_user v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_temp_user_email - v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_temp_user_org_id - v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_temp_user_code - v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_temp_user_status - v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="copy temp_user v1 to v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop temp_user_tmp_qwerty"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Set created for temp users that will otherwise prematurely expire"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create star table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index star.user_id_dashboard_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create org table v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_org_name - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create org_user table v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_org_user_org_id - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_org_user_org_id_user_id - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update org table charset"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update org_user table charset"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Migrate all Read Only Viewers to Viewers"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create dashboard table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index dashboard.account_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index dashboard_account_id_slug"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create dashboard_tag table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index dashboard_tag.dasboard_id_term"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Rename table dashboard to dashboard_v1 - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create dashboard v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_dashboard_org_id - v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_dashboard_org_id_slug - v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="copy dashboard v1 to v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop table dashboard_v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="alter dashboard.data to mediumtext v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column updated_by in dashboard - v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column created_by in dashboard - v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column gnetId in dashboard"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index for gnetId in dashboard"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column plugin_id in dashboard"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index for plugin_id in dashboard"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index for dashboard_id in dashboard_tag"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update dashboard table charset"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update dashboard_tag table charset"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column folder_id in dashboard"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column isFolder in dashboard"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column has_acl in dashboard"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column uid in dashboard"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update uid column values in dashboard"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add unique index dashboard_org_id_uid"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Remove unique index org_id_slug"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update dashboard title length"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create dashboard_provisioning"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create dashboard_provisioning v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="copy dashboard_provisioning v1 to v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop dashboard_provisioning_tmp_qwerty"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add check_sum column"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index for dashboard_title"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="delete tags for deleted dashboards"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="delete stars for deleted dashboards"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create data_source table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index data_source.account_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index data_source.account_id_name"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index IDX_data_source_account_id - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index UQE_data_source_account_id_name - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Rename table data_source to data_source_v1 - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create data_source table v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_data_source_org_id - v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_data_source_org_id_name - v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="copy data_source v1 to v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Drop old table data_source_v1 #2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column with_credentials"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add secure json data column"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update data_source table charset"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update initial version to 1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add read_only data column"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Migrate logging ds to loki ds"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update json_data with nulls"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add uid column"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update uid value"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add unique index datasource_org_id_uid"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create api_key table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index api_key.account_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index api_key.key"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index api_key.account_id_name"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index IDX_api_key_account_id - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index UQE_api_key_key - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index UQE_api_key_account_id_name - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Rename table api_key to api_key_v1 - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create api_key table v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_api_key_org_id - v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_api_key_key - v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_api_key_org_id_name - v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="copy api_key v1 to v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Drop old table api_key_v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update api_key table charset"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add expires to api_key table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create dashboard_snapshot table v4"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop table dashboard_snapshot_v4 #1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create dashboard_snapshot table v5 #2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_dashboard_snapshot_key - v5"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="alter dashboard_snapshot to mediumtext v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update dashboard_snapshot table charset"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column external_delete_url to dashboard_snapshots table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add encrypted dashboard json column"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create quota table v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update quota table charset"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create plugin_setting table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column plugin_version to plugin_settings"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update plugin_setting table charset"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create session table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Drop old table playlist table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Drop old table playlist_item table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create playlist table v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create playlist item table v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update playlist table charset"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update playlist_item table charset"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop preferences table v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop preferences table v3"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create preferences table v3"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update preferences table charset"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column team_id in preferences"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update team_id column values in preferences"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create alert table v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index alert org_id & id "
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index alert state"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index alert dashboard_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Create alert_rule_tag table v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create alert_notification table v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column is_default"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column frequency"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column send_reminder"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column disable_resolve_message"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index alert_notification org_id & name"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update alert table charset"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update alert_notification table charset"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create notification_journal table v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop alert_notification_journal"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create alert_notification_state table v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add for to alert table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column uid in alert_notification"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update uid column values in alert_notification"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add unique index alert_notification_org_id_uid"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Remove unique index org_id_name"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column secure_settings in alert_notification"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="alter alert.settings to mediumtext"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add non-unique index alert_notification_state_alert_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add non-unique index alert_rule_tag_alert_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Drop old annotation table v4"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create annotation table v5"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index annotation 0 v3"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index annotation 1 v3"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index annotation 2 v3"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index annotation 3 v3"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index annotation 4 v3"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update annotation table charset"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column region_id to annotation table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Drop category_id index"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column tags to annotation table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Create annotation_tag table v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update alert annotations and set TEXT to empty"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add created time to annotation table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add updated time to annotation table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index for created in annotation table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index for updated in annotation table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Convert existing annotations from seconds to milliseconds"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add epoch_end column"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index for epoch_end"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Make epoch_end the same as epoch"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Move region to single row"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Remove index org_id_epoch from annotation table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index for alert_id on annotation table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create test_data table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create dashboard_version table v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index dashboard_version.dashboard_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Set dashboard version to 1 where 0"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="save existing dashboard data in dashboard_version table v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="alter dashboard_version.data to mediumtext v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create team table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index team.org_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index team_org_id_name"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create team member table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index team_member.org_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index team_member_org_id_team_id_user_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index team_member.team_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column email to team table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column external to team_member table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column permission to team_member table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create dashboard acl table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index dashboard_acl_dashboard_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="save default acl rules in dashboard_acl table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="delete acl rules for deleted dashboards and folders"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create tag table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index tag.key_value"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create login attempt table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index login_attempt.username"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index IDX_login_attempt_username - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create login_attempt v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_login_attempt_username - v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="copy login_attempt v1 to v2"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop login_attempt_tmp_qwerty"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create user auth table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="alter user_auth.auth_id to length 190"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add OAuth access token to user_auth"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add OAuth refresh token to user_auth"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add OAuth token type to user_auth"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add OAuth expiry to user_auth"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index to user_id column in user_auth"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create server_lock table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index server_lock.operation_uid"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create user auth token table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index user_auth_token.auth_token"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index user_auth_token.prev_auth_token"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index user_auth_token.user_id"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create cache_data table"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index cache_data.cache_key"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create short_url table v1"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index short_url.org_id-uid"
t=2020-12-29T08:39:50-0500 lvl=info msg="Starting plugin search" logger=plugins
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Scanning core plugin directory" logger=plugins dir="C:\\Program Files\\GrafanaLabs\\grafana\\public/app/plugins"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\cloud-monitoring\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=stackdriver isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=stackdriver
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\cloudwatch\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=cloudwatch isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=cloudwatch
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\dashboard\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=dashboard isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=dashboard
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\elasticsearch\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=elasticsearch isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=elasticsearch
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\grafana\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=grafana isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=grafana
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\grafana-azure-monitor-datasource\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=grafana-azure-monitor-datasource isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=grafana-azure-monitor-datasource
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\graphite\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=graphite isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=graphite
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\influxdb\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=influxdb isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=influxdb
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\jaeger\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=jaeger isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=jaeger
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\loki\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=loki isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=loki
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\mixed\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=mixed isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=mixed
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\mssql\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=mssql isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=mssql
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\mysql\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=mysql isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=mysql
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\opentsdb\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=opentsdb isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=opentsdb
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\postgres\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=postgres isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=postgres
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\prometheus\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=prometheus isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=prometheus
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\tempo\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=tempo isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=tempo
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\testdata\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=testdata isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=testdata
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\zipkin\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=zipkin isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=zipkin
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\frser-sqlite-datasource\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=frser-sqlite-datasource isBackend=true
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Verifying contents of plugin manifest" logger=plugins plugin=frser-sqlite-datasource
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin signature valid" logger=plugins id=frser-sqlite-datasource
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\alertlist\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=alertlist isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=alertlist
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\annolist\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=annolist isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=annolist
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\bargauge\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=bargauge isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=bargauge
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\dashlist\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=dashlist isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=dashlist
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\gauge\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=gauge isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=gauge
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\gettingstarted\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=gettingstarted isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=gettingstarted
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\graph\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=graph isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=graph
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\graph2\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=graph2 isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=graph2
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\graph3\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=graph3 isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=graph3
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\heatmap\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=heatmap isBackend=false
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=heatmap
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\homelinks\\plugin.json"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=homelinks isBackend=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=homelinks
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\live\\plugin.json"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=live isBackend=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=live
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\logs\\plugin.json"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=logs isBackend=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=logs
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\news\\plugin.json"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=news isBackend=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=news
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\piechart\\plugin.json"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=piechart isBackend=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=piechart
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\pluginlist\\plugin.json"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=pluginlist isBackend=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=pluginlist
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\singlestat\\plugin.json"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=singlestat isBackend=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=singlestat
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\stat\\plugin.json"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=stat isBackend=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=stat
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\table\\plugin.json"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=table isBackend=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=table
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\table-old\\plugin.json"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=table-old isBackend=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=table-old
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\text\\plugin.json"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=text isBackend=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=text
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\welcome\\plugin.json"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=welcome isBackend=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=welcome
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Initial plugin loading done" logger=plugins
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=logs signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=logs pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\logs" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=logs
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=logs
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=elasticsearch signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=elasticsearch pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\elasticsearch" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=elasticsearch
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=elasticsearch
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=grafana signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=grafana pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\grafana" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=grafana
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=grafana
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=tempo signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=tempo pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\tempo" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=tempo
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=tempo
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=gettingstarted signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=gettingstarted pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\gettingstarted" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=gettingstarted
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=gettingstarted
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=graph3 signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=graph3 pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\graph3" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=graph3
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=graph3
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=table signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=table pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\table" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=table
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=table
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=text signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=text pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\text" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=text
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=text
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=welcome signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=welcome pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\welcome" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=welcome
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=welcome
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=grafana-azure-monitor-datasource signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=grafana-azure-monitor-datasource pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\grafana-azure-monitor-datasource" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=grafana-azure-monitor-datasource
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=grafana-azure-monitor-datasource
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=mixed signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=mixed pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\mixed" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=mixed
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=mixed
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=prometheus signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=prometheus pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\prometheus" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=prometheus
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=prometheus
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=bargauge signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=bargauge pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\bargauge" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=bargauge
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=bargauge
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=stat signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=stat pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\stat" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=stat
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=stat
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=alertlist signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=alertlist pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\alertlist" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=alertlist
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=alertlist
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=piechart signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=piechart pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\piechart" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=piechart
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=piechart
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=stackdriver signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=stackdriver pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\cloud-monitoring" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=stackdriver
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=stackdriver
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=cloudwatch signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=cloudwatch pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\cloudwatch" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=cloudwatch
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=cloudwatch
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=graphite signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=graphite pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\graphite" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=graphite
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=graphite
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=jaeger signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=jaeger pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\jaeger" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=jaeger
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=jaeger
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=postgres signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=postgres pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\postgres" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=postgres
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=postgres
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=mssql signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=mssql pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\mssql" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=mssql
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=mssql
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=annolist signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=annolist pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\annolist" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=annolist
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=annolist
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=live signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=live pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\live" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=live
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=live
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=singlestat signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=singlestat pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\singlestat" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=singlestat
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=singlestat
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=graph2 signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=graph2 pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\graph2" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=graph2
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=graph2
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=heatmap signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=heatmap pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\heatmap" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=heatmap
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=heatmap
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=homelinks signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=homelinks pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\homelinks" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=homelinks
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=homelinks
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=influxdb signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=influxdb pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\influxdb" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=influxdb
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=influxdb
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=testdata signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=testdata pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\testdata" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=testdata
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=testdata
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=frser-sqlite-datasource signature=valid hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Plugin has valid signature" logger=plugins id=frser-sqlite-datasource
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=frser-sqlite-datasource
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Registering backend plugin" logger=plugins.backend pluginId=frser-sqlite-datasource
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Backend plugin registered" logger=plugins.backend pluginId=frser-sqlite-datasource
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=frser-sqlite-datasource
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=dashlist signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=dashlist pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\dashlist" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=dashlist
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=dashlist
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=gauge signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=gauge pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\gauge" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=gauge
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=gauge
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=loki signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=loki pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\loki" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=loki
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=loki
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=mysql signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=mysql pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\mysql" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=mysql
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=mysql
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=news signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=news pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\news" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=news
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=news
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=pluginlist signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=pluginlist pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\pluginlist" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=pluginlist
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=pluginlist
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=dashboard signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=dashboard pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\dashboard" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=dashboard
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=dashboard
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=opentsdb signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=opentsdb pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\opentsdb" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=opentsdb
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=opentsdb
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=zipkin signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=zipkin pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\datasource\\zipkin" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=zipkin
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=zipkin
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=graph signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=graph pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\graph" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=graph
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=graph
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=table-old signature=unsigned hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=table-old pluginDir="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\panel\\table-old" state=unsigned
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=table-old
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=table-old
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Scanning bundled plugins directory" logger=plugins dir="C:\\Program Files\\GrafanaLabs\\grafana\\plugins-bundled"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\plugins-bundled\\gel-0.6.0\\plugin.json"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Transform plugin is disabled since the expressions feature toggle is not enabled" logger=plugins pluginID=gel
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\plugins-bundled\\internal\\input-datasource\\plugin.json"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=input isBackend=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Verifying contents of plugin manifest" logger=plugins plugin=input
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Plugin signature valid" logger=plugins id=input
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Initial plugin loading done" logger=plugins
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=input signature=valid hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Plugin has valid signature" logger=plugins id=input
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=input
t=2020-12-29T08:39:51-0500 lvl=info msg="Registering plugin" logger=plugins id=input
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=input
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Scanning external plugins directory" logger=plugins dir="C:\\Program Files\\GrafanaLabs\\grafana\\data\\plugins"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Initial plugin loading done" logger=plugins
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Looking for plugin provisioning files" logger=provisioning.plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\conf\\provisioning\\plugins"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Parsing plugin provisioning file" logger=provisioning.plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\conf\\provisioning\\plugins" file.Name=sample.yaml
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Validating plugins" logger=provisioning.plugins
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Looking for alert notification provisioning files" logger=provisioning.notifiers path="C:\\Program Files\\GrafanaLabs\\grafana\\conf\\provisioning\\notifiers"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Parsing alert notifications provisioning file" logger=provisioning.notifiers path="C:\\Program Files\\GrafanaLabs\\grafana\\conf\\provisioning\\notifiers" file.Name=sample.yaml
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Validating alert notifications" logger=provisioning.notifiers
t=2020-12-29T08:39:51-0500 lvl=dbug msg="NOTIFY_SOCKET environment variable empty or unset, can't send systemd notification" logger=server
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Looking for App Dashboard Updates" logger=plugins
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Waiting on services..." logger=server
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Plugins: Adding route" logger=http.server route=/public/plugins/input dir="C:\\Program Files\\GrafanaLabs\\grafana\\plugins-bundled\\internal\\input-datasource"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found old rendered image to delete" logger=cleanup deleted=0 kept=0
t=2020-12-29T08:39:51-0500 lvl=dbug msg="No image renderer found/installed. For image rendering support please install the grafana-image-renderer plugin. Read more at https://grafana.com/docs/grafana/latest/administration/image_rendering/" logger=rendering
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Checking for updates" logger=plugins
t=2020-12-29T08:39:51-0500 lvl=dbug msg="starting plugin" logger=plugins.backend pluginId=frser-sqlite-datasource path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\frser-sqlite-datasource/gpx_sqlite-datasource_windows_amd64.exe" args="[C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\frser-sqlite-datasource/gpx_sqlite-datasource_windows_amd64.exe]"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="starting cleanup of expired auth tokens" logger=auth createdBefore=2020-12-22T08:39:51-0500 rotatedBefore=2020-12-22T08:39:51-0500
t=2020-12-29T08:39:51-0500 lvl=dbug msg="cleanup of expired auth tokens done" logger=auth count=0
t=2020-12-29T08:39:51-0500 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:85 protocol=http subUrl= socket=
t=2020-12-29T08:39:51-0500 lvl=dbug msg="plugin started" logger=plugins.backend pluginId=frser-sqlite-datasource path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\frser-sqlite-datasource/gpx_sqlite-datasource_windows_amd64.exe" pid=20776
t=2020-12-29T08:39:51-0500 lvl=dbug msg="waiting for RPC address" logger=plugins.backend pluginId=frser-sqlite-datasource path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\frser-sqlite-datasource/gpx_sqlite-datasource_windows_amd64.exe"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Serving plugin" logger=plugins.backend pluginId=frser-sqlite-datasource plugins="[data diagnostics]"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="using plugin" logger=plugins.backend pluginId=frser-sqlite-datasource version=2
t=2020-12-29T08:39:51-0500 lvl=dbug msg="plugin address" logger=plugins.backend pluginId=frser-sqlite-datasource address=127.0.0.1:10000 network=tcp
t=2020-12-29T08:39:52-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T08:39:55-0500 lvl=dbug msg="Updating last user_seen_at" logger=context userId=1 orgId=1 uname=admin user_id=1
t=2020-12-29T08:39:55-0500 lvl=dbug msg="token needs rotation" logger=auth tokenId=1 authTokenSeen=true rotatedAt=2020-12-28T10:26:15-0500
t=2020-12-29T08:39:55-0500 lvl=dbug msg="auth token rotated" logger=auth affected=1 auth_token_id=1 userId=1
t=2020-12-29T08:39:56-0500 lvl=dbug msg="seen token" logger=auth tokenId=1 userId=1 clientIP=127.0.0.1 userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0" authToken=eaaac7bd2c679d40e6e39ba257aea18058866ff7958017b1c0b04be3f3586341
t=2020-12-29T08:39:56-0500 lvl=dbug msg="avatar.fetch(fetch new avatar): https://secure.gravatar.com/avatar/46d229b033af06a191ff2267bca9ae56?d=retro&r=pg&size=200"
t=2020-12-29T08:40:02-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T08:40:12-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T08:40:16-0500 lvl=dbug msg="Received command to add data source" logger=datasources url=
t=2020-12-29T08:40:22-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T08:40:32-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0

Relevant snippets:

t=2020-12-29T08:39:50-0500 lvl=info msg="Starting Grafana" logger=server version=7.3.3 commit=2489dc4d3a branch=HEAD compiled=2020-11-17T07:18:22-0500
t=2020-12-29T08:39:50-0500 lvl=info msg="Config loaded from" logger=settings file="C:\\Program Files\\GrafanaLabs\\grafana/conf/defaults.ini"
t=2020-12-29T08:39:50-0500 lvl=info msg="Config loaded from" logger=settings file="C:\\Program Files\\GrafanaLabs\\grafana\\conf\\custom.ini"
t=2020-12-29T08:39:50-0500 lvl=info msg="Path Home" logger=settings path="C:\\Program Files\\GrafanaLabs\\grafana"
t=2020-12-29T08:39:50-0500 lvl=info msg="Path Data" logger=settings path="C:\\Program Files\\GrafanaLabs\\grafana\\data"
t=2020-12-29T08:39:50-0500 lvl=info msg="Path Logs" logger=settings path="C:\\Program Files\\GrafanaLabs\\grafana\\data\\log"
t=2020-12-29T08:39:50-0500 lvl=info msg="Path Plugins" logger=settings path="C:\\Program Files\\GrafanaLabs\\grafana\\data\\plugins"
t=2020-12-29T08:39:50-0500 lvl=info msg="Path Provisioning" logger=settings path="C:\\Program Files\\GrafanaLabs\\grafana\\conf\\provisioning"
t=2020-12-29T08:39:50-0500 lvl=info msg="App mode production" logger=settings
t=2020-12-29T08:39:50-0500 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3
t=2020-12-29T08:39:50-0500 lvl=warn msg="SQLite database file has broader permissions than it should" logger=sqlstore path="C:\\Program Files\\GrafanaLabs\\grafana\\data\\grafana.db" mode=-rw-rw-rw- expected=-rw-r-----
t=2020-12-29T08:39:50-0500 lvl=info msg="Starting DB migrations" logger=migrator
...
t=2020-12-29T08:39:50-0500 lvl=info msg="Starting plugin search" logger=plugins
...
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Loading plugin" logger=plugins path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\frser-sqlite-datasource\\plugin.json"
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=frser-sqlite-datasource isBackend=true
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Verifying contents of plugin manifest" logger=plugins plugin=frser-sqlite-datasource
t=2020-12-29T08:39:50-0500 lvl=dbug msg="Plugin signature valid" logger=plugins id=frser-sqlite-datasource
...
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=frser-sqlite-datasource signature=valid hasRoot=false
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Plugin has valid signature" logger=plugins id=frser-sqlite-datasource
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=frser-sqlite-datasource
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Registering backend plugin" logger=plugins.backend pluginId=frser-sqlite-datasource
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Backend plugin registered" logger=plugins.backend pluginId=frser-sqlite-datasource
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=frser-sqlite-datasource
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Found plugin" logger=plugins id=dashlist signature=unsigned hasRoot=false
...
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Checking for updates" logger=plugins
t=2020-12-29T08:39:51-0500 lvl=dbug msg="starting plugin" logger=plugins.backend pluginId=frser-sqlite-datasource path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\frser-sqlite-datasource/gpx_sqlite-datasource_windows_amd64.exe" args="[C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\frser-sqlite-datasource/gpx_sqlite-datasource_windows_amd64.exe]"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="starting cleanup of expired auth tokens" logger=auth createdBefore=2020-12-22T08:39:51-0500 rotatedBefore=2020-12-22T08:39:51-0500
t=2020-12-29T08:39:51-0500 lvl=dbug msg="cleanup of expired auth tokens done" logger=auth count=0
t=2020-12-29T08:39:51-0500 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:85 protocol=http subUrl= socket=
t=2020-12-29T08:39:51-0500 lvl=dbug msg="plugin started" logger=plugins.backend pluginId=frser-sqlite-datasource path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\frser-sqlite-datasource/gpx_sqlite-datasource_windows_amd64.exe" pid=20776
t=2020-12-29T08:39:51-0500 lvl=dbug msg="waiting for RPC address" logger=plugins.backend pluginId=frser-sqlite-datasource path="C:\\Program Files\\GrafanaLabs\\grafana\\public\\app\\plugins\\frser-sqlite-datasource/gpx_sqlite-datasource_windows_amd64.exe"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="Serving plugin" logger=plugins.backend pluginId=frser-sqlite-datasource plugins="[data diagnostics]"
t=2020-12-29T08:39:51-0500 lvl=dbug msg="using plugin" logger=plugins.backend pluginId=frser-sqlite-datasource version=2
t=2020-12-29T08:39:51-0500 lvl=dbug msg="plugin address" logger=plugins.backend pluginId=frser-sqlite-datasource address=127.0.0.1:10000 network=tcp
t=2020-12-29T08:39:52-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T08:39:55-0500 lvl=dbug msg="Updating last user_seen_at" logger=context userId=1 orgId=1 uname=admin user_id=1
t=2020-12-29T08:39:55-0500 lvl=dbug msg="token needs rotation" logger=auth tokenId=1 authTokenSeen=true rotatedAt=2020-12-28T10:26:15-0500
t=2020-12-29T08:39:55-0500 lvl=dbug msg="auth token rotated" logger=auth affected=1 auth_token_id=1 userId=1
t=2020-12-29T08:39:56-0500 lvl=dbug msg="seen token" logger=auth tokenId=1 userId=1 clientIP=127.0.0.1 userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0" authToken=eaaac7bd2c679d40e6e39ba257aea18058866ff7958017b1c0b04be3f3586341
t=2020-12-29T08:39:56-0500 lvl=dbug msg="avatar.fetch(fetch new avatar): https://secure.gravatar.com/avatar/46d229b033af06a191ff2267bca9ae56?d=retro&r=pg&size=200"
t=2020-12-29T08:40:02-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T08:40:12-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T08:40:16-0500 lvl=dbug msg="Received command to add data source" logger=datasources url=
t=2020-12-29T08:40:22-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T08:40:32-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
KyleKing commented 3 years ago

Same plugin error. I tried with the portable Windows installer for Grafana 7.3.6 and see the UI error message when attempting to add the data source. The logs appear essentially the same as well

Note: I added the plugin to the plugin/datasource directory before starting Grafana for the first time

Error Message from UI: expected expression, got '<' Evaluating http://localhost:85/public/app/plugins/datasource/frser-sqlite-datasource/module Loading app/plugins/datasource/frser-sqlite-datasource/module

Full Logs
t=2020-12-29T09:12:34-0500 lvl=info msg="Starting Grafana" logger=server version=7.3.6 commit=ea06633c34 branch=HEAD compiled=2020-12-14T04:19:44-0500
t=2020-12-29T09:12:34-0500 lvl=info msg="Config loaded from" logger=settings file=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6/conf/defaults.ini
t=2020-12-29T09:12:34-0500 lvl=info msg="Config loaded from" logger=settings file=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\conf\\custom.ini
t=2020-12-29T09:12:34-0500 lvl=info msg="Path Home" logger=settings path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6
t=2020-12-29T09:12:34-0500 lvl=info msg="Path Data" logger=settings path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\data
t=2020-12-29T09:12:34-0500 lvl=info msg="Path Logs" logger=settings path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\data\\log
t=2020-12-29T09:12:34-0500 lvl=info msg="Path Plugins" logger=settings path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\data\\plugins
t=2020-12-29T09:12:34-0500 lvl=info msg="Path Provisioning" logger=settings path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\conf\\provisioning
t=2020-12-29T09:12:34-0500 lvl=info msg="App mode production" logger=settings
t=2020-12-29T09:12:34-0500 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3
t=2020-12-29T09:12:34-0500 lvl=info msg="Creating SQLite database file" logger=sqlstore path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\data\\grafana.db
t=2020-12-29T09:12:34-0500 lvl=info msg="Starting DB migrations" logger=migrator
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create migration_log table"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create migration_log table" sql="CREATE TABLE IF NOT EXISTS `migration_log` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `migration_id` TEXT NOT NULL\n, `sql` TEXT NOT NULL\n, `success` INTEGER NOT NULL\n, `error` TEXT NOT NULL\n, `timestamp` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create user table"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create user table" sql="CREATE TABLE IF NOT EXISTS `user` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `version` INTEGER NOT NULL\n, `login` TEXT NOT NULL\n, `email` TEXT NOT NULL\n, `name` TEXT NULL\n, `password` TEXT NULL\n, `salt` TEXT NULL\n, `rands` TEXT NULL\n, `company` TEXT NULL\n, `account_id` INTEGER NOT NULL\n, `is_admin` INTEGER NOT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add unique index user.login" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[user UQE_user_login]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add unique index user.login" sql="CREATE UNIQUE INDEX `UQE_user_login` ON `user` (`login`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add unique index user.email" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[user UQE_user_email]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add unique index user.email" sql="CREATE UNIQUE INDEX `UQE_user_email` ON `user` (`email`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="drop index UQE_user_login - v1" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[user UQE_user_login]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop index UQE_user_login - v1" sql="DROP INDEX `UQE_user_login`"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="drop index UQE_user_email - v1" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[user UQE_user_email]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop index UQE_user_email - v1" sql="DROP INDEX `UQE_user_email`"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Rename table user to user_v1 - v1" sql="ALTER TABLE `user` RENAME TO `user_v1`"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create user table v2"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create user table v2" sql="CREATE TABLE IF NOT EXISTS `user` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `version` INTEGER NOT NULL\n, `login` TEXT NOT NULL\n, `email` TEXT NOT NULL\n, `name` TEXT NULL\n, `password` TEXT NULL\n, `salt` TEXT NULL\n, `rands` TEXT NULL\n, `company` TEXT NULL\n, `org_id` INTEGER NOT NULL\n, `is_admin` INTEGER NOT NULL\n, `email_verified` INTEGER NULL\n, `theme` TEXT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index UQE_user_login - v2" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[user UQE_user_login]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index UQE_user_login - v2" sql="CREATE UNIQUE INDEX `UQE_user_login` ON `user` (`login`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index UQE_user_email - v2" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[user UQE_user_email]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index UQE_user_email - v2" sql="CREATE UNIQUE INDEX `UQE_user_email` ON `user` (`email`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="copy data_source v1 to v2" sql="INSERT INTO `user` (`email`\n, `password`\n, `rands`\n, `company`\n, `created`\n, `updated`\n, `id`\n, `version`\n, `login`\n, `name`\n, `salt`\n, `org_id`\n, `is_admin`) SELECT `email`\n, `password`\n, `rands`\n, `company`\n, `created`\n, `updated`\n, `id`\n, `version`\n, `login`\n, `name`\n, `salt`\n, `account_id`\n, `is_admin` FROM `user_v1`"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Drop old table user_v1" sql="DROP TABLE IF EXISTS `user_v1`"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column help_flags1 to user table" sql="alter table `user` ADD COLUMN `help_flags1` INTEGER NOT NULL DEFAULT 0 "
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Update user table charset"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update user table charset" sql="-- NOT REQUIRED"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add last_seen_at column to user" sql="alter table `user` ADD COLUMN `last_seen_at` DATETIME NULL "
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Add missing user data"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing code migration" logger=migrator id="Add missing user data"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add is_disabled column to user" sql="alter table `user` ADD COLUMN `is_disabled` INTEGER NOT NULL DEFAULT 0 "
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Add index user.login/user.email" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[user IDX_user_login_email]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add index user.login/user.email" sql="CREATE INDEX `IDX_user_login_email` ON `user` (`login`,`email`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create temp user table v1-7" sql="CREATE TABLE IF NOT EXISTS `temp_user` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `org_id` INTEGER NOT NULL\n, `version` INTEGER NOT NULL\n, `email` TEXT NOT NULL\n, `name` TEXT NULL\n, `role` TEXT NULL\n, `code` TEXT NOT NULL\n, `status` TEXT NOT NULL\n, `invited_by_user_id` INTEGER NULL\n, `email_sent` INTEGER NOT NULL\n, `email_sent_on` DATETIME NULL\n, `remote_addr` TEXT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index IDX_temp_user_email - v1-7" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[temp_user IDX_temp_user_email]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index IDX_temp_user_email - v1-7" sql="CREATE INDEX `IDX_temp_user_email` ON `temp_user` (`email`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index IDX_temp_user_org_id - v1-7" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[temp_user IDX_temp_user_org_id]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" sql="CREATE INDEX `IDX_temp_user_org_id` ON `temp_user` (`org_id`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index IDX_temp_user_code - v1-7" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[temp_user IDX_temp_user_code]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index IDX_temp_user_code - v1-7" sql="CREATE INDEX `IDX_temp_user_code` ON `temp_user` (`code`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index IDX_temp_user_status - v1-7" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[temp_user IDX_temp_user_status]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index IDX_temp_user_status - v1-7" sql="CREATE INDEX `IDX_temp_user_status` ON `temp_user` (`status`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update temp_user table charset" sql="-- NOT REQUIRED"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="drop index IDX_temp_user_email - v1" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[temp_user IDX_temp_user_email]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop index IDX_temp_user_email - v1" sql="DROP INDEX `IDX_temp_user_email`"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="drop index IDX_temp_user_org_id - v1" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[temp_user IDX_temp_user_org_id]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" sql="DROP INDEX `IDX_temp_user_org_id`"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="drop index IDX_temp_user_code - v1" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[temp_user IDX_temp_user_code]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop index IDX_temp_user_code - v1" sql="DROP INDEX `IDX_temp_user_code`"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="drop index IDX_temp_user_status - v1" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[temp_user IDX_temp_user_status]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop index IDX_temp_user_status - v1" sql="DROP INDEX `IDX_temp_user_status`"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" sql="ALTER TABLE `temp_user` RENAME TO `temp_user_tmp_qwerty`"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create temp_user v2" sql="CREATE TABLE IF NOT EXISTS `temp_user` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `org_id` INTEGER NOT NULL\n, `version` INTEGER NOT NULL\n, `email` TEXT NOT NULL\n, `name` TEXT NULL\n, `role` TEXT NULL\n, `code` TEXT NOT NULL\n, `status` TEXT NOT NULL\n, `invited_by_user_id` INTEGER NULL\n, `email_sent` INTEGER NOT NULL\n, `email_sent_on` DATETIME NULL\n, `remote_addr` TEXT NULL\n, `created` INTEGER NOT NULL DEFAULT 0\n, `updated` INTEGER NOT NULL DEFAULT 0\n);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index IDX_temp_user_email - v2" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[temp_user IDX_temp_user_email]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index IDX_temp_user_email - v2" sql="CREATE INDEX `IDX_temp_user_email` ON `temp_user` (`email`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index IDX_temp_user_org_id - v2" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[temp_user IDX_temp_user_org_id]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index IDX_temp_user_org_id - v2" sql="CREATE INDEX `IDX_temp_user_org_id` ON `temp_user` (`org_id`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index IDX_temp_user_code - v2" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[temp_user IDX_temp_user_code]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index IDX_temp_user_code - v2" sql="CREATE INDEX `IDX_temp_user_code` ON `temp_user` (`code`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index IDX_temp_user_status - v2" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[temp_user IDX_temp_user_status]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index IDX_temp_user_status - v2" sql="CREATE INDEX `IDX_temp_user_status` ON `temp_user` (`status`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="copy temp_user v1 to v2" sql="INSERT INTO `temp_user` (`role`\n, `code`\n, `email_sent_on`\n, `org_id`\n, `email`\n, `name`\n, `invited_by_user_id`\n, `email_sent`\n, `remote_addr`\n, `id`\n, `version`\n, `status`) SELECT `role`\n, `code`\n, `email_sent_on`\n, `org_id`\n, `email`\n, `name`\n, `invited_by_user_id`\n, `email_sent`\n, `remote_addr`\n, `id`\n, `version`\n, `status` FROM `temp_user_tmp_qwerty`"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop temp_user_tmp_qwerty" sql="DROP TABLE IF EXISTS `temp_user_tmp_qwerty`"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing code migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create star table"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create star table" sql="CREATE TABLE IF NOT EXISTS `star` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `user_id` INTEGER NOT NULL\n, `dashboard_id` INTEGER NOT NULL\n);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add unique index star.user_id_dashboard_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[star UQE_star_user_id_dashboard_id]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add unique index star.user_id_dashboard_id" sql="CREATE UNIQUE INDEX `UQE_star_user_id_dashboard_id` ON `star` (`user_id`,`dashboard_id`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create org table v1"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create org table v1" sql="CREATE TABLE IF NOT EXISTS `org` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `version` INTEGER NOT NULL\n, `name` TEXT NOT NULL\n, `address1` TEXT NULL\n, `address2` TEXT NULL\n, `city` TEXT NULL\n, `state` TEXT NULL\n, `zip_code` TEXT NULL\n, `country` TEXT NULL\n, `billing_email` TEXT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index UQE_org_name - v1" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[org UQE_org_name]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index UQE_org_name - v1" sql="CREATE UNIQUE INDEX `UQE_org_name` ON `org` (`name`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create org_user table v1" sql="CREATE TABLE IF NOT EXISTS `org_user` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `org_id` INTEGER NOT NULL\n, `user_id` INTEGER NOT NULL\n, `role` TEXT NOT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index IDX_org_user_org_id - v1" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[org_user IDX_org_user_org_id]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index IDX_org_user_org_id - v1" sql="CREATE INDEX `IDX_org_user_org_id` ON `org_user` (`org_id`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[org_user UQE_org_user_org_id_user_id]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" sql="CREATE UNIQUE INDEX `UQE_org_user_org_id_user_id` ON `org_user` (`org_id`,`user_id`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Update org table charset"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update org table charset" sql="-- NOT REQUIRED"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update org_user table charset" sql="-- NOT REQUIRED"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" sql="UPDATE org_user SET role = 'Viewer' WHERE role = 'Read Only Editor'"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create dashboard table"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create dashboard table" sql="CREATE TABLE IF NOT EXISTS `dashboard` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `version` INTEGER NOT NULL\n, `slug` TEXT NOT NULL\n, `title` TEXT NOT NULL\n, `data` TEXT NOT NULL\n, `account_id` INTEGER NOT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index dashboard.account_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard IDX_dashboard_account_id]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index dashboard.account_id" sql="CREATE INDEX `IDX_dashboard_account_id` ON `dashboard` (`account_id`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add unique index dashboard_account_id_slug" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard UQE_dashboard_account_id_slug]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add unique index dashboard_account_id_slug" sql="CREATE UNIQUE INDEX `UQE_dashboard_account_id_slug` ON `dashboard` (`account_id`,`slug`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create dashboard_tag table" sql="CREATE TABLE IF NOT EXISTS `dashboard_tag` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `dashboard_id` INTEGER NOT NULL\n, `term` TEXT NOT NULL\n);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard_tag UQE_dashboard_tag_dashboard_id_term]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" sql="CREATE UNIQUE INDEX `UQE_dashboard_tag_dashboard_id_term` ON `dashboard_tag` (`dashboard_id`,`term`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard_tag UQE_dashboard_tag_dashboard_id_term]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" sql="DROP INDEX `UQE_dashboard_tag_dashboard_id_term`"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" sql="ALTER TABLE `dashboard` RENAME TO `dashboard_v1`"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create dashboard v2" sql="CREATE TABLE IF NOT EXISTS `dashboard` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `version` INTEGER NOT NULL\n, `slug` TEXT NOT NULL\n, `title` TEXT NOT NULL\n, `data` TEXT NOT NULL\n, `org_id` INTEGER NOT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index IDX_dashboard_org_id - v2" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard IDX_dashboard_org_id]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index IDX_dashboard_org_id - v2" sql="CREATE INDEX `IDX_dashboard_org_id` ON `dashboard` (`org_id`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard UQE_dashboard_org_id_slug]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" sql="CREATE UNIQUE INDEX `UQE_dashboard_org_id_slug` ON `dashboard` (`org_id`,`slug`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="copy dashboard v1 to v2" sql="INSERT INTO `dashboard` (`version`\n, `slug`\n, `title`\n, `data`\n, `org_id`\n, `created`\n, `updated`\n, `id`) SELECT `version`\n, `slug`\n, `title`\n, `data`\n, `account_id`\n, `created`\n, `updated`\n, `id` FROM `dashboard_v1`"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop table dashboard_v1" sql="DROP TABLE IF EXISTS `dashboard_v1`"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="alter dashboard.data to mediumtext v1" sql="SELECT 0;"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column updated_by in dashboard - v2" sql="alter table `dashboard` ADD COLUMN `updated_by` INTEGER NULL "
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column created_by in dashboard - v2" sql="alter table `dashboard` ADD COLUMN `created_by` INTEGER NULL "
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column gnetId in dashboard" sql="alter table `dashboard` ADD COLUMN `gnet_id` INTEGER NULL "
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Add index for gnetId in dashboard" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard IDX_dashboard_gnet_id]"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add index for gnetId in dashboard" sql="CREATE INDEX `IDX_dashboard_gnet_id` ON `dashboard` (`gnet_id`);"
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column plugin_id in dashboard" sql="alter table `dashboard` ADD COLUMN `plugin_id` TEXT NULL "
t=2020-12-29T09:12:34-0500 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard"
t=2020-12-29T09:12:34-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Add index for plugin_id in dashboard" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard IDX_dashboard_org_id_plugin_id]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add index for plugin_id in dashboard" sql="CREATE INDEX `IDX_dashboard_org_id_plugin_id` ON `dashboard` (`org_id`,`plugin_id`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Add index for dashboard_id in dashboard_tag" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard_tag IDX_dashboard_tag_dashboard_id]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" sql="CREATE INDEX `IDX_dashboard_tag_dashboard_id` ON `dashboard_tag` (`dashboard_id`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update dashboard table charset" sql="-- NOT REQUIRED"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update dashboard_tag table charset" sql="-- NOT REQUIRED"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column folder_id in dashboard" sql="alter table `dashboard` ADD COLUMN `folder_id` INTEGER NOT NULL DEFAULT 0 "
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column isFolder in dashboard" sql="alter table `dashboard` ADD COLUMN `is_folder` INTEGER NOT NULL DEFAULT 0 "
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column has_acl in dashboard" sql="alter table `dashboard` ADD COLUMN `has_acl` INTEGER NOT NULL DEFAULT 0 "
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column uid in dashboard" sql="alter table `dashboard` ADD COLUMN `uid` TEXT NULL "
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update uid column values in dashboard" sql="UPDATE dashboard SET uid=printf('%09d',id) WHERE uid IS NULL;"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Add unique index dashboard_org_id_uid" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard UQE_dashboard_org_id_uid]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add unique index dashboard_org_id_uid" sql="CREATE UNIQUE INDEX `UQE_dashboard_org_id_uid` ON `dashboard` (`org_id`,`uid`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Remove unique index org_id_slug" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard UQE_dashboard_org_id_slug]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Remove unique index org_id_slug" sql="DROP INDEX `UQE_dashboard_org_id_slug`"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update dashboard title length" sql="-- NOT REQUIRED"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard UQE_dashboard_org_id_folder_id_title]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" sql="CREATE UNIQUE INDEX `UQE_dashboard_org_id_folder_id_title` ON `dashboard` (`org_id`,`folder_id`,`title`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create dashboard_provisioning" sql="CREATE TABLE IF NOT EXISTS `dashboard_provisioning` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `dashboard_id` INTEGER NULL\n, `name` TEXT NOT NULL\n, `external_id` TEXT NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" sql="ALTER TABLE `dashboard_provisioning` RENAME TO `dashboard_provisioning_tmp_qwerty`"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create dashboard_provisioning v2" sql="CREATE TABLE IF NOT EXISTS `dashboard_provisioning` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `dashboard_id` INTEGER NULL\n, `name` TEXT NOT NULL\n, `external_id` TEXT NOT NULL\n, `updated` INTEGER NOT NULL DEFAULT 0\n);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard_provisioning IDX_dashboard_provisioning_dashboard_id]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" sql="CREATE INDEX `IDX_dashboard_provisioning_dashboard_id` ON `dashboard_provisioning` (`dashboard_id`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard_provisioning IDX_dashboard_provisioning_dashboard_id_name]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" sql="CREATE INDEX `IDX_dashboard_provisioning_dashboard_id_name` ON `dashboard_provisioning` (`dashboard_id`,`name`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="copy dashboard_provisioning v1 to v2" sql="INSERT INTO `dashboard_provisioning` (`id`\n, `dashboard_id`\n, `name`\n, `external_id`) SELECT `id`\n, `dashboard_id`\n, `name`\n, `external_id` FROM `dashboard_provisioning_tmp_qwerty`"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" sql="DROP TABLE IF EXISTS `dashboard_provisioning_tmp_qwerty`"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add check_sum column" sql="alter table `dashboard_provisioning` ADD COLUMN `check_sum` TEXT NULL "
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Add index for dashboard_title" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard IDX_dashboard_title]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add index for dashboard_title" sql="CREATE INDEX `IDX_dashboard_title` ON `dashboard` (`title`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="delete tags for deleted dashboards" sql="DELETE FROM dashboard_tag WHERE dashboard_id NOT IN (SELECT id FROM dashboard)"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="delete stars for deleted dashboards" sql="DELETE FROM star WHERE dashboard_id NOT IN (SELECT id FROM dashboard)"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="create data_source table"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create data_source table" sql="CREATE TABLE IF NOT EXISTS `data_source` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `account_id` INTEGER NOT NULL\n, `version` INTEGER NOT NULL\n, `type` TEXT NOT NULL\n, `name` TEXT NOT NULL\n, `access` TEXT NOT NULL\n, `url` TEXT NOT NULL\n, `password` TEXT NULL\n, `user` TEXT NULL\n, `database` TEXT NULL\n, `basic_auth` INTEGER NOT NULL\n, `basic_auth_user` TEXT NULL\n, `basic_auth_password` TEXT NULL\n, `is_default` INTEGER NOT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index data_source.account_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[data_source IDX_data_source_account_id]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index data_source.account_id" sql="CREATE INDEX `IDX_data_source_account_id` ON `data_source` (`account_id`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add unique index data_source.account_id_name" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[data_source UQE_data_source_account_id_name]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add unique index data_source.account_id_name" sql="CREATE UNIQUE INDEX `UQE_data_source_account_id_name` ON `data_source` (`account_id`,`name`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="drop index IDX_data_source_account_id - v1" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[data_source IDX_data_source_account_id]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop index IDX_data_source_account_id - v1" sql="DROP INDEX `IDX_data_source_account_id`"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="drop index UQE_data_source_account_id_name - v1" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[data_source UQE_data_source_account_id_name]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" sql="DROP INDEX `UQE_data_source_account_id_name`"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" sql="ALTER TABLE `data_source` RENAME TO `data_source_v1`"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create data_source table v2" sql="CREATE TABLE IF NOT EXISTS `data_source` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `org_id` INTEGER NOT NULL\n, `version` INTEGER NOT NULL\n, `type` TEXT NOT NULL\n, `name` TEXT NOT NULL\n, `access` TEXT NOT NULL\n, `url` TEXT NOT NULL\n, `password` TEXT NULL\n, `user` TEXT NULL\n, `database` TEXT NULL\n, `basic_auth` INTEGER NOT NULL\n, `basic_auth_user` TEXT NULL\n, `basic_auth_password` TEXT NULL\n, `is_default` INTEGER NOT NULL\n, `json_data` TEXT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index IDX_data_source_org_id - v2" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[data_source IDX_data_source_org_id]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index IDX_data_source_org_id - v2" sql="CREATE INDEX `IDX_data_source_org_id` ON `data_source` (`org_id`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index UQE_data_source_org_id_name - v2" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[data_source UQE_data_source_org_id_name]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" sql="CREATE UNIQUE INDEX `UQE_data_source_org_id_name` ON `data_source` (`org_id`,`name`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="copy data_source v1 to v2" sql="INSERT INTO `data_source` (`created`\n, `updated`\n, `id`\n, `type`\n, `basic_auth_user`\n, `url`\n, `basic_auth_password`\n, `org_id`\n, `version`\n, `name`\n, `database`\n, `basic_auth`\n, `is_default`\n, `access`\n, `user`\n, `password`) SELECT `created`\n, `updated`\n, `id`\n, `type`\n, `basic_auth_user`\n, `url`\n, `basic_auth_password`\n, `account_id`\n, `version`\n, `name`\n, `database`\n, `basic_auth`\n, `is_default`\n, `access`\n, `user`\n, `password` FROM `data_source_v1`"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Drop old table data_source_v1 #2" sql="DROP TABLE IF EXISTS `data_source_v1`"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column with_credentials" sql="alter table `data_source` ADD COLUMN `with_credentials` INTEGER NOT NULL DEFAULT 0 "
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add secure json data column" sql="alter table `data_source` ADD COLUMN `secure_json_data` TEXT NULL "
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update data_source table charset" sql="-- NOT REQUIRED"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update initial version to 1" sql="UPDATE data_source SET version = 1 WHERE version = 0"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add read_only data column" sql="alter table `data_source` ADD COLUMN `read_only` INTEGER NULL "
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Migrate logging ds to loki ds" sql="UPDATE data_source SET type = 'loki' WHERE type = 'logging'"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update json_data with nulls" sql="UPDATE data_source SET json_data = '{}' WHERE json_data is null"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Add uid column"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add uid column" sql="alter table `data_source` ADD COLUMN `uid` TEXT NOT NULL DEFAULT 0 "
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Update uid value"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update uid value" sql="UPDATE data_source SET uid=printf('%09d',id);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Add unique index datasource_org_id_uid" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[data_source UQE_data_source_org_id_uid]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add unique index datasource_org_id_uid" sql="CREATE UNIQUE INDEX `UQE_data_source_org_id_uid` ON `data_source` (`org_id`,`uid`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="create api_key table"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create api_key table" sql="CREATE TABLE IF NOT EXISTS `api_key` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `account_id` INTEGER NOT NULL\n, `name` TEXT NOT NULL\n, `key` TEXT NOT NULL\n, `role` TEXT NOT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index api_key.account_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[api_key IDX_api_key_account_id]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index api_key.account_id" sql="CREATE INDEX `IDX_api_key_account_id` ON `api_key` (`account_id`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index api_key.key" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[api_key UQE_api_key_key]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index api_key.key" sql="CREATE UNIQUE INDEX `UQE_api_key_key` ON `api_key` (`key`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index api_key.account_id_name" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[api_key UQE_api_key_account_id_name]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index api_key.account_id_name" sql="CREATE UNIQUE INDEX `UQE_api_key_account_id_name` ON `api_key` (`account_id`,`name`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="drop index IDX_api_key_account_id - v1" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[api_key IDX_api_key_account_id]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop index IDX_api_key_account_id - v1" sql="DROP INDEX `IDX_api_key_account_id`"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="drop index UQE_api_key_key - v1" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[api_key UQE_api_key_key]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop index UQE_api_key_key - v1" sql="DROP INDEX `UQE_api_key_key`"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="drop index UQE_api_key_account_id_name - v1" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[api_key UQE_api_key_account_id_name]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" sql="DROP INDEX `UQE_api_key_account_id_name`"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" sql="ALTER TABLE `api_key` RENAME TO `api_key_v1`"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create api_key table v2" sql="CREATE TABLE IF NOT EXISTS `api_key` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `org_id` INTEGER NOT NULL\n, `name` TEXT NOT NULL\n, `key` TEXT NOT NULL\n, `role` TEXT NOT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index IDX_api_key_org_id - v2" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[api_key IDX_api_key_org_id]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index IDX_api_key_org_id - v2" sql="CREATE INDEX `IDX_api_key_org_id` ON `api_key` (`org_id`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index UQE_api_key_key - v2" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[api_key UQE_api_key_key]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index UQE_api_key_key - v2" sql="CREATE UNIQUE INDEX `UQE_api_key_key` ON `api_key` (`key`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index UQE_api_key_org_id_name - v2" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[api_key UQE_api_key_org_id_name]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" sql="CREATE UNIQUE INDEX `UQE_api_key_org_id_name` ON `api_key` (`org_id`,`name`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="copy api_key v1 to v2" sql="INSERT INTO `api_key` (`updated`\n, `id`\n, `org_id`\n, `name`\n, `key`\n, `role`\n, `created`) SELECT `updated`\n, `id`\n, `account_id`\n, `name`\n, `key`\n, `role`\n, `created` FROM `api_key_v1`"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Drop old table api_key_v1" sql="DROP TABLE IF EXISTS `api_key_v1`"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update api_key table charset" sql="-- NOT REQUIRED"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add expires to api_key table" sql="alter table `api_key` ADD COLUMN `expires` INTEGER NULL "
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create dashboard_snapshot table v4" sql="CREATE TABLE IF NOT EXISTS `dashboard_snapshot` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `name` TEXT NOT NULL\n, `key` TEXT NOT NULL\n, `dashboard` TEXT NOT NULL\n, `expires` DATETIME NOT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" sql="DROP TABLE IF EXISTS `dashboard_snapshot`"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create dashboard_snapshot table v5 #2" sql="CREATE TABLE IF NOT EXISTS `dashboard_snapshot` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `name` TEXT NOT NULL\n, `key` TEXT NOT NULL\n, `delete_key` TEXT NOT NULL\n, `org_id` INTEGER NOT NULL\n, `user_id` INTEGER NOT NULL\n, `external` INTEGER NOT NULL\n, `external_url` TEXT NOT NULL\n, `dashboard` TEXT NOT NULL\n, `expires` DATETIME NOT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard_snapshot UQE_dashboard_snapshot_key]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" sql="CREATE UNIQUE INDEX `UQE_dashboard_snapshot_key` ON `dashboard_snapshot` (`key`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard_snapshot UQE_dashboard_snapshot_delete_key]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" sql="CREATE UNIQUE INDEX `UQE_dashboard_snapshot_delete_key` ON `dashboard_snapshot` (`delete_key`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard_snapshot IDX_dashboard_snapshot_user_id]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" sql="CREATE INDEX `IDX_dashboard_snapshot_user_id` ON `dashboard_snapshot` (`user_id`);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" sql="SELECT 0;"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update dashboard_snapshot table charset" sql="-- NOT REQUIRED"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" sql="alter table `dashboard_snapshot` ADD COLUMN `external_delete_url` TEXT NULL "
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add encrypted dashboard json column" sql="alter table `dashboard_snapshot` ADD COLUMN `dashboard_encrypted` BLOB NULL "
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" sql="SELECT 0;"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="create quota table v1"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create quota table v1" sql="CREATE TABLE IF NOT EXISTS `quota` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `org_id` INTEGER NULL\n, `user_id` INTEGER NULL\n, `target` TEXT NOT NULL\n, `limit` INTEGER NOT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:35-0500 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[quota UQE_quota_org_id_user_id_target]"
t=2020-12-29T09:12:35-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" sql="CREATE UNIQUE INDEX `UQE_quota_org_id_user_id_target` ON `quota` (`org_id`,`user_id`,`target`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update quota table charset" sql="-- NOT REQUIRED"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create plugin_setting table" sql="CREATE TABLE IF NOT EXISTS `plugin_setting` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `org_id` INTEGER NULL\n, `plugin_id` TEXT NOT NULL\n, `enabled` INTEGER NOT NULL\n, `pinned` INTEGER NOT NULL\n, `json_data` TEXT NULL\n, `secure_json_data` TEXT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[plugin_setting UQE_plugin_setting_org_id_plugin_id]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" sql="CREATE UNIQUE INDEX `UQE_plugin_setting_org_id_plugin_id` ON `plugin_setting` (`org_id`,`plugin_id`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column plugin_version to plugin_settings" sql="alter table `plugin_setting` ADD COLUMN `plugin_version` TEXT NULL "
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update plugin_setting table charset" sql="-- NOT REQUIRED"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="create session table"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create session table" sql="CREATE TABLE IF NOT EXISTS `session` (\n`key` TEXT PRIMARY KEY NOT NULL\n, `data` BLOB NOT NULL\n, `expiry` INTEGER NOT NULL\n);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Drop old table playlist table" sql="DROP TABLE IF EXISTS `playlist`"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Drop old table playlist_item table" sql="DROP TABLE IF EXISTS `playlist_item`"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create playlist table v2" sql="CREATE TABLE IF NOT EXISTS `playlist` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `name` TEXT NOT NULL\n, `interval` TEXT NOT NULL\n, `org_id` INTEGER NOT NULL\n);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create playlist item table v2" sql="CREATE TABLE IF NOT EXISTS `playlist_item` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `playlist_id` INTEGER NOT NULL\n, `type` TEXT NOT NULL\n, `value` TEXT NOT NULL\n, `title` TEXT NOT NULL\n, `order` INTEGER NOT NULL\n);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update playlist table charset" sql="-- NOT REQUIRED"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update playlist_item table charset" sql="-- NOT REQUIRED"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop preferences table v2" sql="DROP TABLE IF EXISTS `preferences`"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop preferences table v3" sql="DROP TABLE IF EXISTS `preferences`"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create preferences table v3" sql="CREATE TABLE IF NOT EXISTS `preferences` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `org_id` INTEGER NOT NULL\n, `user_id` INTEGER NOT NULL\n, `version` INTEGER NOT NULL\n, `home_dashboard_id` INTEGER NOT NULL\n, `timezone` TEXT NOT NULL\n, `theme` TEXT NOT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update preferences table charset" sql="-- NOT REQUIRED"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column team_id in preferences" sql="alter table `preferences` ADD COLUMN `team_id` INTEGER NULL "
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update team_id column values in preferences" sql="UPDATE preferences SET team_id=0 WHERE team_id IS NULL;"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="create alert table v1"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create alert table v1" sql="CREATE TABLE IF NOT EXISTS `alert` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `version` INTEGER NOT NULL\n, `dashboard_id` INTEGER NOT NULL\n, `panel_id` INTEGER NOT NULL\n, `org_id` INTEGER NOT NULL\n, `name` TEXT NOT NULL\n, `message` TEXT NOT NULL\n, `state` TEXT NOT NULL\n, `settings` TEXT NOT NULL\n, `frequency` INTEGER NOT NULL\n, `handler` INTEGER NOT NULL\n, `severity` TEXT NOT NULL\n, `silenced` INTEGER NOT NULL\n, `execution_error` TEXT NOT NULL\n, `eval_data` TEXT NULL\n, `eval_date` DATETIME NULL\n, `new_state_date` DATETIME NOT NULL\n, `state_changes` INTEGER NOT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id "
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index alert org_id & id " sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[alert IDX_alert_org_id_id]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index alert org_id & id " sql="CREATE INDEX `IDX_alert_org_id_id` ON `alert` (`org_id`,`id`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="add index alert state"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index alert state" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[alert IDX_alert_state]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index alert state" sql="CREATE INDEX `IDX_alert_state` ON `alert` (`state`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index alert dashboard_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[alert IDX_alert_dashboard_id]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index alert dashboard_id" sql="CREATE INDEX `IDX_alert_dashboard_id` ON `alert` (`dashboard_id`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Create alert_rule_tag table v1" sql="CREATE TABLE IF NOT EXISTS `alert_rule_tag` (\n`alert_id` INTEGER NOT NULL\n, `tag_id` INTEGER NOT NULL\n);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[alert_rule_tag UQE_alert_rule_tag_alert_id_tag_id]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" sql="CREATE UNIQUE INDEX `UQE_alert_rule_tag_alert_id_tag_id` ON `alert_rule_tag` (`alert_id`,`tag_id`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create alert_notification table v1" sql="CREATE TABLE IF NOT EXISTS `alert_notification` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `org_id` INTEGER NOT NULL\n, `name` TEXT NOT NULL\n, `type` TEXT NOT NULL\n, `settings` TEXT NOT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add column is_default"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column is_default" sql="alter table `alert_notification` ADD COLUMN `is_default` INTEGER NOT NULL DEFAULT 0 "
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add column frequency"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column frequency" sql="alter table `alert_notification` ADD COLUMN `frequency` INTEGER NULL "
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column send_reminder" sql="alter table `alert_notification` ADD COLUMN `send_reminder` INTEGER NULL DEFAULT 0 "
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column disable_resolve_message" sql="alter table `alert_notification` ADD COLUMN `disable_resolve_message` INTEGER NOT NULL DEFAULT 0 "
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index alert_notification org_id & name" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[alert_notification UQE_alert_notification_org_id_name]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index alert_notification org_id & name" sql="CREATE UNIQUE INDEX `UQE_alert_notification_org_id_name` ON `alert_notification` (`org_id`,`name`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update alert table charset" sql="-- NOT REQUIRED"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update alert_notification table charset" sql="-- NOT REQUIRED"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create notification_journal table v1" sql="CREATE TABLE IF NOT EXISTS `alert_notification_journal` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `org_id` INTEGER NOT NULL\n, `alert_id` INTEGER NOT NULL\n, `notifier_id` INTEGER NOT NULL\n, `sent_at` INTEGER NOT NULL\n, `success` INTEGER NOT NULL\n);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[alert_notification_journal IDX_alert_notification_journal_org_id_alert_id_notifier_id]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" sql="CREATE INDEX `IDX_alert_notification_journal_org_id_alert_id_notifier_id` ON `alert_notification_journal` (`org_id`,`alert_id`,`notifier_id`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop alert_notification_journal" sql="DROP TABLE IF EXISTS `alert_notification_journal`"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create alert_notification_state table v1" sql="CREATE TABLE IF NOT EXISTS `alert_notification_state` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `org_id` INTEGER NOT NULL\n, `alert_id` INTEGER NOT NULL\n, `notifier_id` INTEGER NOT NULL\n, `state` TEXT NOT NULL\n, `version` INTEGER NOT NULL\n, `updated_at` INTEGER NOT NULL\n, `alert_rule_state_updated_version` INTEGER NOT NULL\n);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[alert_notification_state UQE_alert_notification_state_org_id_alert_id_notifier_id]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" sql="CREATE UNIQUE INDEX `UQE_alert_notification_state_org_id_alert_id_notifier_id` ON `alert_notification_state` (`org_id`,`alert_id`,`notifier_id`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add for to alert table" sql="alter table `alert` ADD COLUMN `for` INTEGER NULL "
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column uid in alert_notification" sql="alter table `alert_notification` ADD COLUMN `uid` TEXT NULL "
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update uid column values in alert_notification" sql="UPDATE alert_notification SET uid=printf('%09d',id) WHERE uid IS NULL;"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Add unique index alert_notification_org_id_uid" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[alert_notification UQE_alert_notification_org_id_uid]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add unique index alert_notification_org_id_uid" sql="CREATE UNIQUE INDEX `UQE_alert_notification_org_id_uid` ON `alert_notification` (`org_id`,`uid`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Remove unique index org_id_name" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[alert_notification UQE_alert_notification_org_id_name]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Remove unique index org_id_name" sql="DROP INDEX `UQE_alert_notification_org_id_name`"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column secure_settings in alert_notification" sql="alter table `alert_notification` ADD COLUMN `secure_settings` TEXT NULL "
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="alter alert.settings to mediumtext" sql="SELECT 0;"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Add non-unique index alert_notification_state_alert_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[alert_notification_state IDX_alert_notification_state_alert_id]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" sql="CREATE INDEX `IDX_alert_notification_state_alert_id` ON `alert_notification_state` (`alert_id`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[alert_rule_tag IDX_alert_rule_tag_alert_id]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" sql="CREATE INDEX `IDX_alert_rule_tag_alert_id` ON `alert_rule_tag` (`alert_id`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Drop old annotation table v4" sql="DROP TABLE IF EXISTS `annotation`"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create annotation table v5" sql="CREATE TABLE IF NOT EXISTS `annotation` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `org_id` INTEGER NOT NULL\n, `alert_id` INTEGER NULL\n, `user_id` INTEGER NULL\n, `dashboard_id` INTEGER NULL\n, `panel_id` INTEGER NULL\n, `category_id` INTEGER NULL\n, `type` TEXT NOT NULL\n, `title` TEXT NOT NULL\n, `text` TEXT NOT NULL\n, `metric` TEXT NULL\n, `prev_state` TEXT NOT NULL\n, `new_state` TEXT NOT NULL\n, `data` TEXT NOT NULL\n, `epoch` INTEGER NOT NULL\n);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index annotation 0 v3" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[annotation IDX_annotation_org_id_alert_id]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index annotation 0 v3" sql="CREATE INDEX `IDX_annotation_org_id_alert_id` ON `annotation` (`org_id`,`alert_id`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index annotation 1 v3" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[annotation IDX_annotation_org_id_type]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index annotation 1 v3" sql="CREATE INDEX `IDX_annotation_org_id_type` ON `annotation` (`org_id`,`type`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index annotation 2 v3" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[annotation IDX_annotation_org_id_category_id]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index annotation 2 v3" sql="CREATE INDEX `IDX_annotation_org_id_category_id` ON `annotation` (`org_id`,`category_id`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index annotation 3 v3" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[annotation IDX_annotation_org_id_dashboard_id_panel_id_epoch]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index annotation 3 v3" sql="CREATE INDEX `IDX_annotation_org_id_dashboard_id_panel_id_epoch` ON `annotation` (`org_id`,`dashboard_id`,`panel_id`,`epoch`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index annotation 4 v3" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[annotation IDX_annotation_org_id_epoch]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index annotation 4 v3" sql="CREATE INDEX `IDX_annotation_org_id_epoch` ON `annotation` (`org_id`,`epoch`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update annotation table charset" sql="-- NOT REQUIRED"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column region_id to annotation table" sql="alter table `annotation` ADD COLUMN `region_id` INTEGER NULL DEFAULT 0 "
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Drop category_id index" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[annotation IDX_annotation_org_id_category_id]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Drop category_id index" sql="DROP INDEX `IDX_annotation_org_id_category_id`"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column tags to annotation table" sql="alter table `annotation` ADD COLUMN `tags` TEXT NULL "
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Create annotation_tag table v2" sql="CREATE TABLE IF NOT EXISTS `annotation_tag` (\n`annotation_id` INTEGER NOT NULL\n, `tag_id` INTEGER NOT NULL\n);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[annotation_tag UQE_annotation_tag_annotation_id_tag_id]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" sql="CREATE UNIQUE INDEX `UQE_annotation_tag_annotation_id_tag_id` ON `annotation_tag` (`annotation_id`,`tag_id`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Update alert annotations and set TEXT to empty" sql="UPDATE annotation SET TEXT = '' WHERE alert_id > 0"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add created time to annotation table" sql="alter table `annotation` ADD COLUMN `created` INTEGER NULL DEFAULT 0 "
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add updated time to annotation table" sql="alter table `annotation` ADD COLUMN `updated` INTEGER NULL DEFAULT 0 "
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Add index for created in annotation table" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[annotation IDX_annotation_org_id_created]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add index for created in annotation table" sql="CREATE INDEX `IDX_annotation_org_id_created` ON `annotation` (`org_id`,`created`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Add index for updated in annotation table" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[annotation IDX_annotation_org_id_updated]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add index for updated in annotation table" sql="CREATE INDEX `IDX_annotation_org_id_updated` ON `annotation` (`org_id`,`updated`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" sql="UPDATE annotation SET epoch = (epoch*1000) where epoch < 9999999999"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add epoch_end column" sql="alter table `annotation` ADD COLUMN `epoch_end` INTEGER NOT NULL DEFAULT 0 "
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Add index for epoch_end" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[annotation IDX_annotation_org_id_epoch_epoch_end]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add index for epoch_end" sql="CREATE INDEX `IDX_annotation_org_id_epoch_epoch_end` ON `annotation` (`org_id`,`epoch`,`epoch_end`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Make epoch_end the same as epoch" sql="UPDATE annotation SET epoch_end = epoch"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Move region to single row"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing code migration" logger=migrator id="Move region to single row"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Remove index org_id_epoch from annotation table" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[annotation IDX_annotation_org_id_epoch]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Remove index org_id_epoch from annotation table" sql="DROP INDEX `IDX_annotation_org_id_epoch`"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[annotation IDX_annotation_org_id_dashboard_id_panel_id_epoch]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" sql="DROP INDEX `IDX_annotation_org_id_dashboard_id_panel_id_epoch`"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[annotation IDX_annotation_org_id_dashboard_id_epoch_end_epoch]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" sql="CREATE INDEX `IDX_annotation_org_id_dashboard_id_epoch_end_epoch` ON `annotation` (`org_id`,`dashboard_id`,`epoch_end`,`epoch`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[annotation IDX_annotation_org_id_epoch_end_epoch]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" sql="CREATE INDEX `IDX_annotation_org_id_epoch_end_epoch` ON `annotation` (`org_id`,`epoch_end`,`epoch`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[annotation IDX_annotation_org_id_epoch_epoch_end]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" sql="DROP INDEX `IDX_annotation_org_id_epoch_epoch_end`"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Add index for alert_id on annotation table" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[annotation IDX_annotation_alert_id]"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add index for alert_id on annotation table" sql="CREATE INDEX `IDX_annotation_alert_id` ON `annotation` (`alert_id`);"
t=2020-12-29T09:12:36-0500 lvl=info msg="Executing migration" logger=migrator id="create test_data table"
t=2020-12-29T09:12:36-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create test_data table" sql="CREATE TABLE IF NOT EXISTS `test_data` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `metric1` TEXT NULL\n, `metric2` TEXT NULL\n, `value_big_int` INTEGER NULL\n, `value_double` REAL NULL\n, `value_float` REAL NULL\n, `value_int` INTEGER NULL\n, `time_epoch` INTEGER NOT NULL\n, `time_date_time` DATETIME NOT NULL\n, `time_time_stamp` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create dashboard_version table v1" sql="CREATE TABLE IF NOT EXISTS `dashboard_version` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `dashboard_id` INTEGER NOT NULL\n, `parent_version` INTEGER NOT NULL\n, `restored_from` INTEGER NOT NULL\n, `version` INTEGER NOT NULL\n, `created` DATETIME NOT NULL\n, `created_by` INTEGER NOT NULL\n, `message` TEXT NOT NULL\n, `data` TEXT NOT NULL\n);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index dashboard_version.dashboard_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard_version IDX_dashboard_version_dashboard_id]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index dashboard_version.dashboard_id" sql="CREATE INDEX `IDX_dashboard_version_dashboard_id` ON `dashboard_version` (`dashboard_id`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard_version UQE_dashboard_version_dashboard_id_version]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" sql="CREATE UNIQUE INDEX `UQE_dashboard_version_dashboard_id_version` ON `dashboard_version` (`dashboard_id`,`version`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Set dashboard version to 1 where 0" sql="UPDATE dashboard SET version = 1 WHERE version = 0"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" sql="INSERT INTO dashboard_version\n(\n\tdashboard_id,\n\tversion,\n\tparent_version,\n\trestored_from,\n\tcreated,\n\tcreated_by,\n\tmessage,\n\tdata\n)\nSELECT\n\tdashboard.id,\n\tdashboard.version,\n\tdashboard.version,\n\tdashboard.version,\n\tdashboard.updated,\n\tCOALESCE(dashboard.updated_by, -1),\n\t'',\n\tdashboard.data\nFROM dashboard;"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" sql="SELECT 0;"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="create team table"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create team table" sql="CREATE TABLE IF NOT EXISTS `team` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `name` TEXT NOT NULL\n, `org_id` INTEGER NOT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index team.org_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[team IDX_team_org_id]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index team.org_id" sql="CREATE INDEX `IDX_team_org_id` ON `team` (`org_id`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add unique index team_org_id_name" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[team UQE_team_org_id_name]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add unique index team_org_id_name" sql="CREATE UNIQUE INDEX `UQE_team_org_id_name` ON `team` (`org_id`,`name`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="create team member table"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create team member table" sql="CREATE TABLE IF NOT EXISTS `team_member` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `org_id` INTEGER NOT NULL\n, `team_id` INTEGER NOT NULL\n, `user_id` INTEGER NOT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index team_member.org_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[team_member IDX_team_member_org_id]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index team_member.org_id" sql="CREATE INDEX `IDX_team_member_org_id` ON `team_member` (`org_id`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add unique index team_member_org_id_team_id_user_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[team_member UQE_team_member_org_id_team_id_user_id]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" sql="CREATE UNIQUE INDEX `UQE_team_member_org_id_team_id_user_id` ON `team_member` (`org_id`,`team_id`,`user_id`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index team_member.team_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[team_member IDX_team_member_team_id]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index team_member.team_id" sql="CREATE INDEX `IDX_team_member_team_id` ON `team_member` (`team_id`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column email to team table" sql="alter table `team` ADD COLUMN `email` TEXT NULL "
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column external to team_member table" sql="alter table `team_member` ADD COLUMN `external` INTEGER NULL "
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add column permission to team_member table" sql="alter table `team_member` ADD COLUMN `permission` INTEGER NULL "
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create dashboard acl table" sql="CREATE TABLE IF NOT EXISTS `dashboard_acl` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `org_id` INTEGER NOT NULL\n, `dashboard_id` INTEGER NOT NULL\n, `user_id` INTEGER NULL\n, `team_id` INTEGER NULL\n, `permission` INTEGER NOT NULL DEFAULT 4\n, `role` TEXT NULL\n, `created` DATETIME NOT NULL\n, `updated` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index dashboard_acl_dashboard_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard_acl IDX_dashboard_acl_dashboard_id]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index dashboard_acl_dashboard_id" sql="CREATE INDEX `IDX_dashboard_acl_dashboard_id` ON `dashboard_acl` (`dashboard_id`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard_acl UQE_dashboard_acl_dashboard_id_user_id]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" sql="CREATE UNIQUE INDEX `UQE_dashboard_acl_dashboard_id_user_id` ON `dashboard_acl` (`dashboard_id`,`user_id`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[dashboard_acl UQE_dashboard_acl_dashboard_id_team_id]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" sql="CREATE UNIQUE INDEX `UQE_dashboard_acl_dashboard_id_team_id` ON `dashboard_acl` (`dashboard_id`,`team_id`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="save default acl rules in dashboard_acl table" sql="\nINSERT INTO dashboard_acl\n\t(\n\t\torg_id,\n\t\tdashboard_id,\n\t\tpermission,\n\t\trole,\n\t\tcreated,\n\t\tupdated\n\t)\n\tVALUES\n\t\t(-1,-1, 1,'Viewer','2017-06-20','2017-06-20'),\n\t\t(-1,-1, 2,'Editor','2017-06-20','2017-06-20')\n\t"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="delete acl rules for deleted dashboards and folders" sql="DELETE FROM dashboard_acl WHERE dashboard_id NOT IN (SELECT id FROM dashboard) AND dashboard_id != -1"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="create tag table"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create tag table" sql="CREATE TABLE IF NOT EXISTS `tag` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `key` TEXT NOT NULL\n, `value` TEXT NOT NULL\n);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index tag.key_value" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[tag UQE_tag_key_value]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index tag.key_value" sql="CREATE UNIQUE INDEX `UQE_tag_key_value` ON `tag` (`key`,`value`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="create login attempt table"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create login attempt table" sql="CREATE TABLE IF NOT EXISTS `login_attempt` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `username` TEXT NOT NULL\n, `ip_address` TEXT NOT NULL\n, `created` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index login_attempt.username" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[login_attempt IDX_login_attempt_username]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index login_attempt.username" sql="CREATE INDEX `IDX_login_attempt_username` ON `login_attempt` (`username`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="drop index IDX_login_attempt_username - v1" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[login_attempt IDX_login_attempt_username]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop index IDX_login_attempt_username - v1" sql="DROP INDEX `IDX_login_attempt_username`"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" sql="ALTER TABLE `login_attempt` RENAME TO `login_attempt_tmp_qwerty`"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create login_attempt v2" sql="CREATE TABLE IF NOT EXISTS `login_attempt` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `username` TEXT NOT NULL\n, `ip_address` TEXT NOT NULL\n, `created` INTEGER NOT NULL DEFAULT 0\n);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index IDX_login_attempt_username - v2" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[login_attempt IDX_login_attempt_username]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index IDX_login_attempt_username - v2" sql="CREATE INDEX `IDX_login_attempt_username` ON `login_attempt` (`username`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="copy login_attempt v1 to v2" sql="INSERT INTO `login_attempt` (`id`\n, `username`\n, `ip_address`) SELECT `id`\n, `username`\n, `ip_address` FROM `login_attempt_tmp_qwerty`"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="drop login_attempt_tmp_qwerty" sql="DROP TABLE IF EXISTS `login_attempt_tmp_qwerty`"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="create user auth table"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create user auth table" sql="CREATE TABLE IF NOT EXISTS `user_auth` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `user_id` INTEGER NOT NULL\n, `auth_module` TEXT NOT NULL\n, `auth_id` TEXT NOT NULL\n, `created` DATETIME NOT NULL\n);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[user_auth IDX_user_auth_auth_module_auth_id]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" sql="CREATE INDEX `IDX_user_auth_auth_module_auth_id` ON `user_auth` (`auth_module`,`auth_id`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="alter user_auth.auth_id to length 190" sql="SELECT 0;"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add OAuth access token to user_auth" sql="alter table `user_auth` ADD COLUMN `o_auth_access_token` TEXT NULL "
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add OAuth refresh token to user_auth" sql="alter table `user_auth` ADD COLUMN `o_auth_refresh_token` TEXT NULL "
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add OAuth token type to user_auth" sql="alter table `user_auth` ADD COLUMN `o_auth_token_type` TEXT NULL "
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add OAuth expiry to user_auth" sql="alter table `user_auth` ADD COLUMN `o_auth_expiry` DATETIME NULL "
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="Add index to user_id column in user_auth" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[user_auth IDX_user_auth_user_id]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="Add index to user_id column in user_auth" sql="CREATE INDEX `IDX_user_auth_user_id` ON `user_auth` (`user_id`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="create server_lock table"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create server_lock table" sql="CREATE TABLE IF NOT EXISTS `server_lock` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `operation_uid` TEXT NOT NULL\n, `version` INTEGER NOT NULL\n, `last_execution` INTEGER NOT NULL\n);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index server_lock.operation_uid" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[server_lock UQE_server_lock_operation_uid]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index server_lock.operation_uid" sql="CREATE UNIQUE INDEX `UQE_server_lock_operation_uid` ON `server_lock` (`operation_uid`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="create user auth token table"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create user auth token table" sql="CREATE TABLE IF NOT EXISTS `user_auth_token` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `user_id` INTEGER NOT NULL\n, `auth_token` TEXT NOT NULL\n, `prev_auth_token` TEXT NOT NULL\n, `user_agent` TEXT NOT NULL\n, `client_ip` TEXT NOT NULL\n, `auth_token_seen` INTEGER NOT NULL\n, `seen_at` INTEGER NULL\n, `rotated_at` INTEGER NOT NULL\n, `created_at` INTEGER NOT NULL\n, `updated_at` INTEGER NOT NULL\n);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add unique index user_auth_token.auth_token" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[user_auth_token UQE_user_auth_token_auth_token]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add unique index user_auth_token.auth_token" sql="CREATE UNIQUE INDEX `UQE_user_auth_token_auth_token` ON `user_auth_token` (`auth_token`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add unique index user_auth_token.prev_auth_token" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[user_auth_token UQE_user_auth_token_prev_auth_token]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" sql="CREATE UNIQUE INDEX `UQE_user_auth_token_prev_auth_token` ON `user_auth_token` (`prev_auth_token`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index user_auth_token.user_id" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[user_auth_token IDX_user_auth_token_user_id]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index user_auth_token.user_id" sql="CREATE INDEX `IDX_user_auth_token_user_id` ON `user_auth_token` (`user_id`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="create cache_data table"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create cache_data table" sql="CREATE TABLE IF NOT EXISTS `cache_data` (\n`cache_key` TEXT PRIMARY KEY NOT NULL\n, `data` BLOB NOT NULL\n, `expires` INTEGER NOT NULL\n, `created_at` INTEGER NOT NULL\n);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add unique index cache_data.cache_key" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[cache_data UQE_cache_data_cache_key]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add unique index cache_data.cache_key" sql="CREATE UNIQUE INDEX `UQE_cache_data_cache_key` ON `cache_data` (`cache_key`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="create short_url table v1" sql="CREATE TABLE IF NOT EXISTS `short_url` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `org_id` INTEGER NOT NULL\n, `uid` TEXT NOT NULL\n, `path` TEXT NOT NULL\n, `created_by` INTEGER NOT NULL\n, `created_at` INTEGER NOT NULL\n, `last_seen_at` INTEGER NULL\n);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing migration condition sql" logger=migrator id="add index short_url.org_id-uid" sql="SELECT 1 FROM `sqlite_master` WHERE `type`='index' AND `tbl_name`=? AND `name`=?" args="[short_url UQE_short_url_org_id_uid]"
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Executing sql migration" logger=migrator id="add index short_url.org_id-uid" sql="CREATE UNIQUE INDEX `UQE_short_url_org_id_uid` ON `short_url` (`org_id`,`uid`);"
t=2020-12-29T09:12:37-0500 lvl=info msg="Created default admin" logger=sqlstore user=admin
t=2020-12-29T09:12:37-0500 lvl=info msg="Starting plugin search" logger=plugins
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Scanning core plugin directory" logger=plugins dir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public/app/plugins
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\cloud-monitoring\\plugin.json
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=stackdriver isBackend=false
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=stackdriver
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\cloudwatch\\plugin.json
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=cloudwatch isBackend=false
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=cloudwatch
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\dashboard\\plugin.json
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=dashboard isBackend=false
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=dashboard
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\elasticsearch\\plugin.json
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=elasticsearch isBackend=false
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=elasticsearch
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\frser-sqlite-datasource\\plugin.json
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=frser-sqlite-datasource isBackend=true
t=2020-12-29T09:12:37-0500 lvl=dbug msg="Verifying contents of plugin manifest" logger=plugins plugin=frser-sqlite-datasource
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin signature valid" logger=plugins id=frser-sqlite-datasource
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\grafana\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=grafana isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=grafana
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\grafana-azure-monitor-datasource\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=grafana-azure-monitor-datasource isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=grafana-azure-monitor-datasource
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\graphite\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=graphite isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=graphite
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\influxdb\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=influxdb isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=influxdb
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\jaeger\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=jaeger isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=jaeger
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\loki\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=loki isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=loki
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\mixed\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=mixed isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=mixed
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\mssql\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=mssql isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=mssql
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\mysql\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=mysql isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=mysql
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\opentsdb\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=opentsdb isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=opentsdb
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\postgres\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=postgres isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=postgres
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\prometheus\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=prometheus isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=prometheus
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\tempo\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=tempo isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=tempo
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\testdata\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=testdata isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=testdata
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\zipkin\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=zipkin isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=zipkin
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\alertlist\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=alertlist isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=alertlist
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\annolist\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=annolist isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=annolist
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\bargauge\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=bargauge isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=bargauge
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\dashlist\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=dashlist isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=dashlist
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\gauge\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=gauge isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=gauge
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\gettingstarted\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=gettingstarted isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=gettingstarted
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\graph\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=graph isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=graph
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\graph2\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=graph2 isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=graph2
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\graph3\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=graph3 isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=graph3
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\heatmap\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=heatmap isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=heatmap
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\homelinks\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=homelinks isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=homelinks
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\live\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=live isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=live
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\logs\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=logs isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=logs
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\news\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=news isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=news
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\piechart\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=piechart isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=piechart
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\pluginlist\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=pluginlist isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=pluginlist
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\singlestat\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=singlestat isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=singlestat
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\stat\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=stat isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=stat
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\table\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=table isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=table
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\table-old\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=table-old isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=table-old
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\text\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=text isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=text
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\welcome\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=welcome isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin is unsigned" logger=plugins id=welcome
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Initial plugin loading done" logger=plugins
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=postgres signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=postgres pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\postgres state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=postgres
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=postgres
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=alertlist signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=alertlist pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\alertlist state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=alertlist
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=alertlist
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=piechart signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=piechart pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\piechart state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=piechart
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=piechart
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=table signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=table pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\table state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=table
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=table
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=graph signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=graph pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\graph state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=graph
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=graph
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=graph2 signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=graph2 pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\graph2 state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=graph2
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=graph2
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=logs signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=logs pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\logs state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=logs
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=logs
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=stackdriver signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=stackdriver pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\cloud-monitoring state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=stackdriver
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=stackdriver
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=frser-sqlite-datasource signature=valid hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin has valid signature" logger=plugins id=frser-sqlite-datasource
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=frser-sqlite-datasource
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Registering backend plugin" logger=plugins.backend pluginId=frser-sqlite-datasource
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Backend plugin registered" logger=plugins.backend pluginId=frser-sqlite-datasource
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=frser-sqlite-datasource
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=graphite signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=graphite pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\graphite state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=graphite
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=graphite
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=mixed signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=mixed pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\mixed state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=mixed
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=mixed
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=bargauge signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=bargauge pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\bargauge state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=bargauge
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=bargauge
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=news signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=news pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\news state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=news
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=news
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=cloudwatch signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=cloudwatch pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\cloudwatch state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=cloudwatch
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=cloudwatch
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=grafana-azure-monitor-datasource signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=grafana-azure-monitor-datasource pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\grafana-azure-monitor-datasource state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=grafana-azure-monitor-datasource
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=grafana-azure-monitor-datasource
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=loki signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=loki pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\loki state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=loki
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=loki
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=gettingstarted signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=gettingstarted pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\gettingstarted state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=gettingstarted
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=gettingstarted
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=jaeger signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=jaeger pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\jaeger state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=jaeger
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=jaeger
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=zipkin signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=zipkin pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\zipkin state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=zipkin
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=zipkin
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=annolist signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=annolist pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\annolist state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=annolist
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=annolist
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=singlestat signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=singlestat pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\singlestat state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=singlestat
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=singlestat
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=stat signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=stat pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\stat state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=stat
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=stat
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=table-old signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=table-old pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\table-old state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=table-old
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=table-old
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=grafana signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=grafana pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\grafana state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=grafana
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=grafana
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=influxdb signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=influxdb pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\influxdb state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=influxdb
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=influxdb
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=testdata signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=testdata pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\testdata state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=testdata
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=testdata
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=live signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=live pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\live state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=live
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=live
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=pluginlist signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=pluginlist pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\pluginlist state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=pluginlist
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=pluginlist
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=graph3 signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=graph3 pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\graph3 state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=graph3
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=graph3
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=homelinks signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=homelinks pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\homelinks state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=homelinks
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=homelinks
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=mssql signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=mssql pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\mssql state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=mssql
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=mssql
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=mysql signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=mysql pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\mysql state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=mysql
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=mysql
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=prometheus signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=prometheus pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\prometheus state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=prometheus
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=prometheus
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=tempo signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=tempo pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\tempo state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=tempo
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=tempo
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=dashlist signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=dashlist pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\dashlist state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=dashlist
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=dashlist
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=dashboard signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=dashboard pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\dashboard state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=dashboard
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=dashboard
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=gauge signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=gauge pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\gauge state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=gauge
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=gauge
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=elasticsearch signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=elasticsearch pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\elasticsearch state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=elasticsearch
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=elasticsearch
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=opentsdb signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=opentsdb pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\opentsdb state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=opentsdb
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=opentsdb
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=heatmap signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=heatmap pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\heatmap state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=heatmap
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=heatmap
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=text signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=text pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\text state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=text
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=text
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=welcome signature=unsigned hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Non-valid plugin Signature" logger=plugins pluginID=welcome pluginDir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\panel\\welcome state=unsigned
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=welcome
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=welcome
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Scanning bundled plugins directory" logger=plugins dir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\plugins-bundled
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\plugins-bundled\\gel-0.6.0\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Transform plugin is disabled since the expressions feature toggle is not enabled" logger=plugins pluginID=gel
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Loading plugin" logger=plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\plugins-bundled\\internal\\input-datasource\\plugin.json
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=input isBackend=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Verifying contents of plugin manifest" logger=plugins plugin=input
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin signature valid" logger=plugins id=input
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Initial plugin loading done" logger=plugins
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found plugin" logger=plugins id=input signature=valid hasRoot=false
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugin has valid signature" logger=plugins id=input
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Attempting to add plugin" logger=plugins id=input
t=2020-12-29T09:12:38-0500 lvl=info msg="Registering plugin" logger=plugins id=input
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Successfully added plugin" logger=plugins id=input
t=2020-12-29T09:12:38-0500 lvl=info msg="External plugins directory created" logger=plugins directory=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\data\\plugins
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Looking for plugin provisioning files" logger=provisioning.plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\conf\\provisioning\\plugins
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Parsing plugin provisioning file" logger=provisioning.plugins path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\conf\\provisioning\\plugins file.Name=sample.yaml
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Validating plugins" logger=provisioning.plugins
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Looking for alert notification provisioning files" logger=provisioning.notifiers path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\conf\\provisioning\\notifiers
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Parsing alert notifications provisioning file" logger=provisioning.notifiers path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\conf\\provisioning\\notifiers file.Name=sample.yaml
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Validating alert notifications" logger=provisioning.notifiers
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Looking for App Dashboard Updates" logger=plugins
t=2020-12-29T09:12:38-0500 lvl=dbug msg="NOTIFY_SOCKET environment variable empty or unset, can't send systemd notification" logger=server
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Plugins: Adding route" logger=http.server route=/public/plugins/input dir=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\plugins-bundled\\internal\\input-datasource
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Found old rendered image to delete" logger=cleanup deleted=0 kept=0
t=2020-12-29T09:12:38-0500 lvl=dbug msg="No image renderer found/installed. For image rendering support please install the grafana-image-renderer plugin. Read more at https://grafana.com/docs/grafana/latest/administration/image_rendering/" logger=rendering
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Waiting on services..." logger=server
t=2020-12-29T09:12:38-0500 lvl=dbug msg="starting plugin" logger=plugins.backend pluginId=frser-sqlite-datasource path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\frser-sqlite-datasource/gpx_sqlite-datasource_windows_amd64.exe args=[C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\frser-sqlite-datasource/gpx_sqlite-datasource_windows_amd64.exe]
t=2020-12-29T09:12:38-0500 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:85 protocol=http subUrl= socket=
t=2020-12-29T09:12:38-0500 lvl=dbug msg="starting cleanup of expired auth tokens" logger=auth createdBefore=2020-12-22T09:12:38-0500 rotatedBefore=2020-12-22T09:12:38-0500
t=2020-12-29T09:12:38-0500 lvl=dbug msg="cleanup of expired auth tokens done" logger=auth count=0
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Checking for updates" logger=plugins
t=2020-12-29T09:12:38-0500 lvl=dbug msg="plugin started" logger=plugins.backend pluginId=frser-sqlite-datasource path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\frser-sqlite-datasource/gpx_sqlite-datasource_windows_amd64.exe pid=1708
t=2020-12-29T09:12:38-0500 lvl=dbug msg="waiting for RPC address" logger=plugins.backend pluginId=frser-sqlite-datasource path=C:\\Users\\king.kyle\\Developer\\Dashboards\\grafana-7.3.6\\public\\app\\plugins\\datasource\\frser-sqlite-datasource/gpx_sqlite-datasource_windows_amd64.exe
t=2020-12-29T09:12:38-0500 lvl=dbug msg="Serving plugin" logger=plugins.backend pluginId=frser-sqlite-datasource plugins="[diagnostics data]"
t=2020-12-29T09:12:38-0500 lvl=dbug msg="plugin address" logger=plugins.backend pluginId=frser-sqlite-datasource address=127.0.0.1:10000 network=tcp
t=2020-12-29T09:12:38-0500 lvl=dbug msg="using plugin" logger=plugins.backend pluginId=frser-sqlite-datasource version=2
t=2020-12-29T09:12:39-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T09:12:49-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T09:12:59-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T09:13:09-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T09:13:18-0500 lvl=eror msg="Failed to look up user based on cookie" logger=context error="user token not found"
t=2020-12-29T09:13:18-0500 lvl=info msg="Request Completed" logger=context userId=0 orgId=0 uname= method=GET path=/ status=302 remote_addr=127.0.0.1 time_ms=2 size=29 referer=
t=2020-12-29T09:13:19-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T09:13:25-0500 lvl=dbug msg="user auth token created" logger=auth tokenId=1 userId=1 clientIP=127.0.0.1 userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0" authToken=d9284d328616ee90b96d243fe07eec72d23d076cebcb3ec03032287f7215c8a3
t=2020-12-29T09:13:25-0500 lvl=info msg="Successful Login" logger=http.server User=admin@localhost
t=2020-12-29T09:13:29-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T09:13:39-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T09:13:49-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T09:13:59-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T09:14:09-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T09:14:17-0500 lvl=dbug msg="seen token" logger=auth tokenId=1 userId=1 clientIP=127.0.0.1 userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0" authToken=d9284d328616ee90b96d243fe07eec72d23d076cebcb3ec03032287f7215c8a3
t=2020-12-29T09:14:17-0500 lvl=dbug msg="Updating last user_seen_at" logger=context userId=1 orgId=1 uname=admin user_id=1
t=2020-12-29T09:14:17-0500 lvl=dbug msg="seen token" logger=auth tokenId=1 userId=1 clientIP=127.0.0.1 userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0" authToken=d9284d328616ee90b96d243fe07eec72d23d076cebcb3ec03032287f7215c8a3
t=2020-12-29T09:14:17-0500 lvl=info msg="Request Completed" logger=context userId=1 orgId=1 uname=admin method=POST path=/api/user/password/reset status=400 remote_addr=127.0.0.1 time_ms=50 size=52 referer=http://localhost:85/login
t=2020-12-29T09:14:18-0500 lvl=dbug msg="avatar.fetch(fetch new avatar): https://secure.gravatar.com/avatar/46d229b033af06a191ff2267bca9ae56?d=retro&r=pg&size=200"
t=2020-12-29T09:14:19-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T09:14:29-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T09:14:31-0500 lvl=dbug msg="Received command to add data source" logger=datasources url=
t=2020-12-29T09:14:39-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T09:14:49-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T09:14:59-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T09:15:09-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T09:15:19-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T09:15:29-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T09:15:39-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T09:15:49-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
t=2020-12-29T09:15:59-0500 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=0
KyleKing commented 3 years ago

Okay working now! The public/app/plugin directory felt janky, so I tried .\data\plugins and that works! I can now select a SQLite datasource where I'm prompted to type the absolute path to a SQLite file (Full plugin path: .\grafana-7.3.6\data\plugins\frser-sqlite-datasource)

I'm not sure if this path is specific to the Windows installer and I only tried it with the Windows portable (I'm having trouble downloading the full Windows installer, but I think they should be the same)

Separately, is there an example sqlite database that I could use to test? What columns/data would you recommend to get started? ^Update: attached sample SQLite file and Python script: sample_database.zip. This ticket was helpful: https://github.com/fr-ser/grafana-sqlite-datasource/issues/16#issuecomment-735620830 ^ What should the query be for the attached SQLite data frame? ^ Figured this out, creating a new response. This was helpful: https://github.com/fr-ser/grafana-sqlite-datasource/issues/20#issuecomment-752026907

KyleKing commented 3 years ago

I was able to resolve my questions about a hello world example. With the below Python script (attached to the previous ticket too - sample_database.zip), I could generate SQLite data in realtime and view in Grafana:

Grafana query: SELECT "time", "temp", "min", "max" FROM test_data;

"""Update a SQLite database in real time. Requires Python >3.6.

python -m pip install numpy tqdm
python create_grafana_sample_db.py

"""

import sqlite3
import time
from contextlib import ContextDecorator
from pathlib import Path

import numpy as np
from tqdm import tqdm

class SQLConnection(ContextDecorator):
    """Ensure the SQLite connection is properly opened and closed."""

    def __init__(self, path_db: Path) -> None:
        """Initialize context wrapper.

        Args:
            path_db: Path to a SQLite file

        """
        self.conn = None
        self.path_db = path_db

    def __enter__(self) -> sqlite3.Connection:
        """Connect to the database and return connection reference.

        Returns:
            Connection: connection to sqlite database

        """
        self.conn = sqlite3.connect(self.path_db)
        return self.conn

    def __exit__(self, exc_type, exc_value, traceback) -> None:
        """Close connection."""  # noqa: DAR101
        self.conn.close()

def generate_fake_db(path_db: Path) -> None:
    """Populate a SQL database in real time to test real time chart visualization.

    Args:
        path_db: path to SQLite file

    """
    print(f'Creating: {path_db}')  # noqa: T001
    with SQLConnection(path_db) as conn:
        cursor = conn.cursor()
        cursor.execute('DROP TABLE IF EXISTS test_data;')
        conn.commit()

        cursor.execute("""CREATE TABLE test_data (
            time    FLOAT    NOT NULL,
            temp    FLOAT    NOT NULL,
            min     FLOAT    NOT NULL,
            max     FLOAT    NOT NULL
        );""")
        conn.commit()

        while True:
            # Generate random data points and add to the database
            points = 1000
            mu, sigma = (10, 8)  # mean and standard deviation
            samples = np.random.normal(mu, sigma, points)
            for idx in tqdm(range(points)):
                values = f'{time.time()}, {samples[idx]}, {samples[idx] - 2.1}, {samples[idx] + 3.2}'
                cursor.execute(f'INSERT INTO test_data (time, temp, min, max) VALUES ({values});')  # noqa: S608, Q440
                conn.commit()
                time.sleep(1)

if __name__ == '__main__':
    generate_fake_db(path_db=Path(__file__).resolve().parent / 'test_db.sqlite')
fr-ser commented 3 years ago

Ok, so the issue was figuring out the correct PLUGIN_PATH of your Grafana installation. That is indeed a bit tricky and the Grafana configuration documentation is a bit vague here as well.

And regarding your example question. The repository includes a fully working example with an SQLite database. You can have a look at the development.md and the Makefile if you are tech-savy or just use the SQLite database and the dashboard json directly