Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Correct the URL for 2.0.0 shrine-dashboard.

...


Code Block
languagesql
themerdark
use qepAuditDB;
ALTER TABLE previousQueries ADD COLUMN 'status' VARCHAR(MAX) NOT NULL DEFAULT 'Before V26';


ORACLE:

...


Code Block
languageSQL
themerdark
use qepAuditDB;
create table `RESULTS"RESULTS_OBSERVED`OBSERVED" (`NETWORKQUERYID`"NETWORKQUERYID" BIGINT NOT NULL,`CHECKSUM`"CHECKSUM" BIGINT NOT NULL,`OBSERVEDTIME`NOTNULL,"OBSERVEDTIME" BIGINT NOT NULL);
create index "resultsObservedQueryIdIndex" on "RESULTS_OBSERVED" ("NETWORKQUERYID");
create index "resultsObservedChecksumIndex" on "RESULTS_OBSERVED" ("CHECKSUM");


...

Code Block
languagebash
themerdark
https://your_shrine_host:6443/shrine-api/shrine-dashboard

This is a sample screenshot of the upgraded 2.0.0 dashboard:

...