Skip to content

Commit

Permalink
0800 missed changes (#1147)
Browse files Browse the repository at this point in the history
* added missing docs

* compiled docs
  • Loading branch information
gueniai authored Jan 26, 2024
1 parent dd8384b commit 8f0d867
Show file tree
Hide file tree
Showing 52 changed files with 1,177 additions and 1,119 deletions.
7 changes: 7 additions & 0 deletions docs-compose/overwatch_docs/content/ChangeLog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ weight: 4

## 0.8.0.0 (Major Release)

### Upgrading

There are no mandatory changes in this release, you can simply swap the jar if you're not migrating Audit logs to read from system tables.
We've created a script to help you in migrating your deployment configuration to system tables, if you choose to do so.

Upgrade script: **[HTML](/assets/ChangeLog/0800_upgrade.html) | [DBC](/assets/ChangeLog/0800_upgrade.dbc)**

### Major Feature
* First integration with System Tables! Now Overwatch can collect audit logs directly from System Tables. You can find
the docs [here]({{%relref "DeployOverwatch/SystemTableIntegration"%}})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,21 @@ aad_authority_endpoint

## Configuration changes required for Multi Account System Table Integration
The process for achieving multi-account deployment is straightforward. In the configuration table, for each workspace
in a different account, you'll need to enter a value for the sql_endpoint column, a new warehouse needs to be created
or you can use an already existing warehouse. We encourage you to use a serverless warehouse for this purpose.
The warehouse endpoint details are then passed to Overwatch through the configuration, specifically in the sql_endpoint
column. **sql_endpoint column needs to be added only for multi account deployment.**
Below are the details

* **sql_endpoint** - the http path from the sql_warehouse need to be added in this field. This http path can be found
in the connection details table of the warehouse.
in a different account from the one where Overwatch is run from, you'll need to enter a value for the sql_endpoint column.
In order to get this value, you can create a new warehouse or use an existing one on a workspace in the remote account.
We encourage you to use a serverless warehouse for this purpose.
You would then pass the warehouse endpoint details to Overwatch through the configuration in the sql_endpoint
column. **sql_endpoint column needs to be populated only for workspaces in a different account**
You can use the same warehouse sql_endpoint to collect the data for all the workspaces in the remote account.

Below are the details:

* **sql_endpoint** - this will be the http path from the sql warehouse. This can be found
in the connection details table of the warehouse. See the below screenshot on how to find it
![WarehouseHTTPPath](/images/DeployOverwatch/warehouse_http_path.png)
* **auditlogprefix_source_path** - Instead of adding a fully qualified path (s3 or GC) for auditlog,
add keyword **system** in this column. This will enable the system table integration.

For all other configurations, please follow the
[Configuration]({{%relref "DeployOverwatch/ConfigureOverwatch/Configuration.md"%}})
[Configuration]({{%relref "DeployOverwatch/ConfigureOverwatch/Configuration.md"%}})

Binary file not shown.

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<title>404 Page not found</title>


<link href="https://databrickslabs.github.io/overwatch/css/nucleus.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/fontawesome-all.min.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/hybrid.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/featherlight.min.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/perfect-scrollbar.min.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/theme.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/hugo-theme.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/nucleus.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/fontawesome-all.min.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/hybrid.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/featherlight.min.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/perfect-scrollbar.min.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/theme.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/hugo-theme.css?1706289040" rel="stylesheet">

<link href="https://databrickslabs.github.io/overwatch/css/theme-blue.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/theme-blue.css?1706289040" rel="stylesheet">

<style>
:root #header + #content > #left > #rlblock_left {
Expand Down
50 changes: 25 additions & 25 deletions docs/categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
<title>Categories :: Overwatch</title>


<link href="https://databrickslabs.github.io/overwatch/css/nucleus.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/fontawesome-all.min.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/hybrid.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/featherlight.min.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/perfect-scrollbar.min.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/auto-complete.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/atom-one-dark-reasonable.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/theme.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/hugo-theme.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/nucleus.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/fontawesome-all.min.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/hybrid.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/featherlight.min.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/perfect-scrollbar.min.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/auto-complete.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/atom-one-dark-reasonable.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/theme.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/hugo-theme.css?1706289040" rel="stylesheet">

<link href="https://databrickslabs.github.io/overwatch/css/theme-blue.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/theme-blue.css?1706289040" rel="stylesheet">



<script src="https://databrickslabs.github.io/overwatch/js/jquery-3.3.1.min.js?1706209853"></script>
<script src="https://databrickslabs.github.io/overwatch/js/jquery-3.3.1.min.js?1706289040"></script>

<style>
:root #header + #content > #left > #rlblock_left{
Expand Down Expand Up @@ -57,14 +57,14 @@
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>

<script type="text/javascript" src="https://databrickslabs.github.io/overwatch/js/lunr.min.js?1706209853"></script>
<script type="text/javascript" src="https://databrickslabs.github.io/overwatch/js/auto-complete.js?1706209853"></script>
<script type="text/javascript" src="https://databrickslabs.github.io/overwatch/js/lunr.min.js?1706289040"></script>
<script type="text/javascript" src="https://databrickslabs.github.io/overwatch/js/auto-complete.js?1706289040"></script>
<script type="text/javascript">

var baseurl = "https:\/\/databrickslabs.github.io\/overwatch\/";

</script>
<script type="text/javascript" src="https://databrickslabs.github.io/overwatch/js/search.js?1706209853"></script>
<script type="text/javascript" src="https://databrickslabs.github.io/overwatch/js/search.js?1706289040"></script>


</div>
Expand Down Expand Up @@ -1827,19 +1827,19 @@ <h1>
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div>
<script src="https://databrickslabs.github.io/overwatch/js/clipboard.min.js?1706209853"></script>
<script src="https://databrickslabs.github.io/overwatch/js/perfect-scrollbar.min.js?1706209853"></script>
<script src="https://databrickslabs.github.io/overwatch/js/perfect-scrollbar.jquery.min.js?1706209853"></script>
<script src="https://databrickslabs.github.io/overwatch/js/jquery.sticky.js?1706209853"></script>
<script src="https://databrickslabs.github.io/overwatch/js/featherlight.min.js?1706209853"></script>
<script src="https://databrickslabs.github.io/overwatch/js/highlight.pack.js?1706209853"></script>
<script src="https://databrickslabs.github.io/overwatch/js/clipboard.min.js?1706289040"></script>
<script src="https://databrickslabs.github.io/overwatch/js/perfect-scrollbar.min.js?1706289040"></script>
<script src="https://databrickslabs.github.io/overwatch/js/perfect-scrollbar.jquery.min.js?1706289040"></script>
<script src="https://databrickslabs.github.io/overwatch/js/jquery.sticky.js?1706289040"></script>
<script src="https://databrickslabs.github.io/overwatch/js/featherlight.min.js?1706289040"></script>
<script src="https://databrickslabs.github.io/overwatch/js/highlight.pack.js?1706289040"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="https://databrickslabs.github.io/overwatch/js/modernizr.custom-3.6.0.js?1706209853"></script>
<script src="https://databrickslabs.github.io/overwatch/js/learn.js?1706209853"></script>
<script src="https://databrickslabs.github.io/overwatch/js/hugo-learn.js?1706209853"></script>
<script src="https://databrickslabs.github.io/overwatch/js/modernizr.custom-3.6.0.js?1706289040"></script>
<script src="https://databrickslabs.github.io/overwatch/js/learn.js?1706289040"></script>
<script src="https://databrickslabs.github.io/overwatch/js/hugo-learn.js?1706289040"></script>

<link href="https://databrickslabs.github.io/overwatch/mermaid/mermaid.css?1706209853" rel="stylesheet" />
<script src="https://databrickslabs.github.io/overwatch/mermaid/mermaid.js?1706209853"></script>
<link href="https://databrickslabs.github.io/overwatch/mermaid/mermaid.css?1706289040" rel="stylesheet" />
<script src="https://databrickslabs.github.io/overwatch/mermaid/mermaid.js?1706289040"></script>
<script>
mermaid.initialize({ startOnLoad: true });
</script>
Expand Down
50 changes: 25 additions & 25 deletions docs/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
<title>ChangeLog :: Overwatch</title>


<link href="https://databrickslabs.github.io/overwatch/css/nucleus.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/fontawesome-all.min.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/hybrid.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/featherlight.min.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/perfect-scrollbar.min.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/auto-complete.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/atom-one-dark-reasonable.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/theme.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/hugo-theme.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/nucleus.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/fontawesome-all.min.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/hybrid.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/featherlight.min.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/perfect-scrollbar.min.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/auto-complete.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/atom-one-dark-reasonable.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/theme.css?1706289040" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/hugo-theme.css?1706289040" rel="stylesheet">

<link href="https://databrickslabs.github.io/overwatch/css/theme-blue.css?1706209853" rel="stylesheet">
<link href="https://databrickslabs.github.io/overwatch/css/theme-blue.css?1706289040" rel="stylesheet">



<script src="https://databrickslabs.github.io/overwatch/js/jquery-3.3.1.min.js?1706209853"></script>
<script src="https://databrickslabs.github.io/overwatch/js/jquery-3.3.1.min.js?1706289040"></script>

<style>
:root #header + #content > #left > #rlblock_left{
Expand Down Expand Up @@ -57,14 +57,14 @@
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>

<script type="text/javascript" src="https://databrickslabs.github.io/overwatch/js/lunr.min.js?1706209853"></script>
<script type="text/javascript" src="https://databrickslabs.github.io/overwatch/js/auto-complete.js?1706209853"></script>
<script type="text/javascript" src="https://databrickslabs.github.io/overwatch/js/lunr.min.js?1706289040"></script>
<script type="text/javascript" src="https://databrickslabs.github.io/overwatch/js/auto-complete.js?1706289040"></script>
<script type="text/javascript">

var baseurl = "https:\/\/databrickslabs.github.io\/overwatch\/";

</script>
<script type="text/javascript" src="https://databrickslabs.github.io/overwatch/js/search.js?1706209853"></script>
<script type="text/javascript" src="https://databrickslabs.github.io/overwatch/js/search.js?1706289040"></script>


</div>
Expand Down Expand Up @@ -2912,19 +2912,19 @@ <h2 id="040---deprecated">0.4.0 - deprecated</h2>
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div>
<script src="https://databrickslabs.github.io/overwatch/js/clipboard.min.js?1706209853"></script>
<script src="https://databrickslabs.github.io/overwatch/js/perfect-scrollbar.min.js?1706209853"></script>
<script src="https://databrickslabs.github.io/overwatch/js/perfect-scrollbar.jquery.min.js?1706209853"></script>
<script src="https://databrickslabs.github.io/overwatch/js/jquery.sticky.js?1706209853"></script>
<script src="https://databrickslabs.github.io/overwatch/js/featherlight.min.js?1706209853"></script>
<script src="https://databrickslabs.github.io/overwatch/js/highlight.pack.js?1706209853"></script>
<script src="https://databrickslabs.github.io/overwatch/js/clipboard.min.js?1706289040"></script>
<script src="https://databrickslabs.github.io/overwatch/js/perfect-scrollbar.min.js?1706289040"></script>
<script src="https://databrickslabs.github.io/overwatch/js/perfect-scrollbar.jquery.min.js?1706289040"></script>
<script src="https://databrickslabs.github.io/overwatch/js/jquery.sticky.js?1706289040"></script>
<script src="https://databrickslabs.github.io/overwatch/js/featherlight.min.js?1706289040"></script>
<script src="https://databrickslabs.github.io/overwatch/js/highlight.pack.js?1706289040"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="https://databrickslabs.github.io/overwatch/js/modernizr.custom-3.6.0.js?1706209853"></script>
<script src="https://databrickslabs.github.io/overwatch/js/learn.js?1706209853"></script>
<script src="https://databrickslabs.github.io/overwatch/js/hugo-learn.js?1706209853"></script>
<script src="https://databrickslabs.github.io/overwatch/js/modernizr.custom-3.6.0.js?1706289040"></script>
<script src="https://databrickslabs.github.io/overwatch/js/learn.js?1706289040"></script>
<script src="https://databrickslabs.github.io/overwatch/js/hugo-learn.js?1706289040"></script>

<link href="https://databrickslabs.github.io/overwatch/mermaid/mermaid.css?1706209853" rel="stylesheet" />
<script src="https://databrickslabs.github.io/overwatch/mermaid/mermaid.js?1706209853"></script>
<link href="https://databrickslabs.github.io/overwatch/mermaid/mermaid.css?1706289040" rel="stylesheet" />
<script src="https://databrickslabs.github.io/overwatch/mermaid/mermaid.js?1706289040"></script>
<script>
mermaid.initialize({ startOnLoad: true });
</script>
Expand Down
Loading

0 comments on commit 8f0d867

Please sign in to comment.