Origin patterns support wildcard symbol “*”. For example: ini Copy [live] allowed_origins = "https://*.example.com" ha_engine NoteAvailable in Grafana v8.1 and later versions. Experimental The high availability (HA) engine name for Grafana Live. By default, it’s not set. The only ...
@grafana/data:Introduce new getTagKeys/getTagValues response interface#88369,@kaydelaney AWS:Update deprecated aws-sdk functions from env variable versions#89643,@iwysiu Alerting:Add ha_reconnect_timeout configuration option#88823,@JacobValdemar ...
* In case a search expression is being used and no data is returned, Grafana will no longer expand dimension values, for instance when using a multi-valued template variable or star wildcard `*` in the dimension value field. Ref https://github.com/grafana/grafana/issues/20729 * Time serie...
group_dnYesLDAP distinguished name (DN) of LDAP group. If you want to match all (or no LDAP groups) then you can use wildcard ("*") org_roleYesAssign users ofgroup_dnthe organization roleAdmin,Editor, orViewer. The organization role name is case sensitive. ...
optional, if left out the default org (id 1) will be used# org_id = 1[[servers.group_mappings]]group_dn="cn=users,dc=grafana,dc=org"org_role="Editor"[[servers.group_mappings]]# If you want to match all (or no ldap groups) then you can use wildcardgroup_dn="*"org_role="Vie...
Supports wildcard symbol "*". allowed_origins = # engine defines an HA (high availability) engine to use for Grafana Live. By default no engine used - in # this case Live features work only on a single Grafana server. # Available options: "redis". # Setting ha_engine is an ...
We could have writtenselect * from example.foo.bar but the .* wildcard enclosed in the / / regex delimiters is a quick way to check all the series we’ve got.Going off on a bit of a tangent (but hey, why not), let’s write a quick Python script to stick some randomised data ...
Supports wildcard symbol "*". ;allowed_origins = # engine defines an HA (high availability) engine to use for Grafana Live. By default no engine used - in # this case Live features work only on a single Grafana server. Available options: "redis". # Setting ha_engine is an ...
SAML: Allow wildcard mapping to add user to all existing orgs. #55628, @gamab SAML: Do not SAML SLO if user is not SAML authenticated. #53418, @Jguer SAML: Improve SAML login flow. (Enterprise) SQL: Migrate (MS/My/Postgres)SQL configuration pages from Angular to React. #51891, @...
The syntax is documented, but what I would point out is the apparently odd/.*/constructor for the “table” is in fact a regular expression (regex) to match theseriesfor which to return values. We could have writtenselect * from example.foo.barbut the.*wildcard enclosed in the/ / ...