Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsigned plugins will not loaded #26485

Closed
k-0 opened this issue Jul 21, 2020 · 9 comments
Closed

Unsigned plugins will not loaded #26485

k-0 opened this issue Jul 21, 2020 · 9 comments
Assignees

Comments

@k-0
Copy link

k-0 commented Jul 21, 2020

I updated to Grafana 7.1 and all unsigned plugins will not loaded.
i tried to add the end of in my grafana.ini following:

[plugins]
enable_alpha = true
allow_loading_unsigned_plugins = "ryantxu-ajax-panel, flant-statusmap-panel"

And I changed the app-mode to
app_mode = development

But none of the plugins will loaded...

@aknuds1
Copy link
Contributor

aknuds1 commented Jul 21, 2020

Can you please set Grafana's log level to debug, and provide the logs?

@aknuds1 aknuds1 self-assigned this Jul 21, 2020
@aknuds1
Copy link
Contributor

aknuds1 commented Jul 21, 2020

Also, does it help if you remove the spaces in your "allow_loading_unsigned_plugins" setting, i.e. "ryantxu-ajax-panel,flant-statusmap-panel"?

@k-0
Copy link
Author

k-0 commented Jul 21, 2020

No, removing spaces does not help.

Here is the debug-log:

t=2020-07-21T12:39:39+0000 lvl=info msg="Starting Grafana" logger=server version=7.1.0 commit=8101355285 branch=HEAD compiled=2020-07-16T11:04:17+0000
t=2020-07-21T12:39:39+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini
t=2020-07-21T12:39:39+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini
t=2020-07-21T12:39:39+0000 lvl=info msg="Config overridden from command line" logger=settings arg="default.paths.data=/var/lib/grafana"
t=2020-07-21T12:39:39+0000 lvl=info msg="Config overridden from command line" logger=settings arg="default.paths.logs=/var/log/grafana"
t=2020-07-21T12:39:39+0000 lvl=info msg="Config overridden from command line" logger=settings arg="default.paths.plugins=/var/lib/grafana/plugins"
t=2020-07-21T12:39:39+0000 lvl=info msg="Config overridden from command line" logger=settings arg="default.paths.provisioning=/etc/grafana/provisioning"
t=2020-07-21T12:39:39+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana
t=2020-07-21T12:39:39+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana
t=2020-07-21T12:39:39+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana
t=2020-07-21T12:39:39+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins
t=2020-07-21T12:39:39+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning
t=2020-07-21T12:39:39+0000 lvl=info msg="App mode development" logger=settings
t=2020-07-21T12:39:39+0000 lvl=info msg="Writing PID file" logger=server path=/var/run/grafana/grafana-server.pid pid=8353
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing SqlStore" logger=server
t=2020-07-21T12:39:39+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3
t=2020-07-21T12:39:39+0000 lvl=info msg="Starting DB migration" logger=migrator
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create migration_log table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create user table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index user.login"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index user.email"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index UQE_user_login - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index UQE_user_email - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Rename table user to user_v1 - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create user table v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_user_login - v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_user_email - v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="copy data_source v1 to v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Drop old table user_v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column help_flags1 to user table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update user table charset"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add last_seen_at column to user"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add missing user data"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add is_disabled column to user"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index user.login/user.email"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create temp user table v1-7"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_temp_user_email - v1-7"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_temp_user_org_id - v1-7"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_temp_user_code - v1-7"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_temp_user_status - v1-7"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update temp_user table charset"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create star table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index star.user_id_dashboard_id"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create org table v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_org_name - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create org_user table v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_org_user_org_id - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_org_user_org_id_user_id - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update org table charset"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update org_user table charset"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Migrate all Read Only Viewers to Viewers"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create dashboard table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index dashboard.account_id"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index dashboard_account_id_slug"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create dashboard_tag table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index dashboard_tag.dasboard_id_term"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Rename table dashboard to dashboard_v1 - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create dashboard v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_dashboard_org_id - v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_dashboard_org_id_slug - v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="copy dashboard v1 to v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop table dashboard_v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="alter dashboard.data to mediumtext v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column updated_by in dashboard - v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column created_by in dashboard - v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column gnetId in dashboard"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index for gnetId in dashboard"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column plugin_id in dashboard"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index for plugin_id in dashboard"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index for dashboard_id in dashboard_tag"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update dashboard table charset"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update dashboard_tag table charset"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column folder_id in dashboard"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column isFolder in dashboard"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column has_acl in dashboard"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column uid in dashboard"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update uid column values in dashboard"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add unique index dashboard_org_id_uid"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Remove unique index org_id_slug"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update dashboard title length"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create dashboard_provisioning"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create dashboard_provisioning v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="copy dashboard_provisioning v1 to v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop dashboard_provisioning_tmp_qwerty"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add check_sum column"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index for dashboard_title"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create data_source table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index data_source.account_id"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index data_source.account_id_name"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index IDX_data_source_account_id - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index UQE_data_source_account_id_name - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Rename table data_source to data_source_v1 - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create data_source table v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_data_source_org_id - v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_data_source_org_id_name - v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="copy data_source v1 to v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Drop old table data_source_v1 #2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column with_credentials"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add secure json data column"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update data_source table charset"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update initial version to 1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add read_only data column"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Migrate logging ds to loki ds"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update json_data with nulls"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add uid column"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update uid value"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add unique index datasource_org_id_uid"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create api_key table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index api_key.account_id"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index api_key.key"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index api_key.account_id_name"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index IDX_api_key_account_id - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index UQE_api_key_key - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index UQE_api_key_account_id_name - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Rename table api_key to api_key_v1 - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create api_key table v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_api_key_org_id - v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_api_key_key - v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_api_key_org_id_name - v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="copy api_key v1 to v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Drop old table api_key_v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update api_key table charset"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add expires to api_key table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create dashboard_snapshot table v4"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop table dashboard_snapshot_v4 #1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create dashboard_snapshot table v5 #2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_dashboard_snapshot_key - v5"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="alter dashboard_snapshot to mediumtext v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update dashboard_snapshot table charset"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column external_delete_url to dashboard_snapshots table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create quota table v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update quota table charset"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create plugin_setting table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column plugin_version to plugin_settings"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update plugin_setting table charset"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create session table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Drop old table playlist table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Drop old table playlist_item table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create playlist table v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create playlist item table v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update playlist table charset"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update playlist_item table charset"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop preferences table v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop preferences table v3"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create preferences table v3"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update preferences table charset"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column team_id in preferences"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update team_id column values in preferences"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create alert table v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index alert org_id & id "
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index alert state"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index alert dashboard_id"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Create alert_rule_tag table v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create alert_notification table v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column is_default"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column frequency"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column send_reminder"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column disable_resolve_message"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index alert_notification org_id & name"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update alert table charset"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update alert_notification table charset"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create notification_journal table v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop alert_notification_journal"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create alert_notification_state table v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add for to alert table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column uid in alert_notification"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update uid column values in alert_notification"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add unique index alert_notification_org_id_uid"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Remove unique index org_id_name"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Drop old annotation table v4"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create annotation table v5"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index annotation 0 v3"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index annotation 1 v3"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index annotation 2 v3"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index annotation 3 v3"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index annotation 4 v3"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update annotation table charset"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column region_id to annotation table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Drop category_id index"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column tags to annotation table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Create annotation_tag table v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Update alert annotations and set TEXT to empty"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add created time to annotation table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add updated time to annotation table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index for created in annotation table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index for updated in annotation table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Convert existing annotations from seconds to milliseconds"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add epoch_end column"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index for epoch_end"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Make epoch_end the same as epoch"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Move region to single row"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Remove index org_id_epoch from annotation table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table"
t=2020-07-21T12:39:39+0000 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-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index for alert_id on annotation table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create test_data table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create dashboard_version table v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index dashboard_version.dashboard_id"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Set dashboard version to 1 where 0"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="save existing dashboard data in dashboard_version table v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="alter dashboard_version.data to mediumtext v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create team table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index team.org_id"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index team_org_id_name"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create team member table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index team_member.org_id"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index team_member_org_id_team_id_user_id"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index team_member.team_id"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column email to team table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column external to team_member table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add column permission to team_member table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create dashboard acl table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index dashboard_acl_dashboard_id"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="save default acl rules in dashboard_acl table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create tag table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index tag.key_value"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create login attempt table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index login_attempt.username"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop index IDX_login_attempt_username - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create login_attempt v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_login_attempt_username - v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="copy login_attempt v1 to v2"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="drop login_attempt_tmp_qwerty"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create user auth table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="alter user_auth.auth_id to length 190"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add OAuth access token to user_auth"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add OAuth refresh token to user_auth"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add OAuth token type to user_auth"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add OAuth expiry to user_auth"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="Add index to user_id column in user_auth"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create server_lock table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add index server_lock.operation_uid"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create user auth token table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index user_auth_token.auth_token"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index user_auth_token.prev_auth_token"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="create cache_data table"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Skipping migration: Already executed" logger=migrator id="add unique index cache_data.cache_key"
t=2020-07-21T12:39:39+0000 lvl=warn msg="[Deprecation notice]" logger=sqlstore
t=2020-07-21T12:39:39+0000 lvl=warn msg="Fewer than 1% of Grafana installations use organizations, and we feel that most of those" logger=sqlstore
t=2020-07-21T12:39:39+0000 lvl=warn msg="users would have a better experience using Teams instead. As such, we are considering de-emphasizing" logger=sqlstore
t=2020-07-21T12:39:39+0000 lvl=warn msg="and eventually deprecating Organizations in a future Grafana release. If you would like to provide" logger=sqlstore
t=2020-07-21T12:39:39+0000 lvl=warn msg="feedback or describe your need, please do so in the issue linked below" logger=sqlstore
t=2020-07-21T12:39:39+0000 lvl=warn msg=https://github.com/grafana/grafana/issues/24588 logger=sqlstore
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing HTTPServer" logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing RenderingService" logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing manager" logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing HooksService" logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing OSSLicensingService" logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing PluginManager" logger=server
t=2020-07-21T12:39:39+0000 lvl=info msg="Starting plugin search" logger=plugins
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Scanning core plugin directory" logger=plugins dir=/usr/share/grafana/public/app/plugins
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Scanning bundled plugins directory" logger=plugins dir=/usr/share/grafana/plugins-bundled
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Transform plugin is disabled since the expressions feature toggle is not enabled" logger=plugins pluginID=gel
t=2020-07-21T12:39:39+0000 lvl=info msg="Registering plugin" logger=plugins name="Direct Input"
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Scanning external plugins directory" logger=plugins dir=/var/lib/grafana/plugins
t=2020-07-21T12:39:39+0000 lvl=info msg="Registering plugin" logger=plugins name=Diagram
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=input
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Verifying contents of plugin manifest" logger=plugins plugin=input
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Getting signature state of plugin" logger=plugins plugin=jdbranham-diagram-panel
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing RemoteCache" logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing InternalMetricsService" logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing AlertEngine" logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing QuotaService" logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing ServerLockService" logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing UserAuthTokenService" logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing CleanUpService" logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing LoginService" logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing UsageStatsService" logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing SearchService" logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing TracingService" logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing NotificationService" logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing ProvisioningService" logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Looking for plugin provisioning files" logger=provisioning.plugins path=/etc/grafana/provisioning/plugins
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Parsing plugin provisioning file" logger=provisioning.plugins path=/etc/grafana/provisioning/plugins file.Name=sample.yaml
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Validating plugins" logger=provisioning.plugins
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Looking for alert notification provisioning files" logger=provisioning.notifiers path=/etc/grafana/provisioning/notifiers
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Parsing alert notifications provisioning file" logger=provisioning.notifiers path=/etc/grafana/provisioning/notifiers file.Name=sample.yaml
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Validating alert notifications" logger=provisioning.notifiers
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing DatasourceCacheService" logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="NOTIFY_SOCKET environment variable empty or unset, can't send systemd notification" logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Waiting on services..." logger=server
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Found old rendered image to delete" logger=cleanup deleted=0 kept=0
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Plugins: Adding route" logger=http.server route=/public/plugins/jdbranham-diagram-panel dir=/var/lib/grafana/plugins/dist
t=2020-07-21T12:39:39+0000 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-07-21T12:39:39+0000 lvl=dbug msg="Plugins: Adding route" logger=http.server route=/public/plugins/input dir=/usr/share/grafana/plugins-bundled/internal/input-datasource
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Looking for App Dashboard Updates" logger=plugins
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Initializing Stream Manager"
t=2020-07-21T12:39:39+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=http subUrl= socket=
t=2020-07-21T12:39:39+0000 lvl=dbug msg="Checking for updates" logger=plugins
t=2020-07-21T12:39:40+0000 lvl=dbug msg="Scheduling update" logger=alerting.scheduler ruleCount=9
t=2020-07-21T12:39:41+0000 lvl=dbug msg="looking up token" logger=auth unhashed=1603224d06ed0496b6a653a3205ab1d4 hashed=493282b08916d4b9485ee5f2cd8099734ab8fe3175631c6aa7d78e478cbc4b32
t=2020-07-21T12:39:41+0000 lvl=dbug msg="looking up token" logger=auth unhashed=1603224d06ed0496b6a653a3205ab1d4 hashed=493282b08916d4b9485ee5f2cd8099734ab8fe3175631c6aa7d78e478cbc4b32
t=2020-07-21T12:39:41+0000 lvl=dbug msg="looking up token" logger=auth unhashed=1603224d06ed0496b6a653a3205ab1d4 hashed=493282b08916d4b9485ee5f2cd8099734ab8fe3175631c6aa7d78e478cbc4b32
t=2020-07-21T12:39:41+0000 lvl=dbug msg="looking up token" logger=auth unhashed=1603224d06ed0496b6a653a3205ab1d4 hashed=493282b08916d4b9485ee5f2cd8099734ab8fe3175631c6aa7d78e478cbc4b32
t=2020-07-21T12:39:41+0000 lvl=dbug msg="looking up token" logger=auth unhashed=1603224d06ed0496b6a653a3205ab1d4 hashed=493282b08916d4b9485ee5f2cd8099734ab8fe3175631c6aa7d78e478cbc4b32
t=2020-07-21T12:39:41+0000 lvl=dbug msg="looking up token" logger=auth unhashed=1603224d06ed0496b6a653a3205ab1d4 hashed=493282b08916d4b9485ee5f2cd8099734ab8fe3175631c6aa7d78e478cbc4b32
t=2020-07-21T12:39:41+0000 lvl=dbug msg=getEngine logger=tsdb.mysql connection="secret:.,secret@tcp(10.70.2.4:3306)/machines?collation=utf8mb4_unicode_ci&parseTime=true&loc=UTC&allowNativePasswords=true"
t=2020-07-21T12:39:41+0000 lvl=dbug msg=getEngine logger=tsdb.mysql connection="secret:.,secret@tcp(10.70.2.4:3306)/machines?collation=utf8mb4_unicode_ci&parseTime=true&loc=UTC&allowNativePasswords=true"
t=2020-07-21T12:39:41+0000 lvl=dbug msg=Rows logger=tsdb.mysql metric=status time=1595313591000.000 value=1.000
t=2020-07-21T12:39:41+0000 lvl=dbug msg=Rows logger=tsdb.mysql metric=status time=1595313651000.000 value=1.000
t=2020-07-21T12:39:41+0000 lvl=dbug msg=Rows logger=tsdb.mysql metric=status time=1595313711000.000 value=1.000
t=2020-07-21T12:39:41+0000 lvl=dbug msg=Rows logger=tsdb.mysql metric=status time=1595313772000.000 value=1.000
t=2020-07-21T12:39:41+0000 lvl=dbug msg=Rows logger=tsdb.mysql metric=status time=1595313831000.000 value=1.000
t=2020-07-21T12:39:41+0000 lvl=dbug msg=Rows logger=tsdb.mysql metric=status time=1595313891000.000 value=1.000
t=2020-07-21T12:39:41+0000 lvl=dbug msg=Rows logger=tsdb.mysql metric=status time=1595313951000.000 value=1.000
t=2020-07-21T12:39:41+0000 lvl=dbug msg=Rows logger=tsdb.mysql metric=status time=1595314012000.000 value=1.000
t=2020-07-21T12:39:41+0000 lvl=dbug msg=Rows logger=tsdb.mysql metric=status time=1595314071000.000 value=1.000
t=2020-07-21T12:39:41+0000 lvl=dbug msg=Rows logger=tsdb.mysql metric=status time=1595314132000.000 value=1.000
t=2020-07-21T12:39:41+0000 lvl=dbug msg=Rows logger=tsdb.mysql metric=status time=1595314192000.000 value=1.000
t=2020-07-21T12:39:41+0000 lvl=dbug msg=Rows logger=tsdb.mysql metric=status time=1595314252000.000 value=1.000

@aknuds1
Copy link
Contributor

aknuds1 commented Jul 21, 2020

Thanks, do you know where your plugins ryantxu-ajax-panel and flant-statusmap-panel are stored? I can't see any mention of them in the logs, so maybe Grafana isn't seeing them at all.

@k-0
Copy link
Author

k-0 commented Jul 21, 2020

All plugins are stored in the folder /var/lib/grafana/plugins

root@visualisation:/var/lib/grafana/plugins/src# grafana-cli plugins ls
installed plugins:
agenty-flowcharting-panel @ 0.9.0
agenty-flowcharting-panel @ 0.6.1
jdbranham-diagram-panel @ 1.6.2
flant-statusmap-panel @ 0.2.0
jdbranham-diagram-panel @ 1.6.1
grafana-image-renderer @ 2.0.0
grafana-piechart-panel @ 1.5.0
jdbranham-diagram-panel @ 1.6.1
michaeldmoore-annunciator-panel @ 1.0.5
michaeldmoore-multistat-panel @ 1.4.0
mtanda-google-calendar-datasource @ 1.0.4
natel-plotly-panel @ 0.0.6
ryantxu-ajax-panel @ 0.0.7-dev
savantly-heatmap-panel @ 0.2.0
sbueringer-consul-datasource @ 0.1.5
snuids-trafficlights-panel @ 1.4.5
jdbranham-diagram-panel @ 1.6.2

Restart grafana after installing plugins . <service grafana-server restart>
root@visualisation:/var/lib/grafana/plugins# ll

drwxr-x--- 21 grafana grafana  4096 Jul 21 14:30 ./
drwxr-xr-x 11 grafana grafana  4096 Jul 21 14:28 ../
drwxr-xr-x  7 grafana grafana  4096 Jul  2 11:43 agenty-flowcharting-panel/
drwxr-xr-x  6 grafana grafana  4096 Jan 24 15:20 algenty-grafana-flowcharting-fee0569/
drwxr-xr-x  5 grafana grafana  4096 Jul  7 10:02 dist/
-rw-r--r--  1 grafana grafana   200 Jul  7 10:02 docker-compose.yml
drwxr-xr-x  5 grafana grafana  4096 Jul 21 11:31 flant-statusmap-panel/
drwxr-xr-x  5 grafana grafana  4096 Jan  6  2020 grafana-diagram-e2575a55a3c937aac79c6a6f97baf1aebc47c65b/
drwxr-xr-x  5 grafana grafana  4096 Jul  2 14:50 grafana-google-calendar/
drwxr-xr-x  4 root    root     4096 Jul 21 14:30 grafana-image-renderer/
drwxr-xr-x  4 grafana grafana  4096 Jun  4 13:27 grafana-piechart-panel/
-rw-r--r--  1 grafana grafana  1743 Jul  7 10:02 Gruntfile.js
drwxr-xr-x  4 grafana grafana  4096 Jul  7 10:03 jdbranham-diagram-panel/
drwxr-xr-x  3 grafana grafana  4096 Jul  7 10:03 jdbranham-diagram-panel:/
-rw-r--r--  1 grafana grafana 11357 Jul  7 10:02 LICENSE
drwxr-xr-x  4 grafana grafana  4096 Jun  4 13:33 michaeldmoore-annunciator-panel/
drwxr-xr-x  4 grafana grafana  4096 Jul  2 07:05 michaeldmoore-multistat-panel/
drwxr-xr-x  4 grafana grafana  4096 Jul  2 13:22 mtanda-google-calendar-datasource/
drwxr-xr-x  6 grafana grafana  4096 Dez  6  2019 natel-plotly-panel/
-rw-r--r--  1 grafana grafana  1617 Jul  7 10:02 package.json
-rw-r--r--  1 grafana grafana  7970 Jul  7 10:02 README.md
drwxr-xr-x  6 grafana grafana  4096 Nov 26  2019 ryantxu-ajax-panel/
drwxr-xr-x  4 grafana grafana  4096 Dez  6  2019 savantly-heatmap-panel/
drwxr-xr-x  9 grafana grafana  4096 Jul  2 13:18 sbueringer-consul-datasource/
drwxr-xr-x  4 grafana grafana  4096 Apr 22 18:39 snuids-trafficlights-panel/
drwxr-xr-x  4 grafana grafana  4096 Jul  7 10:02 src/

@aknuds1
Copy link
Contributor

aknuds1 commented Jul 21, 2020

@ryantxu Do you have the time to help out a bit with diagnosing here?

@diafour
Copy link

diafour commented Jul 21, 2020

There is a dist directory inside /var/lib/grafana/plugins. It seems that jdbranham-diagram-panel was accidentally cloned directly into plugins dir. Plugin loader sees a dist folder and stops descending into other subfolders. Just clean it up and Grafana will see all plugins.
See: https://github.com/grafana/grafana/blob/master/pkg/util/filepath.go#L92

p.s. I've run into this one while developing a plugin and since then use Grafana in Docker with proper mounts.

@k-0
Copy link
Author

k-0 commented Jul 21, 2020

Yes, the dist directory was the problem. After deleting them, every works fine! Thank you very much! :)

@k-0 k-0 closed this as completed Jul 21, 2020
@aknuds1
Copy link
Contributor

aknuds1 commented Jul 21, 2020

Thanks for clearing that up @diafour!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants