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

No results are displayed in the [Database Authentication success/failure rate] table in DedicatedSQLPool_workspace_v1.2.workbook. #30

Open
gse20is25g opened this issue Apr 6, 2023 · 0 comments

Comments

@gse20is25g
Copy link

No results are displayed when I select [All Authentication] in the [Database Authentication success/failure rate] table in DedicatedSQLPool_workspace_v1.2.workbook.
Because when selecting [All Authentication] button, AuthResult parameter is '', so ksql condition is "where Succeeded == ''".

I think it would be good to fix it as follows,

  1. the default value of AuthResult parameter is "true,false",
  2. the value of AuthResult parameter when select [All Authentication] button is "true, false"
  3. the condition in KQL changes "where Succeeded == '{AuthResult}'" to "where Succeeded in (AuthResult)"
@gse20is25g gse20is25g changed the title No results are displayed in the [Database Authentication success/failure rate] table No results are displayed in the [Database Authentication success/failure rate] table in DedicatedSQLPool_workspace_v1.2.workbook. Apr 6, 2023
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

1 participant