Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions docs/create_kibana_users.md

This file was deleted.

295 changes: 0 additions & 295 deletions docs/elasticsearch_pre_installation_overview.md

This file was deleted.

430 changes: 0 additions & 430 deletions docs/elasticsearch_setup_development.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/elasticsearch_setup_production.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/environment_watch_troubleshooting.md

This file was deleted.

127 changes: 0 additions & 127 deletions docs/environment_watch_upgrade.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# Environment Watch and Data Grid Audit Installation

# Environment Watch and Data Grid Audit Installation

## Installation Overview

Environment Watch and Data Grid Audit require installation and configuration of third-party and Relativity software. This installation guide covers the full set up for Environment Watch but only the Elasticsearch and Kibana set up for Data Grid Audit. Additional steps for configuring the Audit application within Relativity are covered [here](https://help.relativity.com/Server2024/Content/Relativity/Audit/Audit.htm#InstallingandconfiguringAudit).
Environment Watch and Data Grid Audit require installation and configuration of third-party and Relativity software. This installation guide provides a high-level installation overview for Environment Watch and Data Grid Audit. Detailed instructions for installing and configuring the Elastic Stack are documented separately. Additional steps for configuring the Audit application within Relativity are covered [here](https://help.relativity.com/Server2024/Content/Relativity/Audit/Audit.htm#InstallingandconfiguringAudit).

The Relativity applications and components that are referenced in this installation guide are packaged together in the Server bundle release. You can find the latest bundle on GitHub [here](https://github.com/relativitydev/server-bundle-release/releases). Environment Watch and Data Grid Audit also require Relativity applications that are available in the Relativity Application Library and not packaged in the bundle or covered in this installation guide (e.g. Pagebase and Telemetry for Environment Watch, Audit for Data Grid Audit, and InfraWatch Services for both). These applications are identified as pre-requisites in relevant sections of this installation guide.


The Server bundle is generally released quarterly, with hotfixes provided for critical issues as needed.

Environment Watch installation is comprised of the following seven steps. **Steps 1 and 2 are also used to set up Elasticsearch and Kibana for Data Grid Audit. Steps 3-7 are only relevant for Environment Watch.**
## Elastic Stack Setup

![alt text](../resources/stage_environmentwatch01.png)
Environment Watch and Data Grid Audit depend on a properly installed and configured Elastic Stack, including Elasticsearch and Kibana.

## Next Step
[Click here for the next step](elasticsearch_pre_installation_overview.md)
For complete, step-by-step instructions on installing and configuring the Elastic Stack for Relativity, see:
[Elastic Stack Setup documentation]()
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Set up Environment Watch using the Relativity Server CLI

![Setup Stage](../resources/enable_environmentwatch.png)

> [!NOTE]
> This step is required for Environment Watch.

Expand Down Expand Up @@ -83,12 +81,11 @@

6. Successful completion indicates that Environment Watch is configured. The setup process will automatically retry three times on parameter entry errors before exiting. If it exits, the process must be restarted..

Refer to the [Troubleshooting Guide](troubleshooting/relativity-server-cli.md) if you encounter any issues.
Refer to the [Troubleshooting Guide](../troubleshooting/relativity-server-cli.md) if you encounter any issues.

## Next Steps

* [Click here if setting up Data Grid Audit](datagrid_audit_setup.md)
* [Click here to continue Environment Watch Setup](install_environment_watch_monitoring_agents.md)
* [Click here to continue Environment Watch Setup](./ew-01-install-monitoring-agents.md)



Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Install Environment Watch Monitoring Agents

![Setup Stage](../resources/stage_environmentwatch.png)

> [!NOTE]
> This step is required for Environment Watch.
>The Environment Watch monitoring agent installation should start on the SQL Primary server, verify the installation, and then be applied to other servers in the environment. This ensures proper setup and validation before deploying across all servers.
Expand Down Expand Up @@ -45,7 +43,7 @@ This document outlines the steps to install the Environment Watch monitoring age
1. In Kibana, navigate to **Dashboards** and open the **[Relativity] Host Infrastructure Overview** dashboard.
2. Confirm that CPU, RAM, and Disk metrics are visible for the newly added host.

![Host metrics visible in Kibana](../resources/Installer_hostmetric.png)
![Host metrics visible in Kibana](../../resources/Installer_hostmetric.png)
3. Navigate to the **[Relativity] Monitoring Agent** dashboard to verify that:
- The installed monitoring agent version is displayed correctly
- Host information and other important fields are properly reflected
Expand All @@ -60,7 +58,7 @@ After verifying the first installation, repeat these steps for the remaining ser


> [!NOTE]
> For troubleshooting, refer to the installer logs in the `%TEMP%` directory or see the [Monitoring Agent Troubleshooting Guide](troubleshooting/monitoring-agent-and-otel-collector.md).
> For troubleshooting, refer to the installer logs in the `%TEMP%` directory or see the [Monitoring Agent Troubleshooting Guide](../troubleshooting/monitoring-agent-and-otel-collector.md).

## Next Step
[Click here for the next step](environment_watch_install_other_integrations.md)
[Click here for the next step](./ew-02-relativity-alerts.md)
Loading