Skip to content
Draft
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.

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.

18 changes: 0 additions & 18 deletions docs/environment_watch_installation.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,8 +1,5 @@
# Elasticsearch Pre-Installation Overview

![alt text](../resources/stage_environmentwatch01.png)


## Install Elastic Stack Components

The first step of the **Environment Watch** and/or **Data Grid Audit** setup involves installing required third-party software from the **Elastic Stack**. The following Elastic components are used for these two products:
Expand Down Expand Up @@ -34,7 +31,7 @@ Before proceeding, the following section introduces key **Elastic Stack concepts
> [!IMPORTANT]
> Ensure inbound/outbound ports are open for this Elastic stack component.

[See the port diagram for network requirements.](environment-watch/port-diagram.md)
[See the port diagram for network requirements.](./elastic-stack-port-diagram.md)

Elasticsearch is a distributed search and analytics engine, scalable data store, and vector database built on Apache Lucene. It’s optimized for speed and relevance on production-scale workloads.

Expand Down Expand Up @@ -290,6 +287,6 @@ If you have used Elasticsearch for the optional Data Grid Audit feature on Relat

### Next step

[Click here to setup an Elastic Stack for a development environment](./elasticsearch_setup_development.md)
// TODO add link to ElasticSlack installation

[Click here to setup an Elastic Stack for a production environment](./elasticsearch_setup_production.md)
[Click here to setup Environment Watch](./elastic-stack-setup-02-environment-watch/elastic-stack-setup-02-environment-watch.md)
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 @@ -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